The February 2007 Instrumentation

Size: px
Start display at page:

Download "The February 2007 Instrumentation"

Transcription

1 Andrzej Kalicki, Łukasz Makowski, Andrzej Michalski, and Zbigniew Staroszczyk Distributed Measurement Systems A Web System Approach: Part 1 The February 2007 Instrumentation Notes column of The I&M Magazine described a wireless hydrocarbon pollution measuring and monitoring system [1]. That column focused on the hardware solution of the sensor side of the countrywide measuring system and introduced the software. The system was developed at the Warsaw University of Technology and gives Internet access to the network of sensors that monitors hydrocarbon pollution in sensitive areas of Poland. The system has the ability to track 20 different regions (i.e., water reservoir of a city, petrochemical plant, oil ship at the port) that are monitored by up to 10 mobile observation points (MOPs). MOPs are the measurement devices. The MOPs communicate through the Global System for Mobile Communications/General Packet Radio Service (GSM/GPRS) links with the central server. The central server provides a database service for Supervisory Clients (SvClient), who have access via Internet browsers. It offers a great flexibility of solutions (Figure 1). The hydrocarbon monitoring system uses software for SvClient access information and for the server. The software will be discussed in the following groupings: Three stages of Windows software development based on Visual Studio.NET: The field system functionality testing software (FSFTS) used to create the system; the thin SvClient/Server without additional support; and the thin SvClient/Server with additional Internet-provided support; This column presents the first, proprietary software approach, its main advantages and disadvantages. The GUI is also discussed. The GUI allows the SvClient to access the system data and control. From the user s point of view, the system is the Internet/web application of the distributed measuring system [2]. The terminals are the autonomous MOPs [3]. Another software application in a server solution that is based on free and open source software will be described in the December 2008 issue of The I&M Magazine. Windows System Approach The Windows Visual Studio 2005 offers great flexibility in web applications development with the use of ASP.NET. The Windows Visual Studio Integrated Development Environment (IDE) forms an interesting alternative to UNIX web development tools, as it has direct access to the Windows GUI and databases. The Microsoft IIS server, which runs the application, can be installed on Windows XP as well as Windows Server 2003 operating systems. The additional advantage of the Windows approach to a server is the Visual Studio ability to program web services on mobile platforms. With the Mobile Application Development, alarms can be sent to and served by mobile phones and palmtops to assure quick response of emergency teams to abnormal situations. There are authentication and authorization measures that assure the security of web applications. The Visual Studio software system structure is presented in Figure 2. The main assumptions are that the application is web based and that the server has a thin client solution, which would allow everybody to get information from any place and with any operating system. The server receives the series of measurements from the MOPs and they are intercepted by a special listener. We used a server with a listener function based on Windows 2003 as a special Windows service. Fig. 1. The distributed measurement system. 50 IEEE Instrumentation & Measurement Magazine April /08/$ IEEE

2 Fig. 2. The software structure of the Windows approach developed system. The listener uses a defined socket (port and address), receives incoming strings, parses them with a special algorithm, and stores the parsed portions of data in the database (MSSQL 2005 Express Edition). Our database is located on the same machine as the listener. In principle, the database can be located in any other computer with Internet access. In the database, all data are stored with all supplementary information: the specific MOP they came from, when they were delivered from the MOP, the value of measurement, and the location of the MOP as obtained from the GPS module. All these data are used by the IIS Web server, which dynamically creates all pages to the supervisor client s (SvClient s) requests. The script language used here is ASP.NET version 2.0. Three stages of Windows software development are presented here: the FSFTS, thin SvClient/ Server, and thin SvClient/ Server with additional Internet-provided support. The FSFTS At the very early stage of measuring system infrastructure development, the field system functionality testing software (FSFTS) was built using Borland Builder C IDE. The FSFTS tests the functionality of the final system, with the use of the local client/server software, which could be run on any Windows-equipped machine with Internet access. We used the FTFTS to test the Internet/GSM/ GPRS socket communication with MOPClients and to verify functionality of SvClient service. Fig. 3. The FSFTS control screen University located MOP observation. April 2008 IEEE Instrumentation & Measurement Magazine 51

3 continued The accepted string data are written to Software FX Activex object and are accessible to the operator in a graphical window with plenty of real-time settings (color, two-dimensional/ three-dimensional, interpolation, etc. (see Figure 5). The Software FX Inc. graphics allow for multichannel, interactive data observations for the memorized historical data (see data slider at the bottom of Figure 5) and have a rich set Fig. 4. The maps with three active MOPs location areas, focused on the Krakow area subset of MOPs. of controls for two-dimensional and three-dimensional data presentations. The company software is offered for Borland Builder, Visual Studio.NET, the Internet, and other programming platforms. The FSFTS was used successfully in the first stage of system development, when the full client-server-client system structure was not built. Currently, it is used in real field applications for testing purposes. With the GSM-equipped PC, the system testing software can be run at any time and in any place in Poland; it delivers full working information on system behavior. Such information is only accessible to the system administrator in the final system solution. Fig. 5. Typical GUI of the Software FX graphic Activex library.mops. The FTFTS is the Windows application that (on both the open socket and fixed IP) listens to service requests from MOP- Clients, organizes and maintains bidirectional data links with them, and allows for full control of the operator on the currently active MOPs structure. The FSFTS has the client/server properties and is the only software module required to make the whole system run. The essential part of the FSTFS GUI is the interactive map, which shows the currently active MOPs positions (Figure 3). The maps have a pyramidal, five-layer, zoom 10 structure (Figure 4) and cover the country area (1,000 1,000 km, first layer map) and a priori chosen locations presented on more detailed maps, leading to maps with the highest resolution: m (the set of fifth layer maps). A user can activate an area of interest with a mouse click on the country map MOP position. All subsequent up/down zooming and program focus will be on the chosen set of MOPs (i.e., Krakow in Figure 4). The software user, MOPClient, starts a process of real-time interaction with the server by activating the higher level maps MOP positions. Incoming data strings are verified and parsed if they are not erroneous. Errors are signaled and logged on request. The Server Based on Visual Studio.NET The final system is web based. It is server thin client accessible and allows all MOPClients from any place in Poland to get the sensor data that are collected. The system is equipped with a professional database, which serves as the only data source for SvClients (thin client) requests. The database service is separated from direct access to the MOPs and SvClient requests. The MOPs have direct access to the Windows service (MOPService) responsible for maintaining the MOP-database communication. The SvClients have access to the database through ASP.NET-generated pages in SvServer. Currently two versions of SvServer were developed, those with and without additional Internet support on the client side. In the current software solution, when the user launches the web page (SvClient), he gets three choices for obtaining different statistics and information on MOPs: The first choice is the location of the MOPs. The location is indicated on the map with hotspots of current MOP positions. Clicking on the MOP gives additional information on MOP geographical position. For further development, a new page will be opened with the graphical/text information. 52 IEEE Instrumentation & Measurement Magazine April 2008

4 Fig. 6. (a) First level map the whole country; (b) km map; (c) 1 1 km area map; and (d) the highest resolution, m map. The second option is to get measurement results and supplementary data for every MOP. The data can be filtered for one MOP or chosen date. Filters are created from a dropdown list, which is created from the database from the server. The requested data are presented in easily read tables. The third option will draw a graph of the data from a chosen MOP. The user chooses a MOP from a dropdown list and then enters the start and the end times. Further development will deliver web-based panels, which can be used to administrate MOP (i.e., disable measurements, change the system sampling rate, enable measurements, etc.). Thin SvClient/Server without Additional Support This version of the service assumes that all data processing is made on the server side. The client gets HTML documents with built-in graphics and controls. No JavaScript or Java applet support is required on the client side of the system. The three kinds of activity of such SvClients are presented below: Map presentation: The map service is very similar to the FSFTS solution. There is a slightly different zoom control, with the use of zoom in or zoom out radio buttons (Figure 6). By activating the Gdansk (northwest) position on the first level map, the SvClient passes through subsequent maps to the detailed map of the area of interest (the pier of the Gdansk port). The MOP activation on the higher level maps gives its short description [Figure 6(d)]. If the Data radio button is active, the data textual presentation of the selected MOP is activated if the user clicks on it. Textual data presentation: In that mode, the tables with data are generated on the server side with the use of stored procedures and are sent to the client. Only one page of results is shown on the client screen. The client can choose the date, sensor, page size, and page number of interest. Therefore, any part of database-collected data can be analyzed relatively quickly (Figure 7). For example, access to page 300 of the long data dump is almost immediate [Figure 7(b)]. Graphical data presentation: The graphic is generated on the server side with the use of standard ASP.NET libraries and a self-made drawing program. The user can easily narrow or expand the displayed period using time and date indicators [Figure 8(a) and (b)]. Thin SvClient/Server with Additional Support This solution of ASP.NET SvClient/Server software uses the Microsoft Excel graphic support on the server side and Google Maps support on the client side. The MOPs positions are presented on flexible world area interactive maps with map/satellite view presentations built into the Google Maps. April 2008 IEEE Instrumentation & Measurement Magazine 53

5 continued Fig. 7. Textual data presentation: (a) first page from total of 329 pages for sensor nb 1 data dump; (b) the page 300 of the same day/sensor data.resolution, m map. Fig. 8. The example graphics generated on the server side: a) graphical data only; b) graphical and textual data. The graphical plots of data are fully flexible, with auto-scaling and auto-description built into Excel graphics. Maps: The Google Maps supported maps allow for flexible focus on any world position; however, the maps offer limited Google Map resolution in some locations. However, the sensor position presentation and selection [see Figure 9(a) through (d)] here are much more flexible and user friendly. There is no problem with zooming, and the selected map/satellite/hybrid presentation is of great value to the operator. Textual data presentation: The presentation does not differ from that described previously [1, 2], except for the fact that there is an added calendar. 54 IEEE Instrumentation & Measurement Magazine April 2008

6 Fig. 9. Zooming procedure using Google Maps: a) country level; b) town level; c) street level; d) block level. Graphical data presentation: The new graphics are quite different. The principal property of these graphics is that they auto-adjust to the presented data. Not only scales but the axes description automatically adapts to presented data, giving a readable drawing on the client screen. One can observe that in spite of wide left and right side presentation margins ( / ), the plot in Figure 10(a) adjusts to the 26 November 2007 data [Figure 10(b)], which are the only data that exist for the chosen sensors/period in the database. Free and Open Source Software Approach Universally in our system, we can distinguish several hardware layers: measuring nodes, wireless connections, database, and visualization clients. Because are using GPRS/GSM as the wireless link, we have to rely on telecom provider infrastruc- April 2008 IEEE Instrumentation & Measurement Magazine 55

7 continued system are based on a Windows operating system. The first solution implements Microsoft s.net environment. The second one uses WAMP (Windows and free and open source software: Apache, MySQL, and PHP). The main difference between the first two solutions is how the client page is generated. The.NET case is only on the server side, and the WAMP case is on both server and client sides [1]. Both systems produce a map/plot/ table showing the system data to the user through web browsers. Each solution has advantages and disadvantages. Users have not yet rated one system above the other. References [1] A. Michalski, A wireless hydrocarbon pollution measuring and monitoring system, Instrumentation Measurement Magazine, vol. 10, pp , Feb [2] A. Michalski, A. Kalicki, Z. Staroszczyk, and P. Pietruszka, Development problems of large area, web accessible, environmental pollution monitoring system, in Proc. 24th IEEE Instrumentation and Measurement Technology Conference, Warsaw, Poland, May 2007, pp. 19, 65. [3] B. Dziadak, A. Kalicki, Ł. Makowski, A. Michalski, and Z. Staroszczyk, Sensors networks for petroleum derivative pollution monitoring system, Maintenance Problems, PIB Radom, vol. 63, no. 4, pp , Andrzej Michalski (anmi@iem.pw.edu.pl) is a professor of electrical engineering at the Warsaw University of Technology and at Warsaw Military University, Poland. He is a vicedirector of Institute of the Theory of Electrical Engineering, Measurement and Information Systems at Warsaw University of Technology; he has published approximately 130 journal and conference papers. His current research interests include sensors dedicated to nonelectrical quantity measurements by electrical methods. He is a Senior Member of the IEEE Instrumentation and Measurement Society. Fig. 10. Graphical data presentation: a) zoom for 6 days; b) zoom for 10 minutes. ture of hardware and software as well. However, in every other part we can use software of our own choice. We will describe the other server solution based on free and open source software in the December 2008 issue of The I&M Magazine. Summary As a starting point to the discussion, the simplified (all-in-one) FSFTS was presented. That software was successfully used for verification of the final system functionality and the quality evaluation of its components. Then, two solutions for the server/client software for the distributed measurement system, implementing the web as a main transmission medium, were described. The essential parts of the final system solutions are the server and the clients. The server collects remote data and makes them accessible for clients. These two solutions of the server/client Andrzej Kalicki is an assistant professor at electrical engineering faculty at the Warsaw University of Technology (Warsaw, Poland). He has published over 30 journal and conference papers. His current research interests concern measurement systems, telemetry, and measurement data processing. Łukasz Makowski works as an assistant lecturer at Warsaw University of Technology, where he is completing his Ph.D. thesis. His main areas of interest are distributed measurement systems as well as free and open source software. Zbigniew Staroszczyk is an assistant professor of electrical engineering at the Warsaw University of Technology and at Warsaw Military University (Warsaw, Poland), where he teaches courses and conducts researches in microcomputers, DSP, and computerized measuring systems. His main research activity is power systems oriented DSP. He is a Member of the IEEE Power Engineering Society. 56 IEEE Instrumentation & Measurement Magazine April 2008

SENSORS NETWORKS FOR PETROLEUM DERIVATIVE POLLUTION MONITORING SYSTEM

SENSORS NETWORKS FOR PETROLEUM DERIVATIVE POLLUTION MONITORING SYSTEM 4-2006 MAINTENANCE PROBLEMS 137 Andrzej KALICKI Warsaw University of Technology, Warsaw Andrzej MICHALSKI, Zbigniew STAROSZCZYK Warsaw University of Technology, Warsaw Military University of Technology,

More information

SUMMARY OF QUALIFICATIONS

SUMMARY OF QUALIFICATIONS AMJAD AZIZ 1157 Rutherford Close SW Edmonton, Alberta T6W 1H6 Website: www.amjadaziz.com Email: amjadaziz@live.ca Mobile: 780.288.1515 Home: 780.249.0338 SKILLS Build customised websites to the highest

More information

Mobile phone-based. S upervisory Control And Data Acquisition (SCADA) is. SCADA automation. Feature

Mobile phone-based. S upervisory Control And Data Acquisition (SCADA) is. SCADA automation. Feature Mobile phone-based SCADA automation Mevlut Karacor and Engin Ozdemir, Kocaeli University, Technical Education Faculty, Electrical Education Department, Turkey S upervisory Control And Data Acquisition

More information

Presentation Content

Presentation Content SMS Fleet (Pty) Ltd Privately owned company established in 2006 Our product My Tracer is a locally developed, brilliant, fully internet based GPS Vehicle tracking system integrated with an innovative automated

More information

The Design of the Telemetric System for Recording Operating Parameters of Electric Vehicles

The Design of the Telemetric System for Recording Operating Parameters of Electric Vehicles TRANSPORT The Design of the Telemetric System The Design of the Telemetric System for Recording Operating Parameters of Electric Vehicles Piotr Tomczuk, Andrzej Czerepicki, Marcin Koniak, Piotr Jaskowski

More information

Inform IT Information Management Tenore. SCADA Extension ABB

Inform IT Information Management Tenore. SCADA Extension ABB ABB Introduction Thanks to the power of its Information Platform, and to the versatility of its architecture, Tenore can easily be employed as a Supervisory and Control Station in a SCADA system for the

More information

Presentation Content

Presentation Content SMS Fleet (Pty) Ltd Privately owned company established in 2006 Our product My Tracer is a locally developed, brilliant, fully internet based GPS Vehicle tracking system integrated with an innovative automated

More information

Microsoft Certified Professional Transcript

Microsoft Certified Professional Transcript Microsoft Certified Professional Transcript Last Activity Recorded December 05, 2013 Microsoft Certification ID 213748 STEVE WILSON F1 Computing Systems Ltd 3 Kelso Place Upper Bristol Road Bath BA1 3AU

More information

Wildlife Enforcement Monitoring System. User Manual. Khoi Nguyen Remi Chandran Ng Chong. type date version. User Manual July 07, 2011 Version 1-1

Wildlife Enforcement Monitoring System. User Manual. Khoi Nguyen Remi Chandran Ng Chong. type date version. User Manual July 07, 2011 Version 1-1 Wildlife Enforcement Monitoring System User Manual Khoi Nguyen Remi Chandran Ng Chong type date version User Manual July 07, 2011 Version 1-1 Extensible Message Gateway User Manual ii About this Document

More information

Client Server System for e-services Access Using Mobile Communications Networks

Client Server System for e-services Access Using Mobile Communications Networks Client Server System for e-services Access Using Mobile Communications Networks Eugen Pop, Mihai Barbos, and Razvan Lupu Abstract The client server systems using mobile communications networks for data

More information

Mobile Communications Client Server System for Stock Exchange e-services Access

Mobile Communications Client Server System for Stock Exchange e-services Access Mobile Communications Client Server System for Stock Exchange e-services Access E. Pop, and M. Barbos Abstract Using mobile Internet access technologies and e- services, various economic agents can efficiently

More information

INTERNET PROGRAMMING INTRODUCTION

INTERNET PROGRAMMING INTRODUCTION INTERNET PROGRAMMING INTRODUCTION Software Engineering Branch / 4 th Class Computer Engineering Department University of Technology ORGANIZATION Lecture Mondays, 08:30-10:30 (Hall 4). Project 1. The project

More information

TABLE OF CONTENTS 1. INTRODUCTION DEFINITIONS Error! Bookmark not defined REASON FOR ISSUE 2 3. RELATED DOCUMENTS 2 4.

TABLE OF CONTENTS 1. INTRODUCTION DEFINITIONS Error! Bookmark not defined REASON FOR ISSUE 2 3. RELATED DOCUMENTS 2 4. TABLE OF CONTENTS 1. INTRODUCTION 1 1.1 DEFINITIONS Error! Bookmark not defined. - 2 2. REASON FOR ISSUE 2 3. RELATED DOCUMENTS 2 4. OVERVIEW 2-3 5. HARDWARE ARCHITECTURE 3 6. SUPPORTED CONFIGURATIONS

More information

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) Research on Computer Network Virtual Laboratory based on ASP.NET JIA Xuebin 1, a 1 Department of Computer,

More information

Using the Computer Programming Environment

Using the Computer Programming Environment Information sheet EN064 Overview C2k has developed an environment to allow GCSE and A-Level students to undertake computer programming from within the C2k Managed Service. This environment will deliver

More information

NTS A NAVIGATION TRACKER SYSTEM

NTS A NAVIGATION TRACKER SYSTEM NTS A NAVIGATION TRACKER SYSTEM Nitin Tooteja 1, Prerna Ahuja 2, Shanu Sharma 3 1 Student, Computer Science & Engineering, Amity University, Uttar Pradesh, India, ntooteja_30@yahoo.co.in 2 Student, Computer

More information

W h i t e P a p e r. Integration Overview Importing Data and Controlling BarTender from Within Other Programs

W h i t e P a p e r. Integration Overview Importing Data and Controlling BarTender from Within Other Programs W h i t e P a p e r Integration Overview Importing Data and Controlling BarTender from Within Other Programs Contents Contents...2 Introduction...3 Selecting the Desired Label Data...3 Why you Usually

More information

Project Title REPRESENTATION OF ELECTRICAL NETWORK USING GOOGLE MAP API. Submitted by: Submitted to: SEMANTA RAJ NEUPANE, Research Assistant,

Project Title REPRESENTATION OF ELECTRICAL NETWORK USING GOOGLE MAP API. Submitted by: Submitted to: SEMANTA RAJ NEUPANE, Research Assistant, - 1 - Project Title REPRESENTATION OF ELECTRICAL NETWORK USING GOOGLE MAP API Submitted by: SEMANTA RAJ NEUPANE, Research Assistant, Department of Electrical Energy Engineering, Tampere University of Technology

More information

control system vulnerabilities > analysis of 5 years of field data

control system vulnerabilities > analysis of 5 years of field data control system vulnerabilities > analysis of 5 years of field data Jonathan Pollet, CISSP, CAP, PCIP Red Tiger Security [on behalf of the DHS CSSP program - contract #240704] 1 Jonathan Pollet CISSP, PCIP,

More information

Internet-Enabled Geotechnical Data Exchange David E. Kosnik 1

Internet-Enabled Geotechnical Data Exchange David E. Kosnik 1 Internet-Enabled Geotechnical Data Exchange David E. Kosnik 1 1 Research Engineer, Northwestern University Infrastructure Technology Institute, 2133 Sheridan Road, Evanston, Illinois 60208; dkosnik@northwestern.edu

More information

Architecture Proposal for an Internet Services Charging Platform

Architecture Proposal for an Internet Services Charging Platform Internal Working Paper Architecture Proposal for an Internet Services Charging Platform John Cushnie Distributed Multimedia Research Group, Lancaster University, UK. E-mail: j.cushnie@lancaster.ac.uk Abstract.

More information

SPICE based Circuit Analysis using Web Pages

SPICE based Circuit Analysis using Web Pages SPICE based Circuit Analysis using Web Pages Session 2520 Bogdan Wilamowski, Aleksander Malinowski, John Regnier University of Wyoming / Bradley University / Micron Technology Abstract An application called

More information

Pre-Requisites: CS2510. NU Core Designations: AD

Pre-Requisites: CS2510. NU Core Designations: AD DS4100: Data Collection, Integration and Analysis Teaches how to collect data from multiple sources and integrate them into consistent data sets. Explains how to use semi-automated and automated classification

More information

Client Server System for e-services Providing in Mobile Communications Networks

Client Server System for e-services Providing in Mobile Communications Networks Client Server System for e-services Providing in Mobile Communications Networks Eugen POP, Mihai BARBOS, Razvan LUPU Abstract E-services providing is a good opportunity for business developing and financial

More information

Glossary. ADO.NET ActiveX Data Objects for.net. A set of data access technologies included in the.net Framework class libraries.

Glossary. ADO.NET ActiveX Data Objects for.net. A set of data access technologies included in the.net Framework class libraries. 308 Glossary Glossary 1G Developed in the 70s and 80s, the first generation (1G) wireless communications technology refers to the analog cellular technology. Popular 1G technology includes AMPS. 2G The

More information

APRS IP Mobile in a non-dynamic Wireless Environment APRS. Darryl SMITH, VK2TDS

APRS IP Mobile in a non-dynamic Wireless Environment APRS. Darryl SMITH, VK2TDS APRS IP Mobile in a non-dynamic Wireless Environment Or APRS Darryl SMITH, VK2TDS Introduction The APRS Internet Service is a wonderful concept for a highly distributed GIS system for connecting hardwired

More information

Sensors and actuators are ubiquitous. They are used

Sensors and actuators are ubiquitous. They are used Understanding IEEE 1451 Networked Smart Transducer Interface Standard Eugene Y. Song and Kang Lee istockphoto.com What Is a Smart Transducer? Sensors and actuators are ubiquitous. They are used in a variety

More information

Massive IoT in the city EXTRACT FROM THE ERICSSON MOBILITY REPORT

Massive IoT in the city EXTRACT FROM THE ERICSSON MOBILITY REPORT Massive IoT in the city EXTRACT FROM THE ERICSSON MOBILITY REPORT NOVEMBER 2016 Massive IoT in the city Cost-effective connectivity is a prime driver for IoT services uptake. Cellular networks are well-suited

More information

Professional Excellence Summary

Professional Excellence Summary Mr. J.SANTHOSH B.E.,M.E., (Ph.D).,MISTE Assistant Professor Department of Computer Science & Engineering K.S.R. College of Engineering (Autonomous) Tiruchengode - 637 215, Namakkal District, TamilNadu.

More information

Wireless Sensor Network with LabView Michael Bizub & An Nguyen

Wireless Sensor Network with LabView Michael Bizub & An Nguyen Wireless Sensor Network with LabView Michael Bizub & An Nguyen Final Draft 12/16/2013 CNT 4104 Software Project in Computer Networks Instructor: Dr. Janusz Zalewski Computer Science & Software Engineering

More information

Client Side Scripting. The Bookshop

Client Side Scripting. The Bookshop Client Side Scripting The Bookshop Introduction This assignment is a part of three assignments related to the bookshop website. Currently design part (using HTML and CSS) and server side script (using

More information

AC Care Mobile Application

AC Care Mobile Application GRD Journals Global Research and Development Journal for Engineering National Conference on Computational Intelligence Systems (NCCIS 17) March 2017 e-issn: 2455-5703 1 Ms. Felicia Lilian.J AP 2 Ananthakrishnan.K

More information

Course 20486B: Developing ASP.NET MVC 4 Web Applications

Course 20486B: Developing ASP.NET MVC 4 Web Applications Course 20486B: Developing ASP.NET MVC 4 Web Applications Overview In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools and technologies. The focus

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Developing ASP.NET MVC 4 Web Applications Duration: 5 Days Course Code: 20486B About this course In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that make up Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

Using Google API s and Web Service in a CAWI questionnaire

Using Google API s and Web Service in a CAWI questionnaire Using Google API s and Web Service in a CAWI questionnaire Gerrit de Bolster, Statistics Netherlands, 27 September 2010 1. Introduction From the survey department of Traffic & Transport in Statistics Netherlands

More information

Three Level Authentication for Student Attendance Management System

Three Level Authentication for Student Attendance Management System Volume 119 No. 15 2018, 1997-2012 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ Three Level Authentication for Student Attendance Management System 1 G.Ravi

More information

Google Maps Manually Place Marker On Click V3 Remove

Google Maps Manually Place Marker On Click V3 Remove Google Maps Manually Place Marker On Click V3 Remove Following is the HTML Markup containing the Google Map implementation. To add markers you will need to click on the map. These markers are added. When

More information

SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL - Data Sheet Version Made by AXIVIA Conseil

SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL - Data Sheet Version Made by AXIVIA Conseil SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL - Data Sheet Version 1.6.01 Made by http://www.axivia.com/ SUMMARY SYSLOG and SUPERVISOR S WORKSHOP Knowledge Module for PATROL integrates a

More information

Microsoft Certified Professional Transcript. Microsoft Office Project Server

Microsoft Certified Professional Transcript. Microsoft Office Project Server Last Activity Recorded: May 21, 2009 Microsoft Certified Professional WILLIAM F SLATER 1337 N. Ashland Ave. Unit 2 Chicago, IL 60622 US slater@billslater.com Microsoft Certification Status Credential Microsoft

More information

Performance Evaluation of Adaptive Control Channel Interval in VANET Based on Network Simulation Model

Performance Evaluation of Adaptive Control Channel Interval in VANET Based on Network Simulation Model Performance Evaluation of Adaptive Control Channel Interval in VANET Based on Network Simulation Model Rendy Munadi Doan Perdana Shalahuddin Al Ayyubi rendymunadi@telkomuniversity.ac.id doanperdana@telkomuniversity.ac.id

More information

Implementation of a system of the mobile terminal position tracking using Google Maps. 1. Introduction

Implementation of a system of the mobile terminal position tracking using Google Maps. 1. Introduction Computer Applications in Electrical Engineering Implementation of a system of the mobile terminal position tracking using Google Maps Sławomir Pluta Opole University of Technology 45-758 Opole, ul. Prószkowska

More information

Microsoft EXAM Provisioning SQL Databases Product: Demo. m/ For More Information:

Microsoft EXAM Provisioning SQL Databases Product: Demo.   m/ For More Information: Page No 1 https://www.dumpsplanet.com m/ Microsoft 70-765 EXAM Provisioning SQL Databases Product: Demo For More Information: 70-765-dumps Page No 2 Question: 1 You create an ASP.NET application by using

More information

WebGIS, Kigali. UMUHIRE Cedric ICT Planner City of Kigali. 12 July 2017

WebGIS, Kigali. UMUHIRE Cedric ICT Planner City of Kigali. 12 July 2017 WebGIS, Kigali UMUHIRE Cedric ICT Planner City of Kigali 12 July 2017 Rwanda A country of 1000 hills - a middle - income nation with its Vision 2020 Kigali City, a green, clean and secure City in Africa

More information

Critiquing technological strengths and limitations

Critiquing technological strengths and limitations http://www.scientificcomputing.com/selecting-the-right-lims.aspx Selecting the Right LIMS Critiquing technological strengths and limitations Keith M. O'Leary For many organizations, their Laboratory Information

More information

A Field Monitor System of Rodpumped Wells Based on GPRS

A Field Monitor System of Rodpumped Wells Based on GPRS A Field Monitor System of Rodpumped Wells Based on GPRS Item Type text; Proceedings Authors Zhaodong, Xing; Yanhong, Kou; Qishan, Zhang Publisher International Foundation for Telemetering Journal International

More information

Remote Monitoring System of Ship Running State under Wireless Network

Remote Monitoring System of Ship Running State under Wireless Network Journal of Shipping and Ocean Engineering 7 (2017) 181-185 doi 10.17265/2159-5879/2017.05.001 D DAVID PUBLISHING Remote Monitoring System of Ship Running State under Wireless Network LI Ning Department

More information

A Plexos International Network Operating Technology May 2006

A Plexos International Network Operating Technology May 2006 A Plexos International Network Operating Technology May 2006 BY 4664 Jamestown Ave, Suite 325 Baton Rouge, LA 70808 225.218.8002 1.0 Introduction. is a software environment comprised of proven technologies

More information

Design and Implementation of File Sharing Server

Design and Implementation of File Sharing Server Design and Implementation of File Sharing Server Firas Abdullah Thweny Al-Saedi #1, Zaianb Dheya a Al-Taweel *2 # 1,2 Computer Engineering Department, Al-Nahrain University, Baghdad, Iraq Abstract this

More information

COURSE 20486B: DEVELOPING ASP.NET MVC 4 WEB APPLICATIONS

COURSE 20486B: DEVELOPING ASP.NET MVC 4 WEB APPLICATIONS ABOUT THIS COURSE In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5 tools and technologies. The focus will be on coding activities that enhance the

More information

in Wireless Application Protocol World

in Wireless Application Protocol World WWW.HR in Wireless Application Protocol World Abstract Hrvoje Komericki, Mario Kušek University of Zagreb Department of Telecommunications Faculty of Electrical Engineering and Computing Unska 3, HR 10000

More information

20486: Developing ASP.NET MVC 4 Web Applications (5 Days)

20486: Developing ASP.NET MVC 4 Web Applications (5 Days) www.peaklearningllc.com 20486: Developing ASP.NET MVC 4 Web Applications (5 Days) About this Course In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework

More information

Microsoft Certified Professional Transcript

Microsoft Certified Professional Transcript Last Activity Recorded: March 12, 2009 Microsoft Certified Professional NEAL WALTERS 1770 PLUMMER DR ROCKWALL, TX 75087 US nwalters@sprynet.com Microsoft Certification Status Credential Microsoft Certified

More information

The Virtual Lab for Controlling Real Experiments via Internet

The Virtual Lab for Controlling Real Experiments via Internet The Virtual Lab for Controlling Real Experiments via Internet Christof Röhrig and Andreas Jochheim Department of Electrical Engineering University of Hagen D-58084 Hagen, Germany christof.roehrig@fernuni-hagen.de

More information

09. Mobile Commerce. Contents. Mobile Computing and Commerce

09. Mobile Commerce. Contents. Mobile Computing and Commerce 09. (Contents) Mobile Commerce Contents 09. Mobile Commerce Mobile Computing and Commerce Code: 166140-01+02 Course: Electronic Commerce Period: Autumn 2011 Professor: Sangwon Lee, Ph.D. 1 09. (Contents)

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Developing ASP.NET MVC 4 Web Applications Course 20486B; 5 days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework 4.5

More information

Microsoft Certified Professional Transcript

Microsoft Certified Professional Transcript Last Activity Recorded: November 06, 2009 Microsoft Certified Professional PETER MARIAN GORLICKI Holstenstr. 96 Kiel 24103 DE peter.gorlicki@tcp4it.de Microsoft Certification Status Credential Certification

More information

ANDROID APPLICATION USED IN DIAGNOSTIC SYSTEM OF ENGINEERING DEVICES AND MACHINES

ANDROID APPLICATION USED IN DIAGNOSTIC SYSTEM OF ENGINEERING DEVICES AND MACHINES Journal of KONES Powertrain and Transport, Vol. 25, No. 3 2018 ANDROID APPLICATION USED IN DIAGNOSTIC SYSTEM OF ENGINEERING DEVICES AND MACHINES Artur Gawlik, Damian Brewczyński Cracow University of Technology

More information

PLATO Learning Environment System and Configuration Requirements

PLATO Learning Environment System and Configuration Requirements PLATO Learning Environment System and Configuration Requirements For Workstations December 13, 2010 1 Content About This Document... 3 Document Change Log... 4 System & Configuration Requirements... 5

More information

Introduction to Autodesk MapGuide EnterpriseChapter1:

Introduction to Autodesk MapGuide EnterpriseChapter1: Chapter 1 Introduction to Autodesk MapGuide EnterpriseChapter1: In this chapter, you review the high-level key components that comprise Autodesk MapGuide Enterprise. The Autodesk MapGuide Studio, an integral

More information

M400g GPRS Modem Datasheet

M400g GPRS Modem Datasheet M400g GPRS Modem Datasheet >> Product Introduction The M400g GPRS Modem is a complete wireless data modem providing global cellular network connectivity; where GPRS cellular signal available, with GSM

More information

Telerik Test Studio. Web/Desktop Testing. Software Quality Assurance Telerik Software Academy

Telerik Test Studio. Web/Desktop Testing. Software Quality Assurance Telerik Software Academy Telerik Test Studio Web/Desktop Testing Software Quality Assurance Telerik Software Academy http://academy.telerik.com The Lectors Iliyan Panchev Senior QA Engineer@ DevCloud Testing & Test Studio Quality

More information

Xotira: Formulas Teaching Chatbot *T.ANITA KUMARI, SAI BHAVANI KUMAR.S** ***J.N.S.NIKHITA, ASHWITHA.D**** V.VARSHA*****

Xotira: Formulas Teaching Chatbot *T.ANITA KUMARI, SAI BHAVANI KUMAR.S** ***J.N.S.NIKHITA, ASHWITHA.D**** V.VARSHA***** SHIV SHAKTI International Journal in Multidisciplinary and Academic Research (SSIJMAR) Vol. 7, No. 2, April 2018 (ISSN 2278 5973) Xotira: Formulas Teaching Chatbot *T.ANITA KUMARI, SAI BHAVANI KUMAR.S**

More information

If you are intending to:

If you are intending to: TECHTALK - 2018 Technology Certification Courses Dear Friends, TechTalk is a three-month technology advancement program for IT amateurs who have done their graduation or post-graduation in Computer Science,

More information

A Survey on Underwater Sensor Network Architecture and Protocols

A Survey on Underwater Sensor Network Architecture and Protocols A Survey on Underwater Sensor Network Architecture and Protocols Rakesh V S 4 th SEM M.Tech, Department of Computer Science MVJ College of Engineering Bangalore, India raki.rakesh102@gmail.com Srimathi

More information

Lecture 09. Ada to Software Engineering. Mr. Mubashir Ali Lecturer (Dept. of Computer Science)

Lecture 09. Ada to Software Engineering. Mr. Mubashir Ali Lecturer (Dept. of Computer Science) Lecture 09 Ada to Software Engineering Mr. Mubashir Ali Lecturer (Dept. of dr.mubashirali1@gmail.com 1 Summary of Previous Lecture 1. ALGOL 68 2. COBOL 60 3. PL/1 4. BASIC 5. Early Dynamic Languages 6.

More information

Power infrastructure monitoring system on Embedded Web

Power infrastructure monitoring system on Embedded Web Volume 1, Number 2-2013 PP-71-76 IJSE Available at www.ijse.org International Journal of Science and Engineering ISSN-2347-2200 Power infrastructure monitoring system on Embedded Web Jayant H. Gambhir

More information

20486-Developing ASP.NET MVC 4 Web Applications

20486-Developing ASP.NET MVC 4 Web Applications Course Outline 20486-Developing ASP.NET MVC 4 Web Applications Duration: 5 days (30 hours) Target Audience: This course is intended for professional web developers who use Microsoft Visual Studio in an

More information

Introduction. Introduction

Introduction. Introduction Introduction ASP.NET 4.0 Ajax and jquery Using Visual C# Intro-1 Prerequisites This course assumes that you are familiar and experienced with Microsoft s.net Framework and ASP.NET development tools. You

More information

Group 1. SAJAX: The Road to Secure and Efficient Applications. - Final Project Report -

Group 1. SAJAX: The Road to Secure and Efficient Applications. - Final Project Report - Group 1 SAJAX: The Road to Secure and Efficient Applications - Final Project Report - Thu Do, Matt Henry, Peter Knolle, Ahmad Yasin George Mason University, 2006/07/15 SAJAX: The Road to Secure and Efficient

More information

Worksheet Creator 2: Blended geometry for the class room

Worksheet Creator 2: Blended geometry for the class room Worksheet Creator 2: Blended geometry for the class room Chair of Mathematics and Mathematics Education, University of Bayreuth, Bayreuth, Germany Michael.Gerhaeuser@uni-bayreuth.de Abstract There are

More information

SUPPORT FOR DISTRIBUTED PROGRAMMING IN EXTREME STYLE

SUPPORT FOR DISTRIBUTED PROGRAMMING IN EXTREME STYLE International Journal of Mathematics and Computer Sciences (IJMCS) ISSN: 2305-7661 SUPPORT FOR DISTRIBUTED PROGRAMMING IN EXTREME STYLE Jacek Dajda, Stanisław Ciszewski PhD Student EAIiE, AGH-UST, Krak

More information

Visual Studio Course Developing ASP.NET MVC 5 Web Applications

Visual Studio Course Developing ASP.NET MVC 5 Web Applications Visual Studio Course - 20486 Developing ASP.NET MVC 5 Web Applications Length 5 days Prerequisites Before attending this course, students must have: In this course, students will learn to develop advanced

More information

The challenges, opportunities and setting the framework for 5G EMF and Health

The challenges, opportunities and setting the framework for 5G EMF and Health The challenges, opportunities and setting the framework for 5G EMF and Health 5G, EMF & Health 5 December 2017, Warsaw, Poland Mike Wood - General Manager Telstra EME Strategy, Governance and Risk Management

More information

Introduction. 1.1 Industrial Wireless Communication Products P1-1-1

Introduction. 1.1 Industrial Wireless Communication Products P1-1-1 Introduction. Industrial Wireless Communication Products P-- WLAN Products - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - DSSS RF Products - - - - - - - - - - - - - - - - - - - - - - - -

More information

mobile In-vehicle embedded solutions for smart video security and passenger information

mobile In-vehicle embedded solutions for smart video security and passenger information mobile In-vehicle embedded solutions for smart video security and passenger information Why AiVu Mobile? AiVu Mobile is a hi-tech solution to ensure the security of buses, taxis, cash-in-transit and security

More information

ACTIVE MICROSOFT CERTIFICATIONS:

ACTIVE MICROSOFT CERTIFICATIONS: Last Activity Recorded : February 14, 2014 Microsoft Certification ID : 2997927 CHRISTIAN GYSSELS CAIXA POSTAL 22.033 FLORIANOPOLIS, Santa Catarina 88095-971 BR gyssels@dekeract.com *Charter- Certification

More information

PLATO Learning Environment (v2.0) System and Configuration Requirements

PLATO Learning Environment (v2.0) System and Configuration Requirements PLATO Learning Environment (v2.0) System and Configuration Requirements For Workstations July 30, 2010 Windows XP Home and Professional (SP3) Windows Vista Home/Premium/Business/Ultimate Windows 7 Home/Premium/Business/Ultimate

More information

GpsGate VehicleTracker

GpsGate VehicleTracker GpsGate VehicleTracker Application Manual Version: 2.1 Rev: 01 Table of Contents 1 2 3 3.1 3.2 3.2.1 3.2.2 3.2.3 3.3 3.4 3.5 3.5.1 3.5.2 3.5.3 3.5.4 3.5.5 4 4.1 4.1.1 4.1.2 4.1.3 4.2 4.3 4.4 4.4.1 4.4.2

More information

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~

CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM. :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ CHAPTER 03: MULTIMEDIA & OPERATING SYSTEM :: Operating System :: ~ What is OS?~ ~ OS Functions~ ~ OS Characteristics ~ ~ Type of OS~ 1 Operating System and Software Computer Operating System An operating

More information

AC : MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT

AC : MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT AC 2012-4561: MATHEMATICAL MODELING AND SIMULATION US- ING LABVIEW AND LABVIEW MATHSCRIPT Dr. Nikunja Swain, South Carolina State University Nikunja Swain is a professor in the College of Science, Mathematics,

More information

Developing ASP.NET MVC 4 Web Applications

Developing ASP.NET MVC 4 Web Applications Developing ASP.NET MVC 4 Web Applications Código del curso: 20486 Duración: 5 días Acerca de este curso In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework

More information

EXAMPLES OF THE USE OF WIRELESS TRANSMISSION SYSTEMS IN THE MONITORING OF PATIENTS DURING CARDIAC REHABILITATION AT HOME

EXAMPLES OF THE USE OF WIRELESS TRANSMISSION SYSTEMS IN THE MONITORING OF PATIENTS DURING CARDIAC REHABILITATION AT HOME JOURNAL OF MEDICAL INFORMATICS & TECHNOLOGIES Vol. 17/2011, ISSN 1642-6037 wirless transmition, monitoring system, Revitus, cardiac rehabilitation Zbigniew SZCZUREK 1, Adam GACEK 1, Jacek BRANDT 1, Adam

More information

Developing ASP.NET MVC 5 Web Applications

Developing ASP.NET MVC 5 Web Applications 20486C - Version: 1 23 February 2018 Developing ASP.NET MVC 5 Web Developing ASP.NET MVC 5 Web 20486C - Version: 1 5 days Course Description: In this course, students will learn to develop advanced ASP.NET

More information

Using Java to Front SAS Software: A Detailed Design for Internet Information Delivery

Using Java to Front SAS Software: A Detailed Design for Internet Information Delivery Using Java to Front SAS Software: A Detailed Design for Internet Information Delivery Jonathan Stokes, JJT Inc., Austin, Texas, USA ABSTRACT As the Java language evolves from its rudimentary stages into

More information

Developing ASP.NET MVC 5 Web Applications

Developing ASP.NET MVC 5 Web Applications Developing ASP.NET MVC 5 Web Applications Course 20486C; 5 days, Instructor-led Course Description In this course, students will learn to develop advanced ASP.NET MVC applications using.net Framework tools

More information

NOWPAP. Northwest Pacific Action Plan. United Nations Environment Programme

NOWPAP. Northwest Pacific Action Plan. United Nations Environment Programme United Nations Environment Programme Northwest Pacific Action Plan Distr. RESTRICTED NOWPAP UNEP/NOWPAP/DINRAC FPM 10/5 2 May 2012 Original: English Northwest Pacific Action Plan Data and Information Network

More information

Design and Implementation of a Service Discovery Architecture in Pervasive Systems

Design and Implementation of a Service Discovery Architecture in Pervasive Systems Design and Implementation of a Service Discovery Architecture in Pervasive Systems Vincenzo Suraci 1, Tiziano Inzerilli 2, Silvano Mignanti 3, University of Rome La Sapienza, D.I.S. 1 vincenzo.suraci@dis.uniroma1.it

More information

Multi-dimensional database design and implementation of dam safety monitoring system

Multi-dimensional database design and implementation of dam safety monitoring system Water Science and Engineering, Sep. 2008, Vol. 1, No. 3, 112-120 ISSN 1674-2370, http://kkb.hhu.edu.cn, e-mail: wse@hhu.edu.cn Multi-dimensional database design and implementation of dam safety monitoring

More information

I.INTRODUCTION II. ANDROID APPLICATION. A. Android SDK

I.INTRODUCTION II. ANDROID APPLICATION. A. Android SDK Robotic Arm Control using Bluetooth Device with an Android Application M.Pon Alagappan.(M.E Scholar)Embedded system technology,sri Sai Ram Engineering college, Chennai,India alagu.ind@gmail.com N.Shivaani

More information

CURRICULUM VITAE. for Ernst Nordström. Personal Data. Born in Uppsala, Sweden, on April 12, Married; father to Jenny.

CURRICULUM VITAE. for Ernst Nordström. Personal Data. Born in Uppsala, Sweden, on April 12, Married; father to Jenny. CURRICULUM VITAE for Ernst Nordström Personal Data Born in Uppsala, Sweden, on April 12, 1966 Married; father to Jenny. Academic Qualifications Jun. 1985 Mar. 1992 Sep. 1995 Dec. 1998 Gymnasieexamen at

More information

Visual Basic Scripting

Visual Basic Scripting Visual Basic Scripting VBScript stands for Visual Basic Scripting that forms a subset of Visual Basic for Applications (VBA). VBA is a product of Microsoft which is included NOT only in other Microsoft

More information

Fundamentals of Information Systems, Seventh Edition

Fundamentals of Information Systems, Seventh Edition Fundamentals of Information Systems, Seventh Edition Chapter 4 Telecommunications, the Internet, Intranets, and Extranets Fundamentals of Information Systems, Seventh Edition 1 An Overview of Telecommunications

More information

EPHP a tool for learning the basics of PHP development. Nick Whitelegg School of Media Arts and Technology Southampton Solent University

EPHP a tool for learning the basics of PHP development. Nick Whitelegg School of Media Arts and Technology Southampton Solent University EPHP a tool for learning the basics of PHP development Nick Whitelegg School of Media Arts and Technology Southampton Solent University My background Lecturer at Southampton Solent University since 2003

More information

Uber Push and Subscribe Database

Uber Push and Subscribe Database Uber Push and Subscribe Database June 21, 2016 Clifford Boyce Kyle DiSandro Richard Komarovskiy Austin Schussler Table of Contents 1. Introduction 2 a. Client Description 2 b. Product Vision 2 2. Requirements

More information

20486C: Developing ASP.NET MVC 5 Web Applications

20486C: Developing ASP.NET MVC 5 Web Applications 20486C: Developing ASP.NET MVC 5 Web Course Details Course Code: Duration: Notes: 20486C 5 days This course syllabus should be used to determine whether the course is appropriate for the students, based

More information

Bill Parrish Scott Inscore Bob Worth

Bill Parrish Scott Inscore Bob Worth Bill Parrish Scott Inscore Bob Worth A Systems Integration Company, Providing Automation and SCADA Solutions. teampiedmont.com a Full-Service, Turn Key Solution: An integrated team of engineers & designers

More information

JAVA-BASED DISTRIBUTED IEEE-488 MEASURING SYSTEMS

JAVA-BASED DISTRIBUTED IEEE-488 MEASURING SYSTEMS JAVA-BASED DISTRIBUTED IEEE-488 MEASURING SYSTEMS R. Lukaszewski, P. Bobinski and W. Winiecki Institute of Radioelectronics Faculty of Electronics and Information Technologies Warsaw University of Technology,

More information

Bandwidth Recycling using Variable Bit Rate

Bandwidth Recycling using Variable Bit Rate Bandwidth Recycling using Variable Bit Rate M.Swapna VATHSALYA INSTITUTE OF SCIENCE AND TECHNOLOGY ANANTHARAM, BHONGIR Mobile No:9666255511, E-mail: raviralaswapna@gmail.com Mr. P. V. S. Rama Prasad Associate

More information

The Design of Embedded Remote Intelligent Automotive Monitoring System based on GSM. Lijun Gao

The Design of Embedded Remote Intelligent Automotive Monitoring System based on GSM. Lijun Gao 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) The Design of Embedded Remote Intelligent Automotive Monitoring System based on GSM Lijun Gao Beijing Information

More information