Simple Bus Tracking System Eddie Chi-Wah Lau MESc, CEng, MIEE UCSI University, Kuala Lumpur Malaysia

Size: px
Start display at page:

Download "Simple Bus Tracking System Eddie Chi-Wah Lau MESc, CEng, MIEE UCSI University, Kuala Lumpur Malaysia"

Transcription

1 Simple Bus Tracking System Eddie Chi-Wah Lau MESc, CEng, MIEE UCSI University, Kuala Lumpur Malaysia Article Info Received: 9 th October 2012 Accepted: 1 st January 2013 Published online: 1 st March 2013 ISSN: Design for Scientific Renaissance All rights reserved ABSTRACT In UCSI University, Kuala Lumpur, Malaysia, there are two campuses, South Wing and, North Wing. Fixed route shuttle buses are provided for the students which run from South Wing to LRT (Public Bus) station and to North Wing, and then back to South Wing. Duration of the whole trip usually takes about 40 min. This simple tracking system is made use of university and 2.4G network facilities to track down the position of the buses. It is not intend to give the exact position of the buses but will store up the bus arrival and departure time in each station. All information will be shown on the LED outdoor panel next to the bus stop. Furthermore, same information in text and voice format can be retrieved using smart phone and IVR system for students that are not near by the bus stop. This concept can be applied to any bus tracking provided its constraint is met. Keyword: Simple Bus Tracking System, 2.4G Network, Outdoor LED Panel, Smart Phone, IVR System. 1. Introduction Vehicle tracking systems are commonly used nowadays by fleet operators for fleet management functions such as fleet tracking, on-board information etc. It consists of an electronic device as installed in a vehicle and enable user to track the vehicle s location. Modern vehicle tracking systems commonly use GPS technology for locating the vehicle. There are other types of automatic vehicle location technology using RFID and GPS technology such as in (Sringiwai et al. 2010, Hannan et al, 2012, Sriborrirux et al, 2008), where vehicle tracking systems can provide a very accurate vehicle positioning. However, for a small closed user community, in which user requirement is not so high; GPS technology can be replaced by WAN technology. It will not give the accurate positioning that GPS provided, but will serve the vehicle tracking purpose. Another consideration is to fully utilize the WAN resources in the community, so as to cut down the operation cost. UCSI University as located in Kuala Lumpur, Malaysia comprises of two campuses, South Wing and North Wing. Everyday, students need to travel from South Wing to North Wing or vice versa for class attendance. Free shuttle bus service between these two campuses is provided and moreover, the bus will stop at nearby LRT (Public Bus) station for students convenience. Bus route is fixed and the bus will start from the South Wing, to Bandar Tasik Selatan LRT station, to North Wing, and then back to South Wing. Duration of the whole trip usually takes about 40 min. Please refer figure 1.0 for detail

2 bus route. Although there is bus time table, buses usually will not be on time due to unforeseeable circumstances. Students need to wait in the bus stop, sometimes up to 40 min. This simple system is designed to give the arrival and departure time of the buses in each station in order to minimize the bus waiting time. This paper describes how the system is designed, built and tested. All system components used are low cost but very mature from nowaday market. The aim of this paper is to build a reliable simple bus tracking system with system/operation cost cut to a minimum. Organization of this paper is divided into six main sections - design approach, system compoments, software design consideration, message information, testing bench and result. 2. Design Approach Figure 1.0 UCSI University Shuttle Bus Route Map It is a very simple design approach. It is not intend to give exact position of the buses but only time information (arrival/departure) of the buses in each station. Information will be stored and displayed in the outdoor LED panel next to the bus stop. Furthermore, same information in text and voice format can be retrieved using smart phone and IVR system for the students that are not nearby the bus stop. This system is made use of existing university network for data access. 2.4G RF network is built in two campuses near the bus stop for bus tracking. Also, IVR system and smart phone access are provided for voice and text information retrieval. Buses are equipped with the 2.4G transceiver. When they enter or depart the campus 2.4G RF zone, they will be detected by the campuses transceiver. Data will then send to the network server and after processing, information will be displayed in the outdoor LED panel near the bus stop. Same information in voice and text format can be retrieved thru IVR system and smart phone access. This is useful to the students that are waiting in the Bandar Tasik Selatan LRT station where LED display panel is not allowed to install over there. 61

3 Please refer figure 2.0 for North Wing South Wing bus route and figure 3.0 for system block diagram. Figure 2.0 UCSI University North Wing South Wing Route Map Figure 3.0 System Block Diagram 3.0 System Components 3.1 Database Network An APACHE ( server with MYSQL ( database 62

4 under Window environment is built for data storage. For server programming, PHP5 ( language is used. Since UCSI South Wing and North Wing are bridged together thru a microwave link network, so data can be stored and retrieved from both sides. 3.2 Bus Tracking 2.4G Transceiver Nordic nrf24l01+ transceiver ( with outdoor antenna module is used. It serves as an enclosed 2.4G network for bus tracking. Cover range can be up to 500M. The choice of this transceiver is based on its common-used nowadays, compact size, low-power, and efficiency. High power transceiver is used as to minimize the data lost due to blind spot and climate conditions. 3.3 Base Station This is the heart of the control system which serves three main functions. It connects to the server for database update and to 2.4G transceiver for bus detection and to outdoor LED display panel for information display. Rabbit core module [5] as produced by Digi International Ltd. is used. The choice of this product is based on its commercial grade device with strong networking interconnection. Two base stations are built in which one is located in South Wing while another is placed in North Wing. 3.4 Outdoor LED Panel Commercial type P10 outdoor LED display panel ( is used. The choice of this type is because of its outdoor behavior and the LED size that can view from 40M away without problem. 3.5 Voice System It is designed for the students that are not nearby the bus stop but still can retrieve bus information. This is the case when they are waiting in the LRT (Public Bus) station. A GSM voice board based on Siemens TC-35 chip ( and WT588D voice module ( are used. They are connected to the Database Server thru Rabbit core module. The choice of Siemens GSM board and WT588D voice module is because of its low-cost performance. 3.6 Smart Phone Access This is another type of add-on feature. Function same as IVR, but information retrieval is in text format. No hardware is involved. Information will be displayed on the smart phone with automatic message update function. 4.0 Software Design Consideration 4.1 WEB Server Typical WEB APACHE server under Window environment is built. For database software and server programming, MYSQL and PHP language are used. These OS and software combinations can provide a low-cost, reliable WEB programming environment for database access and network 63

5 programming. 4.2 Bus Transceiver This 2.4G transceiver will be housed in the bus. It is programmed to be in a slave mode, which is, always waiting for the master polling signal. If data sequence as received matches the pre-defined pattern, it is assumed that the bus is within the campuses 2.4G RF zone and acknowledgment data stream will then be sent out. 4.3 Base Station Transceiver This 2.4G base station transceiver will be installed near the bus stop. It is programmed to be in master mode, which is, sending polling signal in 3 sec interval. If it receives the pre-defined acknowledgment data stream, it is assumed that the bus is within its RF zone, otherwise, it will assume the bus already left. 4.4 Main Base Station This is the main control unit which using Rabbit Core module. It reads the base station transceiver status, programs the outdoor LED display and connects to the server for data base update. Programming of the Rabbit Core is using Dynamic C language which comes with a very powerful multi-tasking, I/O and networking tools. LED display is programmed in moving text pattern, thus saving physical space for information display. Socket programming is used for server connection. Two base stations will be implemented in South Wing and North Wing separately to identify different bus locations. 4.5 IVR system Pre-defined voice messages in wave file format are stored in the WT588D voice module. It connects to a GSM voice board and will broadcast current time and bus status when the GSM board receives call from the students. It is not intend to design any interactive function as to provide a very simple IVR system. Rabbit Core module is also used for the system control. Same message will be broadcasted twice in order to compensate any unclear voice output due to telephone network error. 4.6 Smart Phone Access This is to provide bus information in text format. Students can use their smart phones to retrieve information thru UCSI network. Automatic message update with ~5 sec interval is implemented. 5.0 Message Information Ultimate result is to give students the bus arrival and departure time, thus cut down the bus waiting time. LED moving text display is designed for better result. The message is designed to be simple, short and informative. Below are the message summaries. a) Unknown this status indicates that the bus is not in service. b) now in SW this status indicates that the bus is now in South Wing.. c) now in NW this status indicates that the bus is now in North Wing.. 64

6 d) left SW this status indicates that the bus just depart South Wing.. e) left NW, this status indicates that the bus just depart North Wing.. f) left SW xx mins this status indicates that the bus already left South Wing xx min. g) left NW xx mins this status indicates that the bus already left North Wing xx min. Complete message that will display on the LED panel, for example, HH:MM Bus1 now in SW, Bus2 Unknown HH:MM Bus1 left NW, Bus2 now in SW or or HH:MM Bus1 left NW 02mins, Bus2 left SW etc... ** Two buses are in service and HH:MM is current hour/min. 6.0 Testing Bench and Components All development work was carried out in the UCSI University Lab. Apache WEB Server, 2.4G transceivers/control station and IVR were built to simulate actual environment. Please refer figure 4-7 for some of the major components used. Figure G Bus Transceiver with Nordic nrf24l01+ 65

7 Figure 5.0 Base Station with Nordic nrf24l01+, Rabbit RCM2200 Core Figure 6.0 IVR with GSM Modem, WT558D Voice Module and Rabbit RCM2200 Core 66

8 Figure 7.0 Outdoor P10 LED Panel and Server A wireless AP is used for system networking. Apache server, IVR and two base stations are connected together thru CAT5 Lan cable while the wireless configuration is for the smart phone testing. Two base stations are placed about 15M apart with LED panel connected in order to simulate two campuses NW and SW locations. The bus transceiver is moving toward the base stations in order to simulate the bus movement. The antenna of both transceiver and base stations are modified in order to decrease signal sensitivity so as to bypass signal interference in the lab. IVR system with SIM card installed is used for voice testing. 7.0 Testing Result 7.1 Outdoor LED Panel Display The followings are some of the sample output. a) In the initial stage, the LED panels display the buses are in unknown stage HH:MM Bus1- Unknown, Bus2 Unknown b) When bus1 move towards NW base station and stays there, LED panels will display HH:MM Bus1 now in NW, Bus2 Unknown c) When bus1 left NW base station for 5 mins, LED panels will display HH:MM Bus1 left NW 05mins, Bus2 Unknown ** Only one buses is in service and HH:MM is current hour/min 67

9 Please refer Figure 8, 9 for some message displays. Figure 8.0 Message Display 7.2 Smart Phone Access Figure 9.0 Message Display1 Text information can be retrieved using smart phone access. Students need to download the 68

10 application software and run it. Information display in the smart phone will be auto update with ~5sec interval. At this moment, only Android smart phone is implemented. Please refer Figure 10.0 for Android smart phone simulation output. Figure 10.0 Android Smart Phone Simulation Output 7.3 IVR No interactive function is provided and voice output is recorded in wave file format. When dial to the access number, information such as current time and bus status will be heard. 7.0 Conclusions The objective of this project is to build a simple bus tracking system using existing network facilities. It is not intend to give exact location of the bus but to display bus arrival and departure time, thus minimize student bus waiting time. Simple IVR system and smart phone access are also provided for voice and text format output. All system components are tested in the lab for a long period > three month and result is promising. During the testing period, no system failure is encountered and thus a low-cost and reliable tracking system can be achieved. Nowadays, most of the tracking systems are using GPRS network, however, operation cost may be high. This system using the in-house network facilities and thus operation cost can be absorbed by the existing system. Although this system cannot give the exact location of the tracking, information is useful and can serve a simple tracking system. This concept can be applied to any bus tracking provided its constraint is met. Acknowledgments The author would like to thank UCSI University, Faculty of Engineering, Architecture & Built Environment for using their laboratory facilities; UCSI University, Computect for the computer server 69

11 facilities and UCSI University, CERVIE for the funding of this project, through UCSI University Research Grant Scheme (RGS), grant no. Proj-In-FEABE-004. References Hannan M.A., Mustapha A.M., Basri H. and Hussain A., Intelligent Campus Bus Identification and Monitoring System Australian Journal of Basic and Applied Sciences, 4(11): , 2010 ISSN Sriborrirux, W., Danklang, P., & Indra-Payoong, N. (2008, October). The design of RFID sensor network for bus fleet monitoring. In ITS Telecommunications, ITST th International Conference on (pp ). IEEE. Sringiwai, K., Indra-Payoong, N., Sumalee, A., Roathanachonkun, P., & Sriborrirux, W. (2010, December). RFID-based travel time estimation: development case in Bangkok. In Proceedings of the 15th International Conference of Hong Kong Society for Transportation Studies (pp ). 70

Using Mobiles for On Campus Location Tracking

Using Mobiles for On Campus Location Tracking Using Mobiles for On Campus Location Tracking F. Aloul A. Sagahyroon A. Al-Shami I. Al-Midfa R. Moutassem American University of Sharjah P.O. Box 26666, Sharjah, UAE {faloul, asagahyroon, b00020906, b00020142,

More information

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune

VEHICLE TRACKING SYSTEM USING GPS. 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune. 2 Asst. Professor, SCOE, Vadgaon, Pune VEHICLE TRACKING SYSTEM USING GPS Pooja P. Dehankar 1, 1 Student, ME (IT) Pursuing, SCOE, Vadgaon, Pune Prof. S. P. Potdar 2 2 Asst. Professor, SCOE, Vadgaon, Pune Abstract- Global Positioning System is

More information

International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 3, Issue 6, June 2014

International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 3, Issue 6, June 2014 Real Time Wireless based Train Tracking, Track Identification and Collision avoidance System for Railway Sectors 1 R. Immanuel Rajkumar, 2 Dr.P. E. Sankaranarayanan, and 3 Dr.G.Sundari 1 Research Scholar,

More information

Android Mobile Security with Auto boot Application

Android Mobile Security with Auto boot Application Android Mobile Security with Auto boot Application M.Umamaheswari #1, S.Pratheepa Devapriya #2, A.Sriya #3, Dr.R.Nedunchelian #4 # Department of Computer Science and Engineering, Saveetha School of Engineering

More information

An Innovative Concept to Manage GPS Reference Stations Network and RTK Data Distribution Globally

An Innovative Concept to Manage GPS Reference Stations Network and RTK Data Distribution Globally An Innovative Concept to Manage GPS Reference Stations Network and RTK Data Distribution Vincent LUI, Hong Kong SAR, China Key words: GPS reference station network, Internet, Spider, data management, integrity

More information

Advanced Vehicle Tracking System on Google Earth Using GPS and GSM

Advanced Vehicle Tracking System on Google Earth Using GPS and GSM IJECT Vo l. 5, Is s u e Sp l - 3, Ja n - Ma r c h 2014 ISSN : 2230-7109 (Online) ISSN : 2230-9543 (Print) Advanced Vehicle Tracking System on Google Earth Using GPS and GSM 1 Sowjanya Kotte, 2 Hima Bindhu

More information

Future Stars. Grade X Manual Chapter 1 Networking and Telecommunication. telecommunication. Telephones, telegrams, radios and televisions help

Future Stars. Grade X Manual Chapter 1 Networking and Telecommunication. telecommunication. Telephones, telegrams, radios and televisions help Future Stars Grade X Manual Chapter 1 Networking and Telecommunication 1. Answer the following questions. a. What is telecommunication? Ans: The transfer of information at a far distance is known as telecommunication.

More information

USB GSM 3G modem RMS-U-GSM-3G. Manual (PDF) Version 1.0, 2014.8.1

USB GSM 3G modem RMS-U-GSM-3G. Manual (PDF) Version 1.0, 2014.8.1 USB GSM 3G modem RMS-U-GSM-3G Manual (PDF) Version 1.0, 2014.8.1 2014 CONTEG, spol. s r.o. All rights reserved. No part of this publication may be used, reproduced, photocopied, transmitted or stored in

More information

Remote Android Assistant with Global Positioning System Tracking

Remote Android Assistant with Global Positioning System Tracking IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. III (Mar-Apr. 2014), PP 95-99 Remote Android Assistant with Global Positioning System Tracking

More information

Kranti Dive 5 Computer Engineering Department MIT College of Engineering Pune India

Kranti Dive 5 Computer Engineering Department MIT College of Engineering Pune India ISSN: 2321-7782 (Online) Volume 2, Issue 2, February 2014 International Journal of Advance Research in Computer Science and Management Studies Research Article / Paper / Case Study Available online at:

More information

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS

More information

Tracking & Fleet Management System. Itzik Baron, Mobile Satellite Sales Manager

Tracking & Fleet Management System. Itzik Baron, Mobile Satellite Sales Manager Tracking & Fleet Management System Itzik Baron, Mobile Satellite Sales Manager Overview Communication solutions provider offering domestic and international fiber & satellite based connectivity services

More information

What is our purpose?

What is our purpose? Who we are? Since 1995 we have become one of the largest suppliers of electronic automotive accessories and telemetry devices in the Baltic States. Baltic Car Equipment is investing extensively into R&D

More information

Motorola AirDefense Network Assurance Solution. Improve WLAN reliability and reduce management cost

Motorola AirDefense Network Assurance Solution. Improve WLAN reliability and reduce management cost Motorola AirDefense Network Assurance Solution Improve WLAN reliability and reduce management cost The challenge: Ensuring wireless network performance and availability Wireless LANs help organizations

More information

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) BUS TRACKING AND TICKETING SYSTEM

INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) BUS TRACKING AND TICKETING SYSTEM INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN ISSN 0976-6480 (Print) ISSN 0976-6499

More information

A Smart Telephone Answering Machine with Voice Message Forwarding Capability

A Smart Telephone Answering Machine with Voice Message Forwarding Capability A Smart Telephone Answering Machine with Voice Message Forwarding Capability Chih-Hung Huang 1 Cheng Wen 2 Kuang-Chiung Chang 3 1 Department of Information Management, Lunghwa University of Science and

More information

Latest anf Future Development Plans in Helsinki

Latest anf Future Development Plans in Helsinki Latest anf Future Development Plans in Helsinki Ville Lehmuskoski, Planning Director Best seminar, 16th November 2006 Content of the presentation Traffic Signal Priorities and Passenger Information (HELMI)

More information

The Development of the Monitoring Software for the Mobile Weather Station

The Development of the Monitoring Software for the Mobile Weather Station The Development of the Monitoring Software for the Mobile Weather Station Napat Watjanatepin and Pakorn Somboonkij Abstract The objective of this research is to develop the high performance monitoring

More information

CCTR-805-V2 3G Car GPS Tracker-201604

CCTR-805-V2 3G Car GPS Tracker-201604 CCTR-805-V2 3G Car GPS Tracker-201604 Welcome to use this real time car GPS tracker CCTR-805G.This product is with GPS module and 2G GSM / 3G WCDMA module (with LBS locate without GPS), that has many new

More information

SMS GSM Alarm Messenger

SMS GSM Alarm Messenger SMS GSM Alarm Messenger Data Logging Alarm Input Relay Output Voice Temperature Humidity Analog Input Capture and Send Data via SMS Report triggered alarm via SMS Output triggered via SMS Auto pick up

More information

CMR Journal of Engineering and Technology Vol.1 Issue.1 January 2016

CMR Journal of Engineering and Technology Vol.1 Issue.1 January 2016 VEHICLE TRACKING SYSTEM WITH ANDROID APP SUPPORT ABSTRACT M. Sudhakar Professor Dept of ECE CMR College of Engineering & Technology Kandlakoya, Medchal Rd, Hyderabad e-mail: vp@cmrcet.org K.Kalyani PG

More information

The Shift to Wireless Data Communication

The Shift to Wireless Data Communication The Shift to Wireless Data Communication Choosing a Cellular Solution for Connecting Devices to a WWAN Dana Lee, Senior Product Manager dana.lee@moxa.com Recent developments in the wireless and industrial

More information

How To Track A Vehicle With A Smart Vehicle Tracking System

How To Track A Vehicle With A Smart Vehicle Tracking System SMART VEHICLE TRACKING SYSTEM Mrs. K.P.Kamble 1 Lecturer 1 Department of Electronics and Telecommunication Engineering, YCCE, Nagpur kanchan_114@rediffmail.com ABSTRACT It is amazing to know how simple

More information

Temperature & Humidity SMS Alert Controller

Temperature & Humidity SMS Alert Controller Temperature & Humidity Alert Controller METERS 3 simple steps starting the unit: Insert the SIM card Plug in the sensors connectors Connect the AC power cord. Specifications: AC 90~260V Auto Select Internal

More information

International Journal of Software and Web Sciences (IJSWS) www.iasir.net. GPS and GSM Based Database Systems for User Access

International Journal of Software and Web Sciences (IJSWS) www.iasir.net. GPS and GSM Based Database Systems for User Access International Association of Scientific Innovation and Research (IASIR) (An Association Unifying the Sciences, Engineering, and Applied Research) ISSN (Print): 2279-0063 ISSN (Online): 2279-0071 International

More information

Zorba Asset Tracking Solution

Zorba Asset Tracking Solution Asset Tracking Solution State-of-the art fleet management and vehicle tracking solution to increase your productivity. Affordable installation and operating costs Easy to install and operate User friendly

More information

GPS Tracking Solution GPS GSM Tracker

GPS Tracking Solution GPS GSM Tracker 2013 GPS Tracking Solution GPS GSM Tracker Robust solution for tracking your Assets, Cars, Buses, Trucks, Fleet, Shipment, Children, Pets and more with web based tracking from anywhere in the world through

More information

Frequency Hopping for GSM Base Station Tests with Signal Generators SME

Frequency Hopping for GSM Base Station Tests with Signal Generators SME Frequency Hopping for GSM Base Station Tests with Signal Generators SME Application Note 1GPAN28E A. Winter 07.95 Products: Signal Generator SME Software Package SME-K1 Introduction One of the problems

More information

Rev 06 1211. GSM base station. Installation instructions

Rev 06 1211. GSM base station. Installation instructions Rev 06 1211 GSM base station Installation instructions Output string format Baud rate 115200 bps Parity none Data bits 8 Stop bits 1 Flow control none The output string is a modified version of the Sureguard

More information

DL TC72 Communication Protocols: HDLC, SDLC, X.25, Frame Relay, ATM

DL TC72 Communication Protocols: HDLC, SDLC, X.25, Frame Relay, ATM DL TC72 Communication Protocols: HDLC, SDLC, X.25, Frame Relay, ATM Objectives: Base training of an engineer for the installation and maintenance of Digital Telecommunications and Internetworking systems.

More information

Wireless Sensor Enabled Public Transportation System

Wireless Sensor Enabled Public Transportation System Int. J. Communications, Network and System Sciences, 2015, 8, 187-196 Published Online May 2015 in SciRes. http://www.scirp.org/journal/ijcns http://dx.doi.org/10.4236/ijcns.2015.85020 Wireless Sensor

More information

INFORMATION SCIENCE. INFSCI 0010 INTRODUCTION TO INFORMATION SCIENCE 3 cr. INFSCI 0015 DATA STRUCTURES AND PROGRAMMING TECHNIQUES 3 cr.

INFORMATION SCIENCE. INFSCI 0010 INTRODUCTION TO INFORMATION SCIENCE 3 cr. INFSCI 0015 DATA STRUCTURES AND PROGRAMMING TECHNIQUES 3 cr. INFORMATION SCIENCE INFSCI 0010 INTRODUCTION TO INFORMATION SCIENCE 3 cr. Introduction to the concepts, principles, and skills of information science for students with no programming experience. Topics

More information

AN INTERWORKING IMPLEMENTATION AND PERFORMANCE EVALUATION IN IEEE 802.11S BASED CAMPUS MESH NETWORKS

AN INTERWORKING IMPLEMENTATION AND PERFORMANCE EVALUATION IN IEEE 802.11S BASED CAMPUS MESH NETWORKS AN INTERWORKING IMPLEMENTATION AND PERFORMANCE EVALUATION IN IEEE 802.11S BASED CAMPUS MESH NETWORKS G.MERLIN SHEEBA Electronics and Telecommunication Department, Sathyabama University Chennai, TamilNadu,

More information

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. CTS 2655 and CNT 2102 with grade of C or higher in both courses

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. CTS 2655 and CNT 2102 with grade of C or higher in both courses Form 2A, Page 1 FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE COURSE NUMBER: CTS 2662 COURSE TITLE: PREREQUISITE(S): COREQUISITE(S): Voice Over IP CTS 2655 and CNT 2102 with grade

More information

WIRELESS INSTRUMENTATION TECHNOLOGY

WIRELESS INSTRUMENTATION TECHNOLOGY BS&B WIRELESS, L.L.C. BS&B WIRELESS, L.L.C. WIRELESS INSTRUMENTATION TECHNOLOGY Printed February 2004 BS&B WIRELESS, L.L.C. 7422-B East 46th Place, Tulsa, OK74145 Phone: 918-622-5950 Fax: 918-665-3904

More information

Sierra Wireless AirCard Watcher Help for Mac OS X

Sierra Wireless AirCard Watcher Help for Mac OS X Sierra Wireless AirCard Watcher Help for Mac OS X Sierra Wireless AirCard Watcher allows you to manage and monitor the connection between your modem and the network. With Watcher, you can: Determine signal

More information

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS FLEET MANAGEMENT & CAR SECURITY SYSTEM FOR PROVIDERS AND CUSTOMERS The Tracker Server Communication Program for data collection The Tracker Client Map Program intended for dispatching desks The GSM/GPRS

More information

Design of an U-slot Folded Shorted Patch Antenna for RF Energy Harvesting

Design of an U-slot Folded Shorted Patch Antenna for RF Energy Harvesting Design of an U-slot Folded Shorted Patch Antenna for RF Energy Harvesting Diponkar Kundu, Ahmed Wasif Reza, and Harikrishnan Ramiah Abstract Novel optimized U-slot Folded Shorted Patch Antenna (FSPA) is

More information

GnuRadio CONTACT INFORMATION: phone: +1.301.527.1629 fax: +1.301.527.1690 email: whitepaper@hsc.com web: www.hsc.com

GnuRadio CONTACT INFORMATION: phone: +1.301.527.1629 fax: +1.301.527.1690 email: whitepaper@hsc.com web: www.hsc.com GnuRadio CONTACT INFORMATION: phone: +1.301.527.1629 fax: +1.301.527.1690 email: whitepaper@hsc.com web: www.hsc.com PROPRIETARY NOTICE All rights reserved. This publication and its contents are proprietary

More information

Course Duration: Course Content Course Description Course Objectives Course Requirements

Course Duration: Course Content Course Description Course Objectives Course Requirements Course: TCS 201 Telecommunication and Networks I (3 credits compulsory) Course Duration: The course shall comprise of 45hours of theory and practical classes. The theory will be taught for 30hours of 2hours

More information

GSM HOME SECURITY SYSTEM

GSM HOME SECURITY SYSTEM Cell /Mobile phone home security system GSM HOME SECURITY SYSTEM Model : GSM-120 TABLE OF CONTENTS 1. FEATURES... 1 2. APPLICATION... 2 3. SPECIFICATIONS... 3 4. FRONT PANEL & LAYOUT DESCRIPTION...6 5.

More information

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS

Overview. 1. GPS data tracking via GSM SMS / GPRS. 2. GPS data logging in internal memory. 3. Alarm alert via GSM SMS / Dialing / GPRS Vehicle or Personal Position Tracking Vehicle Status and Speed Tracking Auto Accident Report Global Position System (GPS) Navigation System Anti theft Alarm System Overview 1. GPS data tracking via GSM

More information

E-Helpdesk: Online Helpdesk for College Campus

E-Helpdesk: Online Helpdesk for College Campus IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 11 April 2015 ISSN (online): 2349-6010 E-Helpdesk: Online Helpdesk for College Campus Anand Saundekar Soofian

More information

ProCurve Networking. Troubleshooting WLAN Connectivity. Technical White paper

ProCurve Networking. Troubleshooting WLAN Connectivity. Technical White paper ProCurve Networking Troubleshooting WLAN Connectivity Technical White paper Introduction... 3 Identifying the Problem... 3 Troubleshooting Wireless Station Connection to AP... 4 Can Any Wireless Stations

More information

! encor e networks TM

! encor e networks TM ! encor e networks TM Revision B, March 2008 Document Part Number 15953.0001 Copyright 2008 Encore Networks, Inc. All rights reserved. BANDIT Products Wireless Access Guide For BANDIT, BANDIT IP, BANDIT

More information

SIMATIC S7-1200. It s the Interplay that makes the difference. Siemens AG 2010. All Rights Reserved.

SIMATIC S7-1200. It s the Interplay that makes the difference. Siemens AG 2010. All Rights Reserved. SIMATIC S7-1200 It s the Interplay that makes the difference SIMATIC S7-1200 Controller SIMATIC S7-1200 CPUs CPU 1211C 3 configurations per CPU Dimensions W x H x D (mm) CPU 1212C CPU 1214C DC/DC/DC, AC/DC/RLY,

More information

White Paper. Technical Capabilities of the DF1 Half-Duplex Protocol

White Paper. Technical Capabilities of the DF1 Half-Duplex Protocol White Paper Technical Capabilities of the DF1 Half-Duplex Protocol Introduction DF1 Protocol To meet the challenges of today s global marketplace communication and network, systems must offer customers

More information

3 Software Defined Radio Technologies

3 Software Defined Radio Technologies 3 Software Defined Radio Technologies 3-1 Software Defined Radio for Next Generation Seamless Mobile Communication Systems In this paper, the configuration of the newly developed small-size software defined

More information

Home Energy Management System - A Practical Approach

Home Energy Management System - A Practical Approach Connected Digital Home - Build From Ground Up 04 August AYChen@Avinta.com 4 N. Milpitas Blvd., #48, Milpitas, CA 9505-440 U.S.A. Tel: + (408) 94-485 Web: www.avinta.com Broadband has become deeply intertwined

More information

Remote Monitoring and Controlling System Based on ZigBee Networks

Remote Monitoring and Controlling System Based on ZigBee Networks Remote Monitoring and Controlling System Based on ZigBee Networks Soyoung Hwang and Donghui Yu* Department of Multimedia Engineering, Catholic University of Pusan, South Korea {soyoung, dhyu}@cup.ac.kr

More information

This section will focus on basic operation of the interface including pan/tilt, video, audio, etc.

This section will focus on basic operation of the interface including pan/tilt, video, audio, etc. Catalogue Basic Operation... 2 For Internet Explorer... 2 For Other Non-IE Web Browsers... 5 Camera Settings... 6 System... 6 About... 6 PT Setting... 7 Backup and Restore Setup... 8 NTP Setting... 8 System

More information

Master & Amplifier For ModuSat Communal Heating

Master & Amplifier For ModuSat Communal Heating Master The ModuSat master controller provides a convenient central point for connection of all ModuSat HIU S on a communal heating scheme. The ModuSat s and master are linked via a hard wired Modbus RS485

More information

Design of Wireless Home automation and security system using PIC Microcontroller

Design of Wireless Home automation and security system using PIC Microcontroller IJCAES ISSN: 2231-4946 Volume III, Special Issue, August 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on National Conference on Information and Communication

More information

Introduction to Computer Networks and Data Communications

Introduction to Computer Networks and Data Communications Introduction to Computer Networks and Data Communications Chapter 1 Learning Objectives After reading this chapter, you should be able to: Define the basic terminology of computer networks Recognize the

More information

Figure 1.Block diagram of inventory management system using Proximity sensors.

Figure 1.Block diagram of inventory management system using Proximity sensors. Volume 1, Special Issue, March 2015 Impact Factor: 1036, Science Central Value: 2654 Inventory Management System Using Proximity ensors 1)Jyoti KMuluk 2)Pallavi H Shinde3) Shashank VShinde 4)Prof VRYadav

More information

Real Time Web based Vehicle Tracking using GPS

Real Time Web based Vehicle Tracking using GPS Real Time Web based Vehicle Tracking using GPS Muruganandham, P.R.Mukesh Abstract Tracking systems were first developed for the shipping industry because they wanted to determine where each vehicle was

More information

Gilsson AlwaysFind Web Base Fleet Management AVL & Personal GPS Trackers

Gilsson AlwaysFind Web Base Fleet Management AVL & Personal GPS Trackers Gilsson AlwaysFind Web Base Fleet Management AVL & Personal GPS Trackers System block diagram AlwaysFind GSM/GPRS network GPS Tracking Systems AlwaysFind OR AlwaysFind Mini Web Base control center Internet

More information

Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System

Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System Application of Wireless Sensor Network and GSM Technology: A Remote Home Security System Atul Arora, Ankit Malik ABSTRACT In this paper, a low-power consumption remote home security alarm system developed

More information

A-307. Mobile Data Terminal. Android OS Platform Datasheet

A-307. Mobile Data Terminal. Android OS Platform Datasheet A-307 Mobile Data Terminal Android OS Platform Datasheet Revision 1.1 July, 2013 Introduction A-307 Platform Overview Introduction A-307 Platform Overview The A-307 provides Original Equipment Manufacturers

More information

Design of Remote data acquisition system based on Internet of Things

Design of Remote data acquisition system based on Internet of Things , pp.32-36 http://dx.doi.org/10.14257/astl.214.79.07 Design of Remote data acquisition system based on Internet of Things NIU Ling Zhou Kou Normal University, Zhoukou 466001,China; Niuling@zknu.edu.cn

More information

time and thought that the buses had a higher on-time arrival rate than the actual on-time arrival rate. 2

time and thought that the buses had a higher on-time arrival rate than the actual on-time arrival rate. 2 TriMet Transit Tracker Implementation Summary Transit Tracker is a real-time bus arrival prediction system that provides information to riders at bus stops and light rail stations with a count down in

More information

REQUIREMENTS FOR AUTOMATED FAULT AND DISTURBANCE DATA ANALYSIS

REQUIREMENTS FOR AUTOMATED FAULT AND DISTURBANCE DATA ANALYSIS REQUIREMENTS FOR AUTOMATED FAULT AND DISTURBANCE DATA ANALYSIS Mladen Kezunovic *, Texas A&M University Tomo Popovic, Test Laboratories International, Inc. Donald R. Sevcik, CenterPoint Energy Aniruddha

More information

Management Solution for VTO(VoIP Traffic Optimizer) Service. Smart VTO Overview. AddPac Technology. 2014, Sales and Marketing. www.addpac.

Management Solution for VTO(VoIP Traffic Optimizer) Service. Smart VTO Overview. AddPac Technology. 2014, Sales and Marketing. www.addpac. VTO Manager Management Solution for VTO(VoIP Traffic Optimizer) Service Smart VTO Overview AddPac Technology 2014, Sales and Marketing www.addpac.com Contents (cont d) Smart VTO Overview Network Diagram

More information

FREE VOICE CALLING IN WIFI CAMPUS NETWORK USING ANDROID

FREE VOICE CALLING IN WIFI CAMPUS NETWORK USING ANDROID FREE VOICE CALLING IN WIFI CAMPUS NETWORK ABSTRACT: USING ANDROID The purpose of this research is to design and implement a telephony program that uses WIFI in p2p (Peer-to-Peer) or WLAN (Wireless Local

More information

Intelligent Fleet Management System Using Active RFID

Intelligent Fleet Management System Using Active RFID Intelligent Fleet Management System Using Active RFID Ms. Rajeshri Prakash Mane 1 1 Student, Department of Electronics and Telecommunication Engineering, Rajarambapu Institute of Technology, Rajaramnagar,

More information

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3

SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005. Lecturer: Kartik Krishnan Lecture 1-3 SFWR 4C03: Computer Networks & Computer Security Jan 3-7, 2005 Lecturer: Kartik Krishnan Lecture 1-3 Communications and Computer Networks The fundamental purpose of a communication network is the exchange

More information

NXP Basestation Site Scanning proposal with AISG modems

NXP Basestation Site Scanning proposal with AISG modems NXP Basestation Site Scanning proposal with modems Advanced Systems White Paper by Jaijith Radhakrishnan There are a number of connectivity issues associated with cellular base stations that can increase

More information

Comparative Analysis of Several Real-Time Systems for Tracking People and/or Moving Objects using GPS

Comparative Analysis of Several Real-Time Systems for Tracking People and/or Moving Objects using GPS Comparative Analysis of Several Real-Time Systems for Tracking People and/or Moving Objects using GPS Gligorcho Radinski and Aleksandra Mileva University Goce Delčev, Faculty of Computer Science Krste

More information

Vehicle IOT Gateway Family Datasheet

Vehicle IOT Gateway Family Datasheet Vehicle IOT Gateway Family Datasheet VG-Series Overview The Samsara Vehicle IoT Gateway is a powerful telematics platform that provides continuous, real-time location visibility, streamlining dispatch

More information

AVR151: Setup and Use of the SPI. Introduction. Features. Atmel AVR 8-bit Microcontroller APPLICATION NOTE

AVR151: Setup and Use of the SPI. Introduction. Features. Atmel AVR 8-bit Microcontroller APPLICATION NOTE Atmel AVR 8-bit Microcontroller AVR151: Setup and Use of the SPI APPLICATION NOTE Introduction This application note describes how to set up and use the on-chip Serial Peripheral Interface (SPI) of the

More information

Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller

Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller Vehicle Scrutinizing using GPS & GSM Technologies Implemented with Ardunio controller A.Kalaiarasi 1, Raviram.P 2, Prabakaran. P M 3, ShanthoshKumar.K 4, Dheeraj B P 5 Assistant Professor, Dept. of EEE,

More information

Trapeze Rail System Simulation and Planning

Trapeze Rail System Simulation and Planning trapeze Rail System English Software for Rail Modelling and Planning Trapeze Rail System Simulation and Planning www.trapezegroup.com Enabling future railway plans Cost reductions through integrated planning

More information

Installation Manual Premier Elite ComIP

Installation Manual Premier Elite ComIP Installation Manual Premier Elite ComIP INS273-5 Overview Introduction The ComIP module allows the Premier & Premier Elite control panels to be connected to either a Local Area Network (LAN) or Wide Area

More information

SuperGuard VT-05 Vehicle Tracking Device

SuperGuard VT-05 Vehicle Tracking Device SuperGuard VT-05 Vehicle Tracking Device The SuperGuard VT-05 Vehicle Tracker is a professional GPS tracking device designed for fleet management and commercial data centers, with customizable data upload

More information

CELCOM AXIATA BERHAD CELCOM MOBILE SDN BHD CELCOM NETWORKS SDN BHD (FORMERLY KNOWN AS CELCOM TRANSMISSION (M) SDN BHD) ACCESS REFERENCE DOCUMENT

CELCOM AXIATA BERHAD CELCOM MOBILE SDN BHD CELCOM NETWORKS SDN BHD (FORMERLY KNOWN AS CELCOM TRANSMISSION (M) SDN BHD) ACCESS REFERENCE DOCUMENT CELCOM AXIATA BERHAD CELCOM MOBILE SDN BHD CELCOM NETWORKS SDN BHD (FORMERLY KNOWN AS CELCOM TRANSMISSION (M) SDN BHD) ACCESS REFERENCE DOCUMENT 01 January 2013 TABLE OF CONTENTS Page 1. Introduction 3

More information

A Real Time Tracking and Alerting System Using LabVIEW

A Real Time Tracking and Alerting System Using LabVIEW A Real Time Tracking and Alerting System Using LabVIEW J Jyothirmai Joshi Assistant Professor, Dept. of EIE, VNR Vignan Jyothi Institute of Engineering and Technology, Hyderabad, Telangana, India ABSTRACT:

More information

Field data transmission system, SESAME-SATREPS, by using cell-phones digital telecommunications network

Field data transmission system, SESAME-SATREPS, by using cell-phones digital telecommunications network Field data transmission system, SESAME-SATREPS, by using cell-phones digital telecommunications network Yukihisa SHIGENAGA 1, Hidenori TAKAHASHI 2, Rony TEGUH 3, Wisnu KENCANA 4, Seiji YOKOYAMA 1 and Adi

More information

Connecting to the Internet

Connecting to the Internet Connecting to the Internet Connecting the Gateway to the Internet Configuration of TCP/IP Protocol Installing the USB Drivers Connecting Ethernet Network Devices Connecting USB Network Devices Connecting

More information

Cabling LANs and WANs

Cabling LANs and WANs Cabling LANs and WANs CCNA 1 v3 Module 5 10/11/2005 NESCOT CATC 1 Cabling the LAN Each media has advantages and disadvantages: Cable length Cost Ease of installation Susceptibility to interference The

More information

TRACKING AND SECURITY SYSTEM

TRACKING AND SECURITY SYSTEM TRACKING AND SECURITY SYSTEM WHAT IS PERGO? Pergo is the security system software and hardware developed in Turkey by Turkish engineers, which has special capabilities to identify the location of any attached

More information

융프라우 수출향 RAC APP_IB_E_34261A(2).indd 18 2012-02-17 오후 2:10:18

융프라우 수출향 RAC APP_IB_E_34261A(2).indd 18 2012-02-17 오후 2:10:18 융프라우 수출향 RAC APP_IB_E_34261A(2).indd 18 2012-02-17 오후 2:10:18 Smart A/C application Air Conditioner user manual imagine the possibilities E S F I P D G Bu Ro Cr Se Po Hu Sk DB98-34261A(2) 융프라우 수출향 RAC

More information

Mobile Gateway usage clarification of the regulatory environment

Mobile Gateway usage clarification of the regulatory environment Information Notice Mobile Gateway usage clarification of the regulatory environment Document No: 03/15 Date: 05, February 2003 An Coimisiún um Rialáil Cumarsáide Commission for Communications Regulation

More information

Implementing Passenger Information, Entertainment, and Security Systems in Light Rail Transit

Implementing Passenger Information, Entertainment, and Security Systems in Light Rail Transit P OPERATIONS AND COMMUNICATIONS Implementing Passenger Information, Entertainment, and Security Systems in Light Rail Transit VALENTIN SCINTEIE ALSTOM Transport Information Solutions assenger information,

More information

Introduction to Ethernet

Introduction to Ethernet Technical Tutorial 2002 12-06 Table of Contents 1: Introduction 2: Ethernet 3: IEEE standards 4: Topology 5: CSMA/CD 6: Wireless-LAN 7: Transmission Speed 8: Limitations of Ethernet 9: Sena Products and

More information

GPS Vehicle and personal location tracker. User manual

GPS Vehicle and personal location tracker. User manual GPS Vehicle and personal location tracker User manual 1 Contents 1. Product overview... 2 2. Safety instruction... 3 3. Specification and parameters... 3 4. Getting started... 4 4.1 Hardware and accessories...

More information

Vehicle Tracking System using GPRS

Vehicle Tracking System using GPRS Urban Transport XIII: Urban Transport and the Environment in the 21st Century 409 Vehicle Tracking System using GPRS S. Ikram 1 & F. T. Shah 2 1 Seidco Communication L.L.C, Abu Dhabi, UAE 2 COMSATS Institute

More information

Remote Monitoring, Controlling and Lost Hardware Detecting through GSM

Remote Monitoring, Controlling and Lost Hardware Detecting through GSM Remote Monitoring, Controlling and Lost Hardware Detecting through GSM Amir Sheikh, Rahul Hendawe, Rajnish Singh, Jayashree Shiral, Anmol Rohan Abstract The project aims to develop various network utilities

More information

TROUBLESHOOTING GUIDE

TROUBLESHOOTING GUIDE TROUBLESHOOTING GUIDE DCM-300 Modem Activation and Setup DCM-300 Modem Overview Setting up the VRS Correction Service Troubleshooting Web Service Tool Over-the-Air Firmware Update FAQ Installation Diagrams

More information

SNAPPIN.IO. FWR is a Hardware & Software Factory, which designs and develops digital platforms.

SNAPPIN.IO. FWR is a Hardware & Software Factory, which designs and develops digital platforms. SNAPPIN.IO SNAPPIN.IO Snappin is an ecosystem oriented to retail that aims to increase in store sales due to the proactive involvement of users, relying on mechanisms of "Engagement", "Empowerment " and

More information

XBee Wireless Sensor Networks for Temperature Monitoring

XBee Wireless Sensor Networks for Temperature Monitoring XBee Wireless Sensor Networks for Temperature Monitoring Vongsagon Boonsawat, Jurarat Ekchamanonta, Kulwadee Bumrungkhet, and Somsak Kittipiyakul School of Information, Computer, and Communication Technology

More information

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator

The Digital Signage System Supporting Multi-Resources Schedule on an Elevator , pp. 219-228 http://dx.doi.org/10.14257/ijsh.2015.9.8.23 The Digital Signage System Supporting Multi-Resources Schedule on an Elevator Woon-Yong Kim and SoonGohn Kim (Corresponding Author) Department

More information

Telecom Italia and WSN

Telecom Italia and WSN Telecom Italia Project Berkeley, March 2007 Telecom Italia and Project T.IE.RT.RP Summary Telecom Italia & From nodes to services Demonstrators Why a standard? Conclusion 1 Lab by Pirelli & Telecom Italia

More information

SW10. User Guide. Smart Watch. Please read the manual before use.

SW10. User Guide. Smart Watch. Please read the manual before use. SW10 Smart Watch User Guide www. ScinexUSA.com Please read the manual before use. 1 About this manual You can use this Watch as a companion device to most Android and IOS mobile devices. This user manual

More information

The GSM and GPRS network T-110.300/301

The GSM and GPRS network T-110.300/301 The GSM and GPRS network T-110.300/301 History The successful analog 1:st generation mobile telephone systems proved that there is a market for mobile telephones ARP (AutoRadioPuhelin) in Finland NMT (Nordic

More information

Wireless Ethernet LAN (WLAN) General 802.11a/802.11b/802.11g FAQ

Wireless Ethernet LAN (WLAN) General 802.11a/802.11b/802.11g FAQ Wireless Ethernet LAN (WLAN) General 802.11a/802.11b/802.11g FAQ Q: What is a Wireless LAN (WLAN)? Q: What are the benefits of using a WLAN instead of a wired network connection? Q: Are Intel WLAN products

More information

Microcontroller Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology

Microcontroller Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology Microcontroller Based Smart ATM Access & Security System Using Fingerprint Recognition & GSM Technology Bharath K M, Rohit C V Student of B.E Electronics and Communication Coorg Institute of Technology,

More information

150Mbps Wireless N Mini Pocket Router

150Mbps Wireless N Mini Pocket Router 150Mbps Wireless N Mini Pocket Router Features: 150Mbps Wireless Speed 2* RJ45 ports convenient for wired connection in wireless router mode Portable design, ideal for travel and home use Built-in power

More information

Position Estimation and Hospital Guidance Systems

Position Estimation and Hospital Guidance Systems Android-based Navigation System for Elderly People in Hospital Ryoji Aoki, Hiroshi Yamamoto, Katsuyuki Yamazaki Nagaoka University of Technology, 1603-1 Kamitomioka, Nagaoka, Niigata 940-2188 Japan e-mail:

More information

A Wireless Sensor Network for Weather and Disaster Alarm Systems

A Wireless Sensor Network for Weather and Disaster Alarm Systems 2011 International Conference on Information and Electronics Engineering IPCSIT vol.6 (2011) (2011) IACSIT Press, Singapore A Wireless Sensor Network for Weather and Disaster Alarm Systems Cholatip Yawut

More information