Technical Seminar Presentation Phase 2

Slides:



Advertisements
Similar presentations
Adaptive Traffic Light Control with Wireless Sensor Networks Presented by Khaled Mohammed Ali Hassan.
Advertisements

Comp 410: Final Project Christopher Alme Christopher Nunu Dennis Qian Stanley Roberts.
C7:Complex Event Processing Making Sense of Sensor Network Events in Real Time John Doherty Senior Presales Consultant.
Distributed Real-Time Systems for the Intelligent Power Grid Prof. Vincenzo Liberatore.
MARCH 27, Meeting Agenda  Prototype 1 Design Goals  Prototype 1 Demo  Framework Overview  Prototype 2 Design Goals  Timeline Moving Forward.
Www. MasterOfThings. com Application Enablement Platform with a visual IDE.
Innovative ITS services thanks to Future Internet technologies ITS World Congress Orlando, SS42, 18 October 2011.
COMP 410 Update. The Problems Story Time! Describe the Hurricane Problem Do this with pictures, lots of people, a hurricane, trucks, medicine all disconnected.
QoS Support in High-Speed, Wormhole Routing Networks Mario Gerla, B. Kannan, Bruce Kwan, Prasasth Palanti,Simon Walton.
The Client/Server Database Environment Ployphan Sornsuwit KPRU Ref.
Objectives Functionalities and services Architecture and software technologies Potential Applications –Link to research problems.
ICT Strategy Intelligent Highways: Endpoint Adapters.
4/19/20021 TCPSplitter: A Reconfigurable Hardware Based TCP Flow Monitor David V. Schuehler.
Bus Detection Device For The Passenger Using GPS And Gsm Application Student Name USN NO Guide Name H.O.D Name Name Of The College & Dept.
Big traffic data processing framework for intelligent monitoring and recording systems 學生 : 賴弘偉 教授 : 許毅然 作者 : Yingjie Xia a, JinlongChen a,b,n, XindaiLu.
AMH001 (acmse03.ppt - 03/7/03) REMOTE++: A Script for Automatic Remote Distribution of Programs on Windows Computers Ashley Hopkins Department of Computer.
SQL Server 2012 Session: 1 Session: 4 SQL Azure Data Management Using Microsoft SQL Server.
Internet of Things. Creating Our Future Together.
Efficient Opportunistic Sensing using Mobile Collaborative Platform MOSDEN.
Verein Konstantin Melnik Svetlana
I NTERNET OF T HINGS. 2 By, Dr. Kayarvizhy N An Introduction to Internet of Things Associate Professor BMS College of Engineering Bull Temple Road Bangalore.
Platform as a Service (PaaS)
Connected Infrastructure
Instructor Materials Chapter 7: Network Evolution
Platform as a Service (PaaS)
Connected Living Connected Living What to look for Architecture
Connected Maintenance Solution
The story of an IoT solution
Institute for Cyber Security
Challenge: Legacy and IOT Integration with - Scalability
Information Technology Deanship
VANET.
IoT at the Edge Technical guidance deck.
Connected Maintenance Solution
Smart Car through IoT 라이 아샤리 리날디
Connected Living Connected Living What to look for Architecture
Peer-to-peer networking
Connected Infrastructure
The Client/Server Database Environment
Algorithms for Big Data Delivery over the Internet of Things
Major Project Presentation Phase - I
Technical Seminar Presentation PHASE - II
Introduction to Cloud Computing
OpenStack Ani Bicaku 18/04/ © (SG)² Konsortium.
CIS 515 STUDY Lessons in Excellence-- cis515study.com.
IoT at the Edge Technical guidance deck.
Mobile edge computing Report by Weiqing huang.
Anne Pratoomtong ECE734, Spring2002
Internet of Things (IoT)
IoT and AI Lalit Bhatt Nuro Technologies
Project Coordinator; Create-Net
“Smart City: Future Perspectives”
C7: Complex Event Processing
Distributed Sensing, Control, and Uncertainty
Design pattern for cloud Application
Cloud computing mechanisms
Speaker: Jin-Wei Lin Advisor: Dr. Ho-Ting Wu
Internet of Things.
Smart Learning concepts to enhance SMART Universities in Africa
Technical Capabilities
Artem A. Nazarenko, Joao Sarraipa, Paulo Figueiras,
Nenad Stefanovic and Danijela Milosevic
Performance And Scalability In Oracle9i And SQL Server 2000
Peer-to-peer networking
Developing Vehicular Data Cloud Services in the IoT Environment
Internet of Things (IoT)
Welcome to The World of Internet of Things
A Deep Reinforcement Learning Approach to Traffic Management
IoT Security and Privacy
Presentation transcript:

Technical Seminar Presentation Phase 2 R.V.COLLEGE OF ENGINEERING,BENGALURU-560059.

R. V. COLLEGE OF ENGINEERING BENGALURU – 560059 “Solving Bengaluru’s Traffic Problem using IoT” Presented by Pooja Chukkanakal 1RV16SSE11 Under the Guidance of Dr. G. N. Srinivasan Professor, Department of ISE, RVCE, Bengaluru-59.

Agenda Methodology Drawbacks Conclusion

System Components Figure 1: System components of the targeted system

Sensors and actuators :The system will collect data from a large set of sensors. The traffic lights are the system’s actuators. A traffic light can be queried for its last reported state and the state can be changed with a control signal. Device orchestration: The devices, sensors and actuators are orchestrated in such a manner that enable them to register, validate, and securely communicate with the system. Scientific analysis :To determine the effectiveness of a strategy, analysis is performed on the data. The intent and output of analysis can either be preprocessing for the controller or scientific evaluations of the system.

Storage: The data collected by the devices, the control decisions, the current state of the systems processes and entities, and the analysed data is recorded and stored indefinitely for concurrent and future analysis. Controller: The system operates a set of controllers that act on multiple inputs from both real-time, stored, and preprocessed sensor data produce a set of control signal that is then relayed to their constituent traffic lights. Monitoring: The performance and availability of the system’s components and devices are monitored in runtime.

Methodology Figure 2: AWS components and data flow for the testbed

IoT : AWS IoT is a platform that enables connected devices to securely communicate and relay information to and from the AWS platform using Message Queue Telemetry Transport (MQTT). An entity in AWS IoT is referred to as a Thing. AWS IoT maintains the state of each Thing, through what is referred to as a Shadow state. Lambda: AWS is offering a highly scalable serverless microcompute platform called Lambda. Instead of running an entire application in a single Virtual Machine (VM), it can now be broken up into a set of redundant asynchronous sub-functions.

DynamoDB AWS offer a number of Database (DB) services. AWS DynamoDB is a low-latency No-SQL schema-based DB. In this work AWS DynamoDB is used for storing collected data and maintaining shard states. Kinesis AWS Kinesis is a highly scalable aggregating streaming data buffer. Kinesis is scalable in the sense that it can achieve a high throughput by forwarding ingress data to a practically infinite pool of parallel end- points.

The simulated traffic environment is supplied by Simulation of Urban MObility (SUMO). A SUMO simulation scenario is at minimum specified by a network of roads, traffic-monitoring induction loops, traffic lights, and vehicle arrival rates, speeds, and entry points. SUMO provides an extensible interface, Traffic Control Interface (TraCI), that allows researches and developers to interact with the simulator, environment, and the visualisation tool over a socket in real-time.

The message is intercepted by an AWS IoT rule which internally produces a Lambda function that assesses the punctuality of that bus by comparing the ingress data with a time table in DynamoDB. TraCI module is used to expose the induction loops, buses, cars, bus- stops, and traffic lights to the information flow as Things in AWS IoT.

Figure 3: AWS components and data flow with simulated/emulated endpoints

Drawbacks The credentials required for sensors to communicate with AWS IoT have to be stored locally in each sensor. This means that an overhead is incurred each time a sensor is added to the system. Punctuality is hard to maintain in the country where there is huge population.

Conclusion The system created provided dynamic vehicle traffic control based on vehicle volumes/patterns and weather conditions. This can be implemented in India where there is less traffic and then can be expanded to areas with more traffic.

References William Tärneberg, Vishal Chandrasekaran, Marty Humphrey.” Experiences Creating a Framework for Smart Traffic Control using AWS IOT”, 2016 IEEE/ACM 9th International Conference on Utility and Cloud Computing. Mr. Basavaraju S R,” Automatic Smart Parking System using Internet of Things (IOT)”, International Journal of Scientific and Research Publications, Volume 5, Issue 12, December 2015 S. Djahel, R. Doolan, G.-M. Muntean, and J. Murphy. A communications-oriented perspective on traffic management systems for smart cities: challenges and innovative approaches. Communications Surveys & Tutorials, IEEE, 17(1):125–151, 2015. V. Gradinescu, C. Gorgorin, R. Diaconescu, V. Cristea, and L. Iftode. Adaptive traffic lights using car-to- car communication. In Vehicular Technology Conference, 2007. VTC2007-Spring. IEEE 65th, pages 21– 25. IEEE, 2007.

Thank You