RFID BASED AUTHENTICATION AND ALERT SYSTEM FOR DOCUMENTS CARRIED BY A MOTORIST

Size: px
Start display at page:

Download "RFID BASED AUTHENTICATION AND ALERT SYSTEM FOR DOCUMENTS CARRIED BY A MOTORIST"

Transcription

1 Volume 116 No , ISSN: (printed version); ISSN: (on-line version) url: ijpam.eu RFID BASED AUTHENTICATION AND ALERT SYSTEM FOR DOCUMENTS CARRIED BY A MOTORIST Sripath roy Koganti 1, Tejesh Mungi 2, Venu gopal Tadinada 3 1, 2, 3 Department of Electronics and Communication Engineering, 1,2,3 K L University, Vaddeswaram, Guntur, India 1 koganti_sripathroy@kluniversity.in Abstract: India has seen a rise in number of cases pertaining to driving motor vehicles without proper documents as prescribed by the road transport system namely license, pollution certificate, insurance etc. The device is a combination of NodeMCU, RFID and DC power supply. The microcontroller (NodeMCU) takes the input from the driver who is allowed to drive the vehicle, in the form of a unique identity such as RFID in our case. The NodeMCU sends the details of card scanned to the database with the help of Wi-Fi module contained in it. The database performs all the necessary operations to check if the driver is driving the vehicle with invalid/expired documents and will notify the driver (if any) through a SMS. This will be a first step to eradicate the ills of using paperwork and make a move towards realizing the dream of digital India. Keywords: Authentication, NodeMCU, WiFi, RFID, Driver authentication, Smart cities, Smart vehicles, Arduino, ESP8266, Access-control 1. Introduction Road transport is the major mode of transport in India both in terms of share in goods and passenger traffic and in terms of contribution to the national economy. Transportation by roads has scored over other modes of transport because of easy accessibility, flexibility of operations, door-to-door service and reliability. The number of total registered vehicles has recorded a trend growth rate of 9.8 percent during 2005 to 2015 and as on 31'st March, 2015 there were 21 crores of registered vehicles in India. Personalized mode of transport both cars and two wheelers constitute about 87 percent of total vehicle population. The Ministry of Road Transport and Highways, a Government body, is responsible for formation and enforcement of the rules and regulations pertaining to road transport, and transport research, in order to increase the manoeuvrability and effectiveness of the road transport system in India. The main responsibilities of the transport wing are: Motor Vehicle Legislation abided by The Motor Vehicles Act of Taxation of motor vehicles Compulsory insurance for vehicles according to Insurance act. Laying down road safety standards Bharat Stage (BS) emission norms are emission standards formulated by the Government of India to monitor the output of toxic wastes from internal combustion engines, including motor vehicles. The Central Pollution Control Board a sister branch under the Ministry of Environment & Forests and climate change sets these standards and the deadlines by which these have to be implemented. The standards were first rolled out in 2000 and are based on European regulations. From thereafter all new vehicles manufactured after the implementation of the norms have to be compliant with the regulations. Since October 2010, Bharat Stage (BS) III norms have been enforced across the country. Bharat Stage IV emission norms have been in place since April 2010 across 13 cities. In 2016, the government declared that the country would skip the BS-V norms altogether and adopt BS-VI norms by As of now, all vehicles need to undergo a occasional emission check (3 months or 6 months) at authorised Pollution Under Control (PUC) Centres at fuel stations and private garages. 91

2 Especially, transport vehicles need to experience a yearly fitness check conveyed by RTOs for emissions, safety and well being. The ineffectiveness of present pollution control system is due to: Individual stations do not follow prescribed practices due to lack of proper training Testing apparatus is not subjected to regular maintenance by its owners. Lack of expertise has led to violation of rules 2. Existing practice In India, we have been constantly practising the concept of issuing the authentication details like driving license, insurance and pollution certificate of the vehicles on paper. As per regulatory norms a new vehicle is delivered to the user only if the taxes levied by both state and central governments, driving license, pollution certificate and insurance are active. In this practice, the government is not able to keep a track of record after a year of purchase of the vehicle unless a police inspection has been happened manually on the roads. Not everyone is keen to renew the insurance and pollution certificate after a year. In some cases the documents can be forged to get away with the policing. Whereas, this is not the case in digital medium. As per norms: A driving license must be renewed for once in 15 years of tenure. Insurance is mandatory for every vehicle under Insurance act. According to Section 56 of the Motor Vehicles Act 1988, which relates the certificate of fitness of vehicles and periodic checks to maintain the fitness of cars and other passenger vehicles that should be implemented vigorously. The government plans to make it necessary for all private vehicles to undergo technical checks once in five years. The duration will be curtailed to three years for vehicles that are older than 15 years. This is a major change from the current practice of testing new vehicles once in Proposed system The proposed system is based on raising a query in the database by transmitting the data contained in the scanned card by RF reader through a WiFi module contained in it. Fig.1 Block Diagram of the proposed system The algorithm works such a way that it ensures that user is driving the vehicle with all papers in force else he/she will be warned through a SMS to the registered mobile number in the database. By this we can overcome the use of illegitimate paperwork and thereby promote digitalization of authentic data. Till now the pollution certificate is issued on a paper. But, what if the same vendor who is authorized to certify is given the right to update the same content to a database. The result is no paper work and no more manual imposing of fines. 4.1 NodeMCU 4. Hardware description NodeMCU is an open source that enables you to prototype your IoT applications. It is based on the Esp12. It became widely famous for its programmability, low cost, simple and WiFi on board capability. With its remarkably smaller dimensions than that of using both esp8266 and Arduino Uno together this makes it easy for making prototypes. 4.2 DC power supply A DC power supply provides a constant DC voltage across the load. Based on its design, a DC power supply may be powered either directly from a DC source or from another AC source. The latter one uses AC mains electricity as an energy source, during this process the 230V AC signals to DC voltage with various amplitudes that suit to different purposes. Such power supplies will sometimes employ step down transformer or bridge rectifier or capacitors or voltage regulator to reduce the amplitude of the signals. Here we make use of two DC supplies. One to power up the NodeMCU and other for the RFID reader to work. Though the 92

3 RFID reader requires only an input voltage of +5V we connected it across a 9V battery keeping in mind of the voltage regulator in the circuit that came with it. 4.3 RFID reader Radio-frequency identification (RFID) technology is the use of a wireless system that uses radiofrequency electromagnetic fields to transfer data from a tag attached to an object, for the purposes of automatic identification and tracking. Unlike a barcode, the tag which contains electronically stored information can be read from few metres away not necessarily be within the line of sight of the reader. This may also be embedded in the object to be tracked. Factors that contributed to rise in RFID usage are decreased manufacturing costs and reliability. Arduino IDE Software description Arduino IDE (Integrated Development Environment) is a tool written in java for the convenience to compile and upload the code directly into Arduino board with a single click. It consists of a code editor, message window, and text console. A program written in this IDE is called sketch and filename bears an.ino extension. The Arduino IDE supports the languages C and C++ using special rules of code structuring. A basic Arduino sketch, consist of only two functions: Setup: This function is called once when a sketch starts after power-up or reset. It is used to initialize variables, input and output pin modes, and other libraries needed in the sketch. Loop: After setup has been called, function loop is executed repeatedly in the main program. It controls the board until the board is powered off or is reset. 6. Working Fig.2 Flow chart for the system operation Initially the NodeMCU tries to establish a connection with the Internet Access point,(our SSID is named TOM) for this we program the NodeMCU using the Arduino IDE in the same way as we connect the Arduino to an access point by providing the SSID and password to connect to the network. When an RFID card is placed before the RFID reader, the data from the card is read and is displayed on the serial monitor of the IDE. Then a connection is established with the url, vehicleauth.96.lt, that we obtained for this project purpose. The characters read from the RFID card is usually 12 digit long and are sent to the url. The database checks if the user is a part of data or not. If the user is already a registered user, the database performs whether all the authentication details are active or not. If there are any inactive parameters, a warning SMS is sent to the registered mobile number entered. This is achieved with the help of just by simply embedding a few lines of code into the database. Else the user can start normally. 7. Advantages Data logging can be made available for more period that that of manual methods. 93

4 Easier collection of due fines and strict enforcement of regulatory norms- no more manual inspection by police authorities required. No scope for fraudulent/illegitimate documents More employment opportunities as more people are required for maintenance and operation of the database. 11. Resultss 1. Serial monitor display for connecting to an access point, card reading and sending the data read 8. Limitations As of now we are under the assumption that all the cities are smart and hence are equipped with WiFi for this purpose. It is also assumed that one user owns only one vehicle. 9. Conclusion The paper proposes a solution to bridge the gap between conventional method and upcoming digitalization scenario. With the help of databases we can have a large compilation of data when compared to the traditional methods like log book and ledger. The system is built by using a a)nodemcu- to act as a microcontroller that is WiFi enabled and b) RFID reader- to read the contents of the card scanned. The contents/parameters stored in the database and a cross checking operation is done and SMS s are sent accordingly. 10. Future scope The same mechanism can be linked with the toll plazas. This facilitates collection of a large sum of clogged amount through fines that are pending. Like the AHO (Automatic Headlamp ON) under BS4 regulations, it can be assumed that government will introduce the full custom design of this model right from the assembly line, such a way that forms a closed loop with the ignition system. This also facilitates access control mechanism. The user of the vehicle can also be denied the accesss to start the vehicle if he/she ignores the warning SMS by more than three to four times. Now that the database operator is the whole and sole responsibility of entering the data, more intuitive method must be developed so as to collect the data across various offices like insurance companies, RTA offices(road Transport Authority), and pollution check-up centres. Fig.3 Display from serial monitor 2. Database for storing the parameters like name, card number, date of registration of vehicle, licence expiry date, insurance valid till, pollution details and phone number to which the SMS has to be sent. Fig.4 Screenshot of tables created using php 3. The API of the website vehicleauth.96.lt to perform the cross checking operation 94

5 Fig.5 Domain taken for this service 4. SMS received as per the details in the database Fig.6 Screenshot of SMS alert thousands of lives, 3rd National Conference on Injury Prevention and Control, pp.42-47, [8] M. Rajesh, K. Vignesh Ramanathan, R. Jagadish, S. Dhayalan, Vehicle Fitted Driving License Based Security and Road Safety System Part 1, International Journal of Innovative Research in Science, Engineering and Technology, Volume 4, 4, pp , April [9] Priya Darshini.V, Prasannabalaje S.M, Prakash.R, Rekha.V, Vinodhini.R, Sangeetha Monica.T, Multilevel Security System for Automotives using RFID and Biometric Techniques in LabVIEW, International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, Vol. 2, Issue 4, pp , April [10] D.Kanimozhi, P.Karthikeyan, Performance optimization on System on Chip using I²C Concept 6G computer, International Innovative Research Journal of Engineering and Technology, Vol. 1, No. 4, pp , June [11] Amol S. Dhotre, Abhishek S. Chandurkar& S. S. Jadhav, Design of a GSM Cell Phone based Vehiclee Monitoring & Theft Security System, International Journal of Electrical and Electronics Engineering (IJEEE) ISSN (PRINT): , Vol-1, Iss-3, References [1] Bruno Crispo, Melanie R.Rieback, Andrew S Tanenbaum a paper on The Evolution of RFID security. [2] d775ef1a e [3] emission_standards [4] [5] [6] ndia [7] Fred Goldberg, An electronic driving license when used as ignition key could save 95

6 96

Advance Automatic Toll Collection & Vehicle Detection During Collision using RFID

Advance Automatic Toll Collection & Vehicle Detection During Collision using RFID Advance Automatic Toll Collection & Vehicle Detection During Collision using RFID Akshay Bhavke Dept. of Electronics & Telecommunication Fr. C. Rodrigues Institute of Technology Vashi, Navi Mumbai, Maharashtra-400703,

More information

Ti RTOS Based Parking Lot Guidance System

Ti RTOS Based Parking Lot Guidance System I J C T A, 9(13) 2016, pp. 6165-6173 International Science Press Ti RTOS Based Parking Lot Guidance System Swathikaa S. V. and J. Selvakumar ABSTRACT This idea is proposed with the problem statement in

More information

AUTOMATIC TOLL COLLECTION SYSTEM USING RFID

AUTOMATIC TOLL COLLECTION SYSTEM USING RFID Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

DREAMTEC ROAD APP USER MANUAL VERSION 1.1

DREAMTEC ROAD APP USER MANUAL VERSION 1.1 DREAMTEC ROAD APP USER MANUAL VERSION 1.1 DATE PUBLISHED 9 DEC 2016 SECTION A: ROAD APP SPECIFICATION WHAT IS THE DREAMTEC ROAD APP? The is a smartphone app that quickly connects a tow operator or assistance

More information

SMART TOLL COLLECTION USING QR CODE Digital Toll Payment

SMART TOLL COLLECTION USING QR CODE Digital Toll Payment SMART TOLL COLLECTION USING QR CODE Digital Toll Payment Utkarsh Joshi 1, Ankit Kachhadiya 2, Jinesh Kakadiya 3, Snehal Sherkhane 4 1,2,3,4 Computer Engineering, U.C.O.E Abstract The Smart Toll System

More information

THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE

THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE THE INTERNATIONAL JOURNAL OF SCIENCE & TECHNOLEDGE Electronic Toll Collection System for Road Transportation Nayman Suhil Department of Mechanical Engineering, India Shivashankara B.S. Department of Mechanical

More information

Automatic Ration Material Distributions and Payment System Based on GSM and RFID Technology

Automatic Ration Material Distributions and Payment System Based on GSM and RFID Technology Automatic Ration Material Distributions and Payment System Based on GSM and RFID Technology R. Senthil Kumar [1], M. Durgadevi [2], Haritha N Kumar [3], K. Hema [4] Assistant professor, IV YEAR STUDENTS,

More information

An IoT Based Water Health Monitoring System

An IoT Based Water Health Monitoring System IJCTA, 9(21), 2016, pp. 07-13 International Science Press An IoT Based Water Health Monitoring System 7 An IoT Based Water Health Monitoring System Manpreet Kaur Khurana* Rajesh Singh** Anshuman Prakash***

More information

ELECTRONIC TOLL COLLECTION SYSTEM USING ZIGBEE AND RFID

ELECTRONIC TOLL COLLECTION SYSTEM USING ZIGBEE AND RFID International Journal of Civil Engineering and Technology (IJCIET) Volume 8, Issue 4, April 2017, pp. 1714-1719, Article ID: IJCIET_08_04_193 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=8&itype=4

More information

Real Time Automatic Ration Material Distribution System

Real Time Automatic Ration Material Distribution System IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 05-09 www.iosrjournals.org Real Time Automatic Ration Material Distribution System Pranjal Pedwal 1 1 (pnpedwal@gmail.com,

More information

Asset Management. Visit us at: or call SCAN

Asset Management. Visit us at:  or call SCAN Asset Management Why BarScan? The modern workplace is a complex combination of computer equipment, furniture, and other equipment with compliance, accounting and location tracking issues. To better manage

More information

Smart Ration Card Using RFID and GSM Technique

Smart Ration Card Using RFID and GSM Technique Smart Ration Card Using RFID and GSM Technique Mohit Agarwal 1 Manish Sharma 2 1 Electronics and Communication Engineering 2 Electronics and Communication Engineering mohitagarwal202@gmail.com msharma14@amity.edu

More information

RFid based Toll Collection System

RFid based Toll Collection System For more Project details visit: http://www.projectsof8051.com/rfid-based-highway-toll-tax-collection-system/ Code Project Title 1515 RFid Based Highway Toll Tax Collection System Synopsis for RFid based

More information

Bar Scan tracks fixed assets in a cost effective manner using the latest handheld technology.

Bar Scan tracks fixed assets in a cost effective manner using the latest handheld technology. Asset Management Why BarScan? BarScan tracks fixed assets in a cost effective manner using the latest handheld technology. What is Bar Code Asset Management? A serialized barcode label, RFID tag, existing

More information

AUTOMATED TOLL BOOTH SYSTEM USING RFID Mrs.A.Bhagyalakshmi 1 and Mrs.S.Deepa 2 1,2 Asst.Prof,CSE Department Velammal Engineering College

AUTOMATED TOLL BOOTH SYSTEM USING RFID Mrs.A.Bhagyalakshmi 1 and Mrs.S.Deepa 2 1,2 Asst.Prof,CSE Department Velammal Engineering College AUTOMATED TOLL BOOTH SYSTEM USING RFID Mrs.A.Bhagyalakshmi 1 and Mrs.S.Deepa 2 1,2 Asst.Prof,CSE Department Velammal Engineering College Abstract- Now a days there is a huge rush in the toll plazas in

More information

Advance River Bridge Monitoring System & Alert Using GSM

Advance River Bridge Monitoring System & Alert Using GSM Advance River Bridge Monitoring System & Alert Using GSM Kumarsagar M.Dange 1, Shweta Patil 2, Pranali Baravkar 3,Pranali Pawar 4 1 Assistant Professor, 2,3,4 Student E&TC Department Annasaheb DangeCollege

More information

Smart Ration Card System Using QR Code and One Time Password

Smart Ration Card System Using QR Code and One Time Password IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727, Volume 19, Issue 6, Ver. II (Nov.- Dec. 2017), PP 76-80 www.iosrjournals.org Smart Ration Card System Using QR Code

More information

A REVIEW ON VEHICULAR POLLUTION MONITORING USING IOT

A REVIEW ON VEHICULAR POLLUTION MONITORING USING IOT A REVIEW ON VEHICULAR POLLUTION MONITORING USING IOT Sampada N. Lolge 1, Ms. S.B. Wagh 2 1 PG student, Electronics and Telecommunication Engineering, Maharashtra Institute of Technology, Aurangabad, (India)

More information

RFID BASED SMART TROLLEY FOR SUPERMARKET AUTOMATION

RFID BASED SMART TROLLEY FOR SUPERMARKET AUTOMATION RFID BASED SMART TROLLEY FOR SUPERMARKET AUTOMATION ANJALI PERADATH 1, ANJALI PURUSHOTHAMAN 2, ANJANA GOPINATH 3, ANUSREE K M 4 Mr.NITHIN JOE 5 1,2,3,4 Third year student,dept. of Electronics and Communication

More information

RFID-Based Inventory and Security System

RFID-Based Inventory and Security System RFID-Based Inventory and Security System Wael Abu Shehab 1 Ghadeer Al-Shabaan 1 Wael Al-Sawalmeh 2 1.Department of Electrical Engineering, College of Engineering, Al-Hussein Bin Talal University, 71111

More information

Root Beer Game in Progress

Root Beer Game in Progress Root Beer Game in Progress Root Beer Game Completion Schedule Practice session (completed in class) February 4 Complete Round 1 February 11 Team decision (via e-mail to professor) on Round 2 change by

More information

WHY RFID FOR LIBRARIES

WHY RFID FOR LIBRARIES RADIO FREQUENCY IDENTIFICATION (RFID) FOR LIBRARY TRACKING RFID-enabled systems have moved beyond security to become tracking and management systems that combine security with more efficient tracking of

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Release Notes Release 16.1.0.0.0 Part No. E71761-01 March 2016 Oracle Banking Digital Experience Release Notes, Release 16.1.0.0.0 March 2016 Oracle Financial Services

More information

AUTOMATIC VEHICLE IDENTIFICATION AND TOLL COLLECTION USING RFID

AUTOMATIC VEHICLE IDENTIFICATION AND TOLL COLLECTION USING RFID AUTOMATIC VEHICLE IDENTIFICATION AND TOLL COLLECTION USING RFID Sahil Bhosale 1, Rohit Chavan 2, Sunil Bhadvan 3, Prajakta Mohite 4 1, 2, 3 Student, Electronics and Telecommunication Engineering, Holy-Wood

More information

EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report

EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report EEL 4924 Electrical Engineering Design (Senior Design) Preliminary Design Report February 2, 2012 Project Title: Smart Fridge Team Members: Seth Goldberg & Kelly McEachern Project Abstract: Our project

More information

Campus Tracking System Based On IoT Yibiao Pi

Campus Tracking System Based On IoT Yibiao Pi Applied Mechanics and Materials Online: 2014-08-11 ISS: 1662-7482, Vols. 599-601, pp 1416-1419 doi:10.4028/www.scientific.net/amm.599-601.1416 2014 Trans Tech Publications, Switzerland Campus Tracking

More information

Supplier Management System. Supplier User Manual

Supplier Management System. Supplier User Manual Supplier Management System Supplier User Manual 1 Table of Contents TABLE OF CONTENTS... 2 1. LOGON TO THE PORTAL PAGE... 3 2. HOME PAGE... 4 3. SUPPLIER DATA... 5 4. MASTER DATA... 6 5. ADDRESSES AND

More information

Fleet Optimization with IBM Maximo for Transportation

Fleet Optimization with IBM Maximo for Transportation Efficiencies, savings and new opportunities for fleet Fleet Optimization with IBM Maximo for Transportation Highlights Integrates IBM Maximo for Optimizes asset life-cycle Can result in better up-time,

More information

RFID. Myths, Facts and Reality

RFID. Myths, Facts and Reality RFID Myths, Facts and Reality What is RFID? Radio frequency identification or RFID Generic term for technologies that use radio waves to automatically identify things Happens with a serial number that

More information

On Demand Customer Feedback at the Point of Experience

On Demand Customer Feedback at the Point of Experience On Demand Customer Feedback at the Point of Experience For further information, please contact: Morgan Strickland, CEO Opinionmeter International, Ltd. 510-352-4943, x101 morgan@opinionmeter.com www.opinionmeter.com

More information

SMART er GUIDE June 2016

SMART er GUIDE June 2016 SMART er GUIDE June 2016 0 Table of Contents Introduction...2 Logging into SMART er...2 Changing Password and Security Questions...5 Announcements and District Forms...5 SMART er Menu Items Defined...7

More information

RFID BASED TOLL PLAZA SYSTEM

RFID BASED TOLL PLAZA SYSTEM International Journal of Latest Trends in Engineering and Technology Special Issue SACAIM 2016, pp. 490-494 e-issn:2278-621x RFID BASED TOLL PLAZA SYSTEM Sweekritha S Shetty 1, Mamatha 2 and Mrs.AnnapoornaShetty

More information

EMVCo s Contactless Indicator Trademark - Acceptable Use Cases

EMVCo s Contactless Indicator Trademark - Acceptable Use Cases EMVCo s Contactless Indicator Trademark - Acceptable Use Cases Last Revised: 21 August 2014 This document is intended as a companion to the Contactless Indicator Reproduction Requirements ( Reproduction

More information

BillQuick MYOB Integration

BillQuick MYOB Integration Time Billing and Business Management Software Built With Your Industry Knowledge BillQuickMYOB Integration Integration Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

A REAL TIME IRRIGATION CONTROL SYSTEM FOR PRECISION AGRICULTURE USING WSN IN INDIAN AGRICULTURAL SECTORS

A REAL TIME IRRIGATION CONTROL SYSTEM FOR PRECISION AGRICULTURE USING WSN IN INDIAN AGRICULTURAL SECTORS A REAL TIME IRRIGATION CONTROL SYSTEM FOR PRECISION AGRICULTURE USING WSN IN INDIAN AGRICULTURAL SECTORS Prathyusha.K 1, G. Sowmya Bala 2, Dr. K. Sreenivasa Ravi 3 1, 2 Assistant Professors, Dept. of ECM,

More information

Commission on Marketing and Advertising Task Force on Electronic Product Codes

Commission on Marketing and Advertising Task Force on Electronic Product Codes International Chamber of Commerce The world business organization Department of Policy and Business Practices Commission on Marketing and Advertising Task Force on Electronic Product Codes ICC principles

More information

Automated Ration Distribution System Using RFID/UID and IoT

Automated Ration Distribution System Using RFID/UID and IoT Automated Ration Distribution System Using RFID/UID and IoT 1 Noor Adiba, 2 Saumya Priyam, 3 Vikas Pathak, 4 Shubham Shandilya Abstract An efficient, accurate and automated technique of ration distribution

More information

WHITE PAPER. Technology Trends for Road User Safety in Public Sector. Abstract

WHITE PAPER. Technology Trends for Road User Safety in Public Sector. Abstract WHITE PAPER Technology Trends for Road User Safety in Public Sector Abstract Owing to the high number of traffic accidents caused by commercial trucks, ensuring road safety is a major concern for governments.

More information

Security enhancement on HSBC India Debit Card

Security enhancement on HSBC India Debit Card Security enhancement on HSBC India Debit Card A Secure Debit Card HSBC India Debit Cards are more secure and enabled with the Chip and PIN technology. In addition to this you can restrict usage of the

More information

Auto Payment of Tolls with Tracking of Theft Vehicles & Proximity Detection for Avoiding Accidents

Auto Payment of Tolls with Tracking of Theft Vehicles & Proximity Detection for Avoiding Accidents Auto Payment of Tolls with Tracking of Theft Vehicles & Proximity Detection for Avoiding Accidents N.Nagaraju 1, M.S.Kiruthika 2, R.Gowthami 3, S.Mala 4, K.Pavithra 5 Assistant professor, Dept. of ECE,

More information

EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report

EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report EEL 4924 Electrical Engineering Design (Senior Design) Final Design Report April 25, 2012 Project Title: Smart Fridge Team Members: Seth Goldberg & Kelly McEachern Project Abstract: Our project is a smart

More information

User Guide Veezi Loyalty. Vista Entertainment Solutions

User Guide Veezi Loyalty. Vista Entertainment Solutions User Guide Veezi Loyalty Vista Entertainment Solutions 2016-05-02 Copyright Notice Copyright 1996-2016 Vista Entertainment Solutions Ltd. All rights reserved. Veezi is a Registered Trademark of Vista Entertainment

More information

Design of Automobiles speed control system using RFID

Design of Automobiles speed control system using RFID Design of Automobiles speed control system using RFID Harsh Mohan Lal #1, Prateek Bumb *2, John Daniel #3,Yedukondala Rao *4 # Dept.of Mechatronics,Manipal Institute of Technology,Manipal, India. Abstract-

More information

The Use of RFID Sensors for Automatic Doorstop Application

The Use of RFID Sensors for Automatic Doorstop Application The Use of RFID Sensors for Automatic Doorstop Application Hedy Eko Hidayat Santoso 1 Herdi Saputra 3 Amien Shofyan 2 Khoirul Anam 2 Eko Supraptono 3 1.D3 Electrical Engineering Program, Electrical Engineering

More information

RFID Refrigerator Project Proposal

RFID Refrigerator Project Proposal RFID Refrigerator Project Proposal Jeffrey Lee - jilee9 Yuanhao Wang - ywang272 William Mercado - wmercad2 TA: Yuchen He 2/8/2017 1 Contents 1 Introduction 3 1.1 Objective.....................................

More information

Modular Components. Superior Technology. Flexible Software

Modular Components. Superior Technology. Flexible Software Modular Components Superior Technology Flexible Software SINGLE-SPOT GUIDANCE SYSTEM LICENSE PLATE RECOGNITION SMARTPARK SOFTWARE SMART RENTAL SOFTWARE EXIT VERIFIER PAY-ON-FOOT TICKET DISPENSER CASHIER

More information

Driver Management System

Driver Management System Driver Management System A Smarter Way of Managing and Monitoring MVRs American Driving Records (ADR) applies its expertise gained in providing risk mitigating screening and driving record services to

More information

itrack Mines Ore Movement Monitoring System (with RFID & GPS option)

itrack Mines Ore Movement Monitoring System (with RFID & GPS option) 1 Track Softech Solutions Kiran Patravali Flat No. 002, Ground Floor, K.T.Apartment 15, 10 th Main Road, Malleshwaram Bangalore - 560003 Cell:+91 9844751047, 09481511047 Email: kiran@tracksoftech.com Kiran.v.patravali@gmail.com

More information

Welcome to the course on the initial configuration process of the Intercompany Integration solution.

Welcome to the course on the initial configuration process of the Intercompany Integration solution. Welcome to the course on the initial configuration process of the Intercompany Integration solution. In this course, you will see how to: Follow the process of initializing the branch, head office and

More information

Requirement Specifications

Requirement Specifications Title: LuggAlert (Luggage Pickup Service) Group Members: Jackman Electrical Engineer Adrian McGrath Computer Engineer Tomasz Pytel Computer Engineer Customers: Airline companies, frequent fliers, special

More information

BillQuick-QuickBooks Advanced Integration Guide 2016

BillQuick-QuickBooks Advanced Integration Guide 2016 BillQuick-QuickBooks Advanced Integration Guide 2016 CONTENTS INTRODUCTION 1 HOW TO USE THIS GUIDE 1 SOFTWARE EDITIONS SUPPORTED 2 HOW INTEGRATION WORKS 2 MODES OF SYNCHRONIZATION 3 INTEGRATION RULES 4

More information

Monitoring & reporting. Scan management. Print management YSOFT SAFEQ 5. Private Cloud. Security & access management

Monitoring & reporting. Scan management. Print management YSOFT SAFEQ 5. Private Cloud. Security & access management Monitoring & reporting Print management Scan management YSOFT SAFEQ 5 Private Cloud Security & access management Key benefits Economical Secure Efficient Green Economical With YSoft SafeQ you save an average

More information

An approach to Avoiding Train Collision in Railway Sectors using Multi Agent System

An approach to Avoiding Train Collision in Railway Sectors using Multi Agent System Available online at www.sciencedirect.com ScienceDirect Procedia Computer Science 57 (2015 ) 1067 1073 3rd International Conference on Recent Trends in Computing 2015 (ICRTC-2015) An approach to Avoiding

More information

Contents. 01 Volvo On Call with Sensus Connect. 2 * Option/accessory, for more information, see Introduction. Volvo On Call (VOC)*...

Contents. 01 Volvo On Call with Sensus Connect. 2 * Option/accessory, for more information, see Introduction. Volvo On Call (VOC)*... WEB EDITION V O LVO ON CALL WITH SENSUS CONNECT VÄLKOMMEN! We trust that you will enjoy many years of safe driving in your Volvo, an automobile designed with your safety and comfort in mind. We encourage

More information

One Identity Manager 8.0. Chargeback Administration Guide

One Identity Manager 8.0. Chargeback Administration Guide One Identity Manager 8.0 Chargeback Administration Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Smart Trolley System Based on Android

Smart Trolley System Based on Android IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 10 April 2017 ISSN (online): 2349-784X Smart Trolley System Based on Android Ms. Neha A Anpat Ms. Karuna V Belgudri NBN

More information

i-mode FeliCa 1. Introduction 2. Services Overview

i-mode FeliCa 1. Introduction 2. Services Overview i-mode FeliCa Hisashi Yoshinaga, Yasunori Hattori, Tetsuo Sato, Masahiro Yoshida and Satoshi Washio In July 2004, our services took a dramatic leap forward with the introduction of i-mode FeliCa. With

More information

Lecture 3: Use Case Modeling for Real-Time Embedded Systems

Lecture 3: Use Case Modeling for Real-Time Embedded Systems SWE 760 Lecture 3: Use Case Modeling for Real-Time Embedded Systems Hassan Gomaa Department of Computer Science George Mason University Email: hgomaa@gmu.edu References: H. Gomaa, Chapter 6 - Real-Time

More information

Radio Frequency Identification (RFID) on Cisco Catalyst 9000 Family Switches

Radio Frequency Identification (RFID) on Cisco Catalyst 9000 Family Switches Radio Frequency Identification (RFID) on Cisco Catalyst 9000 Family Switches Overview RFID is an automatic identification technology that uses radio waves to capture data from tags, rather than optically

More information

ODeX evgm MANUAL. Manual for Electronic Verified Gross Mass

ODeX evgm MANUAL. Manual for Electronic Verified Gross Mass Manual for Electronic Verified Gross Mass Version 2.3 Dated 9 th August 2016 1 Table of Contents 1. Flow Chart: e-vgm Process for Shippers/Freight Forwarders... 4 2. Steps to Register on ODeX... 5 3. Steps

More information

AUTOMATIC RATIONING DISTRIBUTION SYSTEM

AUTOMATIC RATIONING DISTRIBUTION SYSTEM AUTOMATIC RATIONING DISTRIBUTION SYSTEM Dr. Jillella Venkateswara Rao Professor, Department of ECE, Vignan Institute of Technology and Science, Hyderabad, TS, (India) ABSTRACT Corruption has been around

More information

DHL IMPORT EXPRESS ONLINE USER GUIDE FOR SHIPPERS WE COORDINATE EFFECTIVE COMMUNICATION BETWEEN YOUR SHIPPERS AND YOU FOR YOU. dhl-usa.

DHL IMPORT EXPRESS ONLINE USER GUIDE FOR SHIPPERS WE COORDINATE EFFECTIVE COMMUNICATION BETWEEN YOUR SHIPPERS AND YOU FOR YOU. dhl-usa. DHL IMPORT EXPRESS ONLINE USER GUIDE FOR SHIPPERS WE COORDINATE EFFECTIVE COMMUNICATION BETWEEN YOUR SHIPPERS AND YOU FOR YOU. dhl-usa.com/ieo CONTENTS Shipper Manage Your Exports 3 Helpful Guide Information

More information

e-parking: an e-business platform for more efficient use of parking space resources

e-parking: an e-business platform for more efficient use of parking space resources e-parking: an e-business platform for more efficient use of parking space resources C. Ramírez EU Projects, SICE: Sociedad Ibérica de Construcciones Eléctricas, Spain Abstract Amongst the wide range of

More information

Global Rollout of Telematics Service

Global Rollout of Telematics Service Global Rollout of Telematics Service Naoki Harashina Along with the advent of the age of big data utilization, services and areas covered by telematics services are increasing globally. The forms of services

More information

AUTOMATED TOLL TAX COLLECTION SYSTEM USING NFC (ATTCS)

AUTOMATED TOLL TAX COLLECTION SYSTEM USING NFC (ATTCS) AUTOMATED TOLL TAX COLLECTION SYSTEM USING NFC (ATTCS) PROJECT REFERENCE NO.: 39S_BE_0378 COLLEGE : MANGALORE INSTITUTE OF TECHNOLOGY AND ENGINEERING BRANCH : DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING

More information

DHL IMPORT EXPRESS ONLINE USER GUIDE FOR IMPORTERS WE COORDINATE EFFECTIVE COMMUNICATION BETWEEN YOUR SHIPPERS AND YOU FOR YOU. dhl-usa.

DHL IMPORT EXPRESS ONLINE USER GUIDE FOR IMPORTERS WE COORDINATE EFFECTIVE COMMUNICATION BETWEEN YOUR SHIPPERS AND YOU FOR YOU. dhl-usa. DHL IMPORT EXPRESS ONLINE USER GUIDE FOR IMPORTERS WE COORDINATE EFFECTIVE COMMUNICATION BETWEEN YOUR SHIPPERS AND YOU FOR YOU. dhl-usa.com/ieo CONTENTS Importer Manage Your Imports 3 Helpful Guide Information

More information

ITEM INTELLIGENCE FOR SUPPLY CHAIN & LOGISTICS

ITEM INTELLIGENCE FOR SUPPLY CHAIN & LOGISTICS ITEM INTELLIGENCE FOR SUPPLY CHAIN & LOGISTICS Automate processes and streamline operations with RAIN RFID WAREHOUSE 2 DOCK 12 RECEIVED 2017 Impinj, Inc. 1 ITEM INTELLIGENCE FOR SUPPLY CHAIN & LOGISTICS

More information

I 2 C Linked Advanced Vehicle Locking system

I 2 C Linked Advanced Vehicle Locking system I 2 C Linked Advanced Vehicle Locking system Glory Priyadharshini. J 1, C. K. Vijaya lakshmi 2 PG scholar, Embedded System Technologies, Angel College of Engineering & Technology, Tirupur, India 1 Assistant

More information

Laboratory Management Based on Internet of Things. Jianming Huang

Laboratory Management Based on Internet of Things. Jianming Huang Advanced Materials Research Online: 2013-06-27 ISSN: 1662-8985, Vol. 711, pp 665-669 doi:10.4028/www.scientific.net/amr.711.665 2013 Trans Tech Publications, Switzerland Laboratory Management Based on

More information

Ensure your drivers are licensed to drive with SmartLicence

Ensure your drivers are licensed to drive with SmartLicence Ensure your drivers are licensed to drive with SmartLicence Contents Introducing SmartLicence ISO Accredited Getting started SmartAlerts Licence checking Why you need to manage employees driving licences

More information

II. LITERATURE SURVEY

II. LITERATURE SURVEY IOT Based Intelligent Traffic Control System Harshini Vijetha H 1, Dr. Nataraj K R 2 1 PG student, ECE Department, SJB Institute of Technology, Bengaluru, India 2 Head Of Department, ECE Department, SJB

More information

Trendsetting solutions for efficient fleet management Modern telematics solutions for your success

Trendsetting solutions for efficient fleet management Modern telematics solutions for your success www.dtco.vdo.com Trendsetting solutions for efficient fleet management Modern telematics solutions for your success Tomorrow s technology today Ensure business success With our fleet management and telematics

More information

FREQUENTLY ASKED QUESTIONS

FREQUENTLY ASKED QUESTIONS FREQUENTLY ASKED QUESTIONS What is Monumental Sports Account Manager? The Monumental Sports Account Manager is an extension to the box office available to you 24 hours a day, 7 days a week. By logging

More information

(a) (i) Define the term real-time. [2 marks]

(a) (i) Define the term real-time. [2 marks] 1. Walrus radio-tracking in the southern Chukchi Sea 2008 During the 2008 migration, researchers attached satellite radio-tags to 28 walruses in the southern Chukchi Sea region. Tracking data from this

More information

Survey paper on Smart Parking System based on Internet of Things

Survey paper on Smart Parking System based on Internet of Things Survey paper on Smart Parking System based on Internet of Things Vishwanath Y 1, Aishwarya D Kuchalli 2, Debarupa Rakshit 3 1,2,3 Information Science, New Horizon College of Engineering, Bengaluru, India,

More information

MOD-WiFi development board. User's manual. All boards produced by Olimex are ROHS compliant. Document revision B, May 2014

MOD-WiFi development board. User's manual. All boards produced by Olimex are ROHS compliant. Document revision B, May 2014 MOD-WiFi development board User's manual All boards produced by Olimex are ROHS compliant Document revision B, May 2014 Copyright(c) 2014, OLIMEX Ltd, All rights reserved Page 1 INTRODUCTION: BOARD FEATURES:

More information

IOT BASED SYSTEM FOR CONTINUOUS MEASUREMENT AND MONITORING OF TEMPERATURE, SOIL MOISTURE AND RELATIVE HUMIDITY

IOT BASED SYSTEM FOR CONTINUOUS MEASUREMENT AND MONITORING OF TEMPERATURE, SOIL MOISTURE AND RELATIVE HUMIDITY International Journal of Electrical Engineering & Technology (IJEET) Volume 9, Issue 3, May-June 2018, pp. 106 113, Article ID: IJEET_09_03_013 Available online at http://www.iaeme.com/ijeet/issues.asp?jtype=ijeet&vtype=9&itype=3

More information

2005 National Information Services - QuickBill for Easy Dental version 3.0. QuickBill. for Easy Dental. Version 3.0

2005 National Information Services - QuickBill for Easy Dental version 3.0. QuickBill. for Easy Dental. Version 3.0 QuickBill for Easy Dental Version 3.0 727 E. Utah Valley Dr., Ste. 750 American Fork, UT 84003 Tel: (800) 734-5561 Fax: (801) 847-3800 1 SEPTEMBER 2005 COPYRIGHT 2005 Easy Dental Systems, Inc. and National

More information

Implementation of Embedded System Using RFID and Alcohol Sensor at the Toll Plaza

Implementation of Embedded System Using RFID and Alcohol Sensor at the Toll Plaza Implementation of Embedded System Using RFID and Alcohol Sensor at the Toll Plaza Abdulshabaz 1, K. Mounika 2, B. Krishna 3, K.J.Arvind chary 4 Student, Dept. of E.C.E, KITE College of Professional Engineering

More information

Contents OVERVIEW... 3

Contents OVERVIEW... 3 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of a ConnectWise Manage Login... 4 Configuration of GL Accounts...

More information

TiPass The Global Secure Solution for Fraudulent Identity Detection and Document Forgery Inspection

TiPass The Global Secure Solution for Fraudulent Identity Detection and Document Forgery Inspection The Global Secure Solution for Fraudulent Identity Detection and Document Forgery Inspection Make the most of your energy SM System Definition TiPass is an overall, modular and last generation solution

More information

Getting started with BPMe - FAQ

Getting started with BPMe - FAQ Getting started with BPMe - FAQ 1 Contents Eligibility 3 Setting up BPMe 4 Payment methods 7 Pay in Car 8 Other Purchases 11 General 12 Security 13 Support for Technical Issues 14 Support 16 2 Eligibility

More information

State Bank MobiCash: USER Manual

State Bank MobiCash: USER Manual State Bank MobiCash: USER Manual 1. Mobile Wallet Registration Process: a) Self Registration for Nil KYC Wallet For Feature/Basic Phones The user will send SMS to 9418399999.

More information

AUTOMATION AND ON-LINE MONITORING OF EFFLUENT TREATMENT PLANT

AUTOMATION AND ON-LINE MONITORING OF EFFLUENT TREATMENT PLANT Int. J. Chem. Sci.: 14(4), 2016, 3167-3178 ISSN 0972-768X www.sadgurupublications.com AUTOMATION AND ON-LINE MONITORING OF EFFLUENT TREATMENT PLANT V. BAGYAVEERESWARAN a*, AKSHAY VIJAYAN a, M. MANIMOZHI

More information

Contents OVERVIEW... 3 CONFIGURATION... 4

Contents OVERVIEW... 3 CONFIGURATION... 4 Contents OVERVIEW... 3 Feature Summary... 3 CONFIGURATION... 4 System Requirements... 4 ConnectWise Manage Configuration... 4 Configuration of Manage Login... 4 Configuration of GL Accounts... 5 Configuration

More information

Ultimate GPS Tracking Platform. System Overview. gurtam.com

Ultimate GPS Tracking Platform. System Overview. gurtam.com Ultimate GPS Tracking Platform System Overview gurtam.com Wialon: the ultimate solution for intelligent GPS tracking and fleet management Companies in 130+ countries choose Wialon to track 1,400,000 units

More information

DESIGN AND REALIZATION OF VEHICLE INTELLIGENT MANAGEMENT SYSTEM

DESIGN AND REALIZATION OF VEHICLE INTELLIGENT MANAGEMENT SYSTEM DESIGN AND REALIZATION OF VEHICLE INTELLIGENT MANAGEMENT SYSTEM 1 XUEHUA JIANG 1 Electric Vehicle & New Energy Technology Research Institute, Linyi University, Linyi, 276000, China E-mail: jxhyx@163.com

More information

Regulations on Work Permits for Contractors Performing Assembly, Dismantling, and Maintenance of Temporary Facilities in Buildings and at Outdoor

Regulations on Work Permits for Contractors Performing Assembly, Dismantling, and Maintenance of Temporary Facilities in Buildings and at Outdoor Regulations on Work Permits for Contractors Performing Assembly, Dismantling, and Maintenance of Temporary Facilities in Buildings and at Outdoor Areas of the Eastern Economic Forum Central Venue in 2018

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Personal Finance Management User Manual Release 18.1.0.0.0 Part No. E92727-01 January 2018 Personal Finance Management User Manual January 2018 Oracle Financial Services

More information

Date: 28 February 2017 NEC. Leveraging IoT for Logistics

Date: 28 February 2017 NEC. Leveraging IoT for Logistics Date: 28 February 2017 NEC Leveraging IoT for Logistics Contents 1. Introduction... Error! Bookmark not defined. 2. Problem Statement... Error! Bookmark not defined. 3. Solution... Error! Bookmark not

More information

AN APPLICATION OF RFID IN MONITORING AGRICULTURAL MATERIAL PRODUCTS

AN APPLICATION OF RFID IN MONITORING AGRICULTURAL MATERIAL PRODUCTS A APPLICATIO OF RFID I MOITORIG AGRICULTURAL MATERIAL PRODUCTS Jianhui Du 1, 2, Peipei Li 1, Wanlin Gao 1,*, Dezhong Wang 1, Qing Wang 1, ilong Zhu 1 1 College of Information and Electrical Engineering,

More information

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules

POLOPOLY V9 TECHNICAL OVERVIEW. System Architecture Templates and Presentation Modules POLOPOLY V9 TECHNICAL OVERVIEW System Architecture Templates and Presentation Modules 2008 Atex Group Ltd Polopoly, Polopoly Content Manager, Polopoly Relationship Manager, Polopoly User Module, Polopoly

More information

RFID enabled Solutions TYRE MANAGEMENT

RFID enabled Solutions TYRE MANAGEMENT RFID enabled Solutions TYRE MANAGEMENT Why RFID Bar Code Requires Line of - Site Requires correct orientation Easily obscured by dirt Easily scratched or damaged Contents cannot be modified Can only read

More information

Software Requirements Specification (SRS) Project Lane Management System

Software Requirements Specification (SRS) Project Lane Management System Lane Management System 1 Software Requirements Specification (SRS) Project Lane Management System Authors: Adam Pruim, Curtis Notarantonio, Jacob Heisey, Qiuning Ren, Matt Chebowski Customer: Dr. S Ramesh,

More information

Automatic Toll Plaza using RFID Purvika Bhisikar 1, Alpita Umredkar 2, Ankita Vaidya 3, Sneha Samrit 4, Prof.N.K.Warambhe 5

Automatic Toll Plaza using RFID Purvika Bhisikar 1, Alpita Umredkar 2, Ankita Vaidya 3, Sneha Samrit 4, Prof.N.K.Warambhe 5 ISSN XXXX XXXX 2017 IJESC Research Article Volume 7 Issue No.3 Automatic Toll Plaza using RFID Purvika Bhisikar 1, Alpita Umredkar 2, Ankita Vaidya 3, Sneha Samrit 4, Prof.N.K.Warambhe 5 1, 2, 3, 4 Student

More information

RFID Based Airport Luggage Checking and Tracking System using GSM Technology D. BALAKRISHNA 1, A.RAGHURAM 2

RFID Based Airport Luggage Checking and Tracking System using GSM Technology D. BALAKRISHNA 1, A.RAGHURAM 2 ISSN 2319-8885 Vol.03,Issue.31 October-2014, Pages:6279-6284 www.ijsetr.com RFID Based Airport Luggage Checking and Tracking System using GSM Technology D. BALAKRISHNA 1, A.RAGHURAM 2 1 PG Scholar, Dept

More information

Transnet RFID System April 10,2012

Transnet RFID System April 10,2012 Transnet RFID System April 10,2012 Alex Moore (Chief Executive Officer) Database query processing RFID reader programming Daniel Frigo (Chief Operations Officer) Image processing development Integration

More information

KNOW YOUR RUPAY DEBIT CARD

KNOW YOUR RUPAY DEBIT CARD KNOW YOUR RUPAY DEBIT CARD ABSTRACT The objective of this document is to introduce the member banks to RuPay Debit Card program and to guide the issuing banks on the RuPay Debit Card features including

More information

Near Field Communication in the real world part II. Using the right NFC tag type for the right NFC application. Innovision Research & Technology plc

Near Field Communication in the real world part II. Using the right NFC tag type for the right NFC application. Innovision Research & Technology plc Near Field Communication in the real world part II Using the right NFC tag type for the right NFC application Innovision Research & Technology plc Contents 1 Introduction... 3 2 Key NFC applications...

More information

Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z

Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z Re-SPark: Reservation based Smart Parking system using FRDM KL-25Z Meena Murumkar 1, Jagruti Divse 2, Sushmitha Shetty 3 1,2,3 Students, Electronics and Communication Engineering, Usha Mittal Institute

More information