Internet of Things based approach to Agriculture Monitoring
|
|
|
- Roy Owens
- 10 years ago
- Views:
Transcription
1 Internet of Things based approach to Agriculture Monitoring A. Paventhan ERNET India Regional Centre, Bangalore Asia-Pacific Advanced Network (APAN) 36th Meeting 20th August / 19
2 Outline 1 IP-based WSN Monitoring - Background Internet of Things Key IoT enabling technologies / standards 6LoWPAN Overview CoRE architecture Constrained Application Protocol (CoAP) IoT protocols - standardization efforts 2 Application Requirements Agriculture Sensor Network Agriculture sensor as CoAP Resource Deployment Architecture & plans Remote Sensor Network Connectivity Implementation Remote agriculture field Monitoring Soil Sensor using CoAP 3 ERNET - IoT Testbed plan IoT Testbed Architecture 2 / 19
3 Internet of Things Key IoT enabling technologies / standards 6LoWPAN Overview CoRE architecture Constrained Application Protocol (CoAP) IoT protocols - standardization efforts Internet of Things - Introduction Present day networking technologies are optimized for Human-to-Human interactions rather than Machine-to-Machine (M2M) communications Internet of Things (IoT) aims to extend Internet to large number of distributed devices by defining standard, interoperable communication protocols The major objective of Internet of Things (IoT) is to create a smart environment (smart buildings, smart health, smart transport, etc.) using enabling technologies such as sensors, embedded devices, communication protocols Industry estimate predicts that there would be 50 billion devices by / 19
4 Internet of Things Key IoT enabling technologies / standards 6LoWPAN Overview CoRE architecture Constrained Application Protocol (CoAP) IoT protocols - standardization efforts Some key IoT enabling technologies / standards IEEE LoWPAN specification defining the PHY and MAC layer of low power devices supporting 250 Kbps data rate, small packet size 127 bytes IETF 6LoWPAN (RFC 4944/RFC 6282) enables seamless integration of LoWPAN devices with internet leveraging IPv6 large address space and appln. layer protocol reuse. IETF CoAP open application layer specification for constrained nodes supporting HTTP and Web integration. Bluetooth SMART devices support low energy radio operations (e.g, heart-rate monitors, blood glucose monitors) suitable for health care and fitness etc. RFID / NFC tags, devices, smart phones (useful in product / object identification and gathering associated information) 4 / 19
5 Internet of Things Key IoT enabling technologies / standards 6LoWPAN Overview CoRE architecture Constrained Application Protocol (CoAP) IoT protocols - standardization efforts 6LoWPAN Overview IETF RFC 4944 Transmission of IPv6 packets over LoWPAN networks Challenges: IPv6 network LoWPAN MTU 1280 bytes 127 bytes Data rate Mbps/ Gbps Max 250 Kbps Comm. distance > 100 mts 10 mts Topology Broadcast Mesh / Star 6LoWPAN Adaptation Layer Header compression Fragmentation Layer 2 forwarding 5 / 19
6 Internet of Things Key IoT enabling technologies / standards 6LoWPAN Overview CoRE architecture Constrained Application Protocol (CoAP) IoT protocols - standardization efforts Constrained RESTful Environment (CoRE) Architecture CoAP is an application layer protocol (IETF draft) for resource constrained devices Adheres to RESTful approach for managing resources and supports mapping to HTTP for Web integration. CoAP resources are identified by Uniform Resource Identifiers (URI) 6 / 19
7 Internet of Things Key IoT enabling technologies / standards 6LoWPAN Overview CoRE architecture Constrained Application Protocol (CoAP) IoT protocols - standardization efforts Constrained Application Protocol (CoAP) Asynchronous message interactions over UDP, Request/Response semantics CoAP messages are short - 4 bytes header followed by options (Typically, bytes header) Four message types: Confirmable [CON], Non-confirmable [NON], Acknowledgments [ACK], and Reset [RST] Four CoAP methods: GET,POST, PUT and DELETE Default resource path /.well-known/core for built-in resource discovery 7 / 19
8 Internet of Things Key IoT enabling technologies / standards 6LoWPAN Overview CoRE architecture Constrained Application Protocol (CoAP) IoT protocols - standardization efforts Some IETF protocols developed in IoT domain IP multicast based CoAP Group communication DTLS in Constrained Environment (DICE) defines constrained datagram TLS with specific usecase in IoT 6LoWPAN adaption for various link layer technologies Bluetooth low enery (BLE) ITU G.9959 (ZWave) DECT ultra low energy low speed serial lines (RS485) 8 / 19
9 Agriculture Application Requirements Application Requirements Agriculture Sensor Network Agriculture sensor as CoAP Resource Deployment Architecture & plans Remote Sensor Network Connectivity Implementation Remote agriculture field Monitoring Soil Sensor using CoAP ERNET India collaborates with ICAR institutions in project development: Indian Institutes of Horticulture Research (IIHR) Krishi Vigyan Kendras Tamilnadu agriculture university Useful agriculture parameters suggested by ICAR scientists: 1 Soil properties - electrical conductivity, temperature, moisture 2 Soil nutrients - Nitrogen (N), Phosphorous (P), Potassium (K) 3 Spectral reflectance for plant nutrients Support for remote field deployments & monitoring 9 / 19
10 IP-based WSN Monitoring - Background Application Requirements Agriculture Sensor Network Agriculture sensor as CoAP Resource Deployment Architecture & plans Remote Sensor Network Connectivity Implementation Remote agriculture field Monitoring Soil Sensor using CoAP Agriculture Sensor Network - Development setup Hardware: Heterogeneous development platforms TelosB, IRIS, AVR Raven. (Our CoAP based agriculture usecase is based on TelosB) Soil Sensor: Decagon 5TE Soil Sensor Netgear WNDR 3800 running OpenWRT configured as 6LoWPAN Edge Router Software: Operating System: Contiki 2.6 6LoWPAN stack - Contiki µipv6 CoAP Stack - Contiki Erbium CoAP 10 / 19
11 Application Requirements Agriculture Sensor Network Agriculture sensor as CoAP Resource Deployment Architecture & plans Remote Sensor Network Connectivity Implementation Remote agriculture field Monitoring Soil Sensor using CoAP Modeling Soil Sensor Properties as CoAP Resource CoAP resource parameters - resource name, methods supported, URI Path string, resource type. Each resource has to implement an associated handler function CoAP response can be plain text, xml, JSON based on client requested format Example: 1 RESOURCE(temperature, METHOD GET, "onboard-sensors/temperature", "title="sensirion Temperature Sensor (supports JSON)";rt="TemperatureSensor""); 2 RESOURCE(vwc, METHOD GET, "soil-sensors/vwc", "title="5te Soil Sensor (supports JSON)";rt="SoilSensor""); 11 / 19
12 Application Requirements Agriculture Sensor Network Agriculture sensor as CoAP Resource Deployment Architecture & plans Remote Sensor Network Connectivity Implementation Remote agriculture field Monitoring Soil Sensor using CoAP Agriculture Sensor Deployment Architecture & Plans WSN: Wireless Sensor Network comprises of motes running a WSN application and a light-weight CoAP server 6LoWPAN border router (6LBR) The 6LBR acts as a gateway between the 6LoWPAN field network and the IPv6 backbone connecting through WiFi or 3G. PAN Coordinator Central controller for the WSN. CoAP client It is located remotely over the IPv6 network and enquire the WSN by invoking commands like CoAP GET /CoAP PUT. Database/Web Server Used for logging sensor data for offline access (by the farmers or scientists). 12 / 19
13 Application Requirements Agriculture Sensor Network Agriculture sensor as CoAP Resource Deployment Architecture & plans Remote Sensor Network Connectivity Implementation Remote agriculture field Monitoring Soil Sensor using CoAP ERNET connectivity using 6LoWPAN Gateway OpenVPN Server 6in4 tunnel establishment from Pandaboard to ERNET center for end-to-end IPv6 using OpenVPN Pandaboard 3G/6LoWPAN Gateway, OpenVPN client 13 / 19
14 Implementation IP-based WSN Monitoring - Background Application Requirements Agriculture Sensor Network Agriculture sensor as CoAP Resource Deployment Architecture & plans Remote Sensor Network Connectivity Implementation Remote agriculture field Monitoring Soil Sensor using CoAP Hardware: TelosB IEEE compliant, MCU TI MSP430, Chipcon CC2420. Soil Sensor 5TE from Decagon supporting Soil temp., moisture and electrical conductivity. WiFi/6LoWPAN Gateway Netgear WNDR G/6LoWPAN Gateway Pandaboard ES that uses TI OMAP4460 SoC. Software: Contiki Open source OS for Internet of Things. OpenWRT Linux based firmware for embedded devices. Fedora18-panda-armhfp Fedora linux for Pandaboard. 14 / 19
15 IP-based WSN Monitoring - Background Application Requirements Agriculture Sensor Network Agriculture sensor as CoAP Resource Deployment Architecture & plans Remote Sensor Network Connectivity Implementation Remote agriculture field Monitoring Soil Sensor using CoAP Agriculture field KVK Hirehalli 15 / 19
16 Web based monitoring Application Requirements Agriculture Sensor Network Agriculture sensor as CoAP Resource Deployment Architecture & plans Remote Sensor Network Connectivity Implementation Remote agriculture field Monitoring Soil Sensor using CoAP 16 / 19
17 ERNET - IoT Testbed plan IoT Testbed Architecture IoT Testbed plans Implementing IoT testbed comprising heterogeneous legacy and possible new types of devices Support IoT experiments to benefit academic and research community in improving the knowledge of IoT hardware and software infrastructure Semantic technologies and ontology development to the benefit IoT community Help scientific community in enhancing their knowledge about IoT and its relevance to their application domain (smart agriculture, smart health, smart grid) Facilitate IoT innovation enhancing its impacts and define necessary standards for IoT Use IoT to the benefit of the society 17 / 19
18 ERNET - IoT Testbed plan IoT Testbed Architecture Distributed IoT Testbed 18 / 19
19 ERNET - IoT Testbed plan IoT Testbed Architecture Thank you!, any questions? [email protected] 19 / 19
Connecting IPv6 capable Bluetooth Low Energy sensors with the Internet of Things
Connecting IPv6 capable Bluetooth Low Energy sensors with the Internet of Things Johanna Nieminen (Nokia), Future Internet SHOK preconference 30.05.2012 IoT Taxonomy ZigBee 802.5.4 Bluetooth Video RFID
www.mindteck.com 6LoWPAN Technical Overview
www.mindteck.com 6LoWPAN Technical Overview 6LoWPAN : Slide Index Introduction Acronyms Stack Architecture Stack Layers Applications IETF documents References Confidential Mindteck 2009 2 6LoWPAN - Introduction
Key requirements for Interoperable IoT systems
Key requirements for Interoperable IoT systems Pratul Sharma Technical Marketing Manager, ARM Inc. May/08/2014 Agenda Why Interoperability? Open standards for interoperability Data Communication Standards
6LoWPAN: An Open IoT Networking Protocol
6LoWPAN: An Open IoT Networking Protocol OpenIoT Summit 2016 San Diego Stefan Schmidt [email protected] 1 6LoWPAN: An Open IoT Networking Protocol Open: Specified by the IETF Specifications available
Internet of Things. Laurent Toutain. June 11, 2013. Caen () IPv6 opérateur June 11, 2013 1 / 14
Internet of Things Laurent Toutain June 11, 2013 Caen () IPv6 opérateur June 11, 2013 1 / 14 Internet of Things? Internet of Things Caen () IPv6 opérateur June 11, 2013 2 / 14 Internet of Things? Internet
Secure, Efficient, and Open Standard Internet of Things
Secure, Efficient, and Open Standard Internet of Things Zach Shelby Director of Technology, IoT ARM acknowledges the trademarks and copyrights of 3 rd parties included in this presentation What is the
Smart Cities are the Internet of Things
June 20th, 2013 Smart Cities are the Internet of Things Zach Shelby, Chief Nerd 1 About Sensinode Vision The Internet of Things (IoT) is the next evolution of the Internet where devices of all types and
Reduce Cost and Complexity of M2M and IoT Solutions via Embedded IP and Application Layer Interoperability for Smart Objects
Reduce Cost and Complexity of M2M and IoT Solutions via Embedded IP and Application Layer Interoperability for Smart Objects Fabien Castanier STMicroelectronics IPSO Promoter M2M Forum - Milan, May 20,
The Future of IoT. Zach Shelby VP Marketing, IoT Feb 3 rd, 2015
The Future of IoT Zach Shelby VP Marketing, IoT Feb 3 rd, 2015 1 Internet of (really nerdy) People 1980s 2 Internet of (content silo) People 1990s 3 Internet of (Web) People 2000s 4 Internet of (really
Easily Connect, Control, Manage, and Monitor All of Your Devices with Nivis Cloud NOC
Easily Connect, Control, Manage, and Monitor All of Your Devices with Nivis Cloud NOC As wireless standards develop and IPv6 gains widespread adoption, more and more developers are creating smart devices
Introduction to Resource-Oriented Applications in Constrained Networks. Zach Shelby. Smart Objects Tutorial, IETF-80 Prague.
Introduction to Resource-Oriented Applications in Constrained Networks Zach Shelby Smart Objects Tutorial, IETF-80 Prague Tutorial Overview Powering M2M with a Web of Things So What are Web Services? CoRE
ARM mbed IoT Device Platform. November 3 rd, 2014
ARM mbed IoT Device Platform November 3 rd, 2014 1 The Big Picture What? At TechCon 2014 we announced the ARM mbed IoT Device Platform consisting of: An expanded partner ecosystem spanning silicon to the
Implementing Existing Management Protocols on Constrained Devices. IETF 81, Quebec, 2011-07-26
Implementing Existing Management Protocols on Constrained Devices Jürgen Schönwälder IETF 81, Quebec, 2011-07-26 1 / 22 SNMP on Constrained Devices 1 SNMP on Constrained Devices 2 NETCONF on Constrained
Making Sense of Internet of Things Protocols and Implementations
Making Sense of Internet of Things Protocols and Implementations Author: Kim Rowe, RoweBots Higher level protocols for Internet of Things have various features and offer different capabilities. Most of
11 Internet of Things (IoT) Protocols You Need to Know About
11 Internet of Things (IoT) Protocols You Need to Know About by RS Components There exists an almost bewildering choice of connectivity options for electronics engineers and application developers working
Internet of Things 2015/2016
Internet of Things 2015/2016 The Things Johan Lukkien John Carpenter, 1982 1 What makes up the IoT? IoT versus WSN What are examples? Guiding questions 2 Some definitions of IoT (march 2015) Whatis.com:
IPv6 Based Sensor Home Networking
KRNET 2005 IPv6 Based Sensor Home Networking KRNET 2005 Soohong Daniel Park Mobile Platform Laboratory, SAMSUNG Electronics. [email protected] KRNET 2005 2/29 Trend of Home Networking Digital World
Mobile and Embedded/IoT market Overview and Trends. June 2014
Mobile and Embedded/IoT market Overview and Trends June 2014 2 Ubiquitous Connectivity Quantified Self Ultra HD Media Streaming Global Wireless Broadband Wearables 3 Contactless Payments Wearable Momentum
IOT the Last Miles. Tze Chiew (PSM) [email protected] Jaap Breepoel (FAE) [email protected]
IOT the Last Miles Tze Chiew (PSM) [email protected] Jaap Breepoel (FAE) [email protected] Embedded IoT Solution Embedded IoT Software Remote Management Security OS Intelligent Systems RISC,
Master's thesis. Two years. Datateknik Computer Science
Master's thesis Two years Datateknik Computer Science Enabling communication between Wireless Sensor Networks and The Internet-of-Things A CoAP communication stack Abstract The growing presence of sensors
IoTivity Connecting Things in IoT. Ashok Subash
IoTivity Connecting Things in IoT Ashok Subash Agenda Overview of IoT, OIC & IoTivity IoT Stack, Topologies & Protocol IoTivity Architecture Programming IoTivity Core APIs Programming IoTivity Service
IOT WPAN technologies IoT binnen handbereik. EA IoT 2015 Pepijn Herman 2-6-2015
Internet of Things IOT WPAN technologies IoT binnen handbereik EA IoT 2015 Pepijn Herman 2-6-2015 Metatronics Development of smart electronics solution HQ in Eindhoven, The Netherlands Team of 21 engineers
Performance Evaluation of Large-Scale Wireless Sensor Networks Communication Protocols that can be Integrated in a Smart City
Performance Evaluation of Large-Scale Wireless Sensor Networks Communication Protocols that can be Integrated in a Smart City A. Lavric 1, V. Popa 2 PhD.,Computers, Department of Electronics and Automation,
IoT for surveillance applications!
! IoT for surveillance applications!! (and how to connect & schedule them)! EU-SEA workshop and cooperation on IoT and open platforms! January 25th, 2015!! IEEE RIVF 2015, Can Tho, Vietnam! Prof. Congduc
M2M Service Architecture: Delivering M2M Services Over Heterogeneous Networks
Service Architecture: Delivering Services Over Heterogeneous Networks IEEE Communications Quality & Reliability 202 International Workshop May 7, 202 Chonggang Wang InterDigtial Communications [email protected]
Using IPv6 and 6LoWPAN for Home Automation Networks
Using IPv6 and 6LoWPAN for Home Automation Networks Thomas Scheffler / Bernd Dörge ICCE-Berlin Berlin, 06.09.2011 Overview IPv6 and 6LoWPAN for Home Automation Networks 6LoWPAN Application & Network Architecture
INTERNET OF THINGS 1
INTERNET OF THINGS 1 OUTLINE Introduction to IoT Technologies Ubiquitous Network Network Management Technologies RFID WSN Embedded Nanotechnology IPv6 UPnP SNMP Challenging Problems Conclusions and Future
Internet of things (IOT) applications covering industrial domain. Dev Bhattacharya [email protected]
Internet of things (IOT) applications covering industrial domain Dev Bhattacharya [email protected] Outline Internet of things What is Internet of things (IOT) Simplified IOT System Architecture
The Internet of Things: Opportunities & Challenges
The Internet of Things: Opportunities & Challenges What is the IoT? Things, people and cloud services getting connected via the Internet to enable new use cases and business models Cloud Services How is
Constrained Application Protocol for Internet of
Page 1 of 12 Constrained Application Protocol for Internet of Things Xi Chen, chen857 (at) wustl.edu (A paper written under the guidance of Prof. Raj Jain) Download Abstract: Internet of things (IoT) is
ZigBee IP Network Performance, Part I Unicast Messaging under SEP2.0 HAN Messaging Profile
Document Part Number 53-301017 Rev 0.1 April 2013 ii Exegin Technologies Limited Printed in Canada The information in this document is subject to change without notice. No part of this document may be
M2M, IoT, DEVICE MANAGEMENT: ONE PROTOCOL TO RULE THEM ALL? Julien Vermillard, Sierra Wireless
M2M, IoT, DEVICE MANAGEMENT: ONE PROTOCOL TO RULE THEM ALL? Julien Vermillard, Sierra Wireless Software Engineer at Sierra Wireless, implementing various protocols for AirVantage cloud service. Apache
Thingsquare Technology
Thingsquare Technology Thingsquare connects smartphone apps with things such as thermostats, light bulbs, and street lights. The devices have a programmable wireless chip that runs the Thingsquare firmware.
Internet of Things (IoT): Middleware. Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.
Internet of Things (IoT): Middleware Roch Glitho, PhD Associate Professor and Canada Research Chair My URL - http://users.encs.concordia.ca/~glitho/ A Fence Surveillance System Y. Kim et al, Autonomics
White Paper Lightweight M2M : Enabling Device Management and Applications for the Internet of Things
White Paper Lightweight M2M : Enabling Device Management and Applications for the Internet of Things Guenter Klas, Vodafone Friedhelm Rodermund, Vodafone Zach Shelby, ARM Sandeep Akhouri, Ericsson Jan
IOTIVITY AND EMBEDDED LINUX SUPPORT. Kishen Maloor Intel Open Source Technology Center
IOTIVITY AND EMBEDDED LINUX SUPPORT Kishen Maloor Intel Open Source Technology Center Outline Brief introduction to IoTivity Software development challenges in embedded Yocto Project and how it addresses
6PANview: A Network Monitoring System for the Internet of Things
6PANview: A Network Monitoring System for the Internet of Things 23-August-2011 Lohith Y S, Brinda M C, Anand SVR, Malati Hegde Department of ECE Indian Institute of Science Bangalore Funded by DIT, Government
Smart Cities & Internet of Things (IoT): New training opportunities. Dr. Periklis Chatzimisios
Smart Cities & Internet of Things (IoT): New training opportunities Dr. Periklis Chatzimisios Introduction on Smart Cities The smart city is the ability to access any application at anytime from anywhere
RDF Provisioning for the Internet of Things. Henning Hasemann, Alexander Kröller, Max Pagel TU Braunschweig
RDF Provisioning for the Internet of Things Henning Hasemann, Alexander Kröller, Max Pagel TU Braunschweig RDF Provisioning for the Internet of Things Henning Hasemann, Alexander Kröller, Max Pagel TU
Embedded Security: From Sensor Networks to Internet of Things (IoT)
Embedded Security: From Sensor Networks to Internet of Things (IoT) Dr. Wen Hu, Michael Bruenig, Thomas Kothmayr (TUM), Corinna Schmitt (U Zurich) Principal Research Scientist/Research Project Leader CSIRO
Protocols for the Internet of Things. Christian Légaré Executive VP and CTO, Micrium Inc. Vice President, IPSO Alliance
Protocols for the Internet of Things Christian Légaré Executive VP and CTO, Micrium Inc. Vice President, IPSO Alliance August 2014 Contents Thinking About the Internet of Things (IoT)... 3 Thing... 4 Internet
Short-range Low Power Wireless Devices and Internet of Things (IoT)
Short-range Low Power Wireless Devices and Internet of Things (IoT) Mats Andersson, CTO, connectblue Phone: +46 40 630 71 00 Email: [email protected] Web: www.connectblue.com Version 1.1 February
Overview. Lecture 16: IP variations: IPv6, multicast, anycast. I think we have a problem. IPv6. IPv6 Key Features
Overview Lecture 16: IP variations: IPv6, multicast, anycast Next generation IP: IPv6 6lowpan and the Internet of Things IP multicast IP anycast Practical considerations throughout I think we have a problem
How To Create An Internet Of Things (Iot) Platform For A Smartwatch And Other Devices
Jong-Tae Park Center for U- Convergence Network, Kyungpook National University, Korea IoT Devices IoT Devices Fitbit Smart Watch (Pebble, Samsung, Apple) Smart Slipper (24eight) Hapifork (Hapilabs) Smart
6LoWPAN Tutorial IP on IEEE 802.15.4 Low-Power Wireless Networks
6LoWPAN Tutorial IP on IEEE 802.15.4 Low-Power Wireless Networks David E. Culler Jonathan Hui IEEE 802.15.4 The New IP Link http://www.ietf.org/internet-drafts/draft-ietf-6lowpan-format-12.txt Please refer
Robust protocols for the Industrial Internet of Things
Robust protocols for the Industrial Internet of Things Elvis Vogli Politecnico di Bari,Telematics Lab - Dipartimento di Ingegneria Elettrica e dell Informazione Via Edoardo Orabona 4, 70125 Bari, Italy
Introduction Chapter 1. Uses of Computer Networks
Introduction Chapter 1 Uses of Computer Networks Network Hardware Network Software Reference Models Example Networks Network Standardization Metric Units Revised: August 2011 Uses of Computer Networks
Telecommunication Systems in Smart Cities
Telecommunication Systems in Smart Cities Hitachi Review Vol. 61 (2012), No. 3 152 Kazuko Hamaguchi Yuanchen Ma May Takada Takayuki Nishijima Takanori Shimura OVERVIEW: Telecommunication systems play a
How To Understand The Concept Of Internet Of Things (Iot)
Privacy and Security Challenges in Internet of Things Manik Lal Das DA-IICT, Gandhinagar Disclaimer Many third party copyrighted material is reused within this talk under the 'fair use' approach, for sake
SERVICE DISCOVERY AND MOBILITY MANAGEMENT
Objectives: 1) Understanding some popular service discovery protocols 2) Understanding mobility management in WLAN and cellular networks Readings: 1. Fundamentals of Mobile and Pervasive Computing (chapt7)
SMART IoT PROTOCOLS. Creating the Living Network. Chonggang Wang Innovation Lab, InterDigital Communications. December 8, 2014
SMART IoT PROTOCOLS Chonggang Wang Innovation Lab, InterDigital Communications December 8, 2014 Creating the Living Network Content IoT Overview IoT Protocols C6-based Smart IoT Smart IoT Protocols Challenges
SIP Protocol as a Communication Bus to Control Embedded Devices
229 SIP Protocol as a Communication Bus to Control Embedded Devices Ramunas DZINDZALIETA Institute of Mathematics and Informatics Akademijos str. 4, Vilnius Lithuania [email protected] Abstract.
Use case possibilities with Bluetooth low energy in IoT applications
Use case possibilities with Bluetooth low energy in IoT applications White paper Author Mats Andersson Senior Director Technology, Product Center Short Range Radio, u-blox Abstract With yearly shipments
CoSIP: a Constrained Session Initiation Protocol for the Internet of Things
CoSIP: a Constrained Session Initiation Protocol for the Internet of Things Simone Cirani, Marco Picone, and Luca Veltri Department of Information Engineering University of Parma Viale G.P. Usberti, 181/A
Machine-to-Machine Communications for Smart Homes
Machine-to-Machine Communications for Smart Homes Resul Daş Department of Software Engineering, Firat University, Elazig, Turkey. [email protected] Gurkan Tuna Department of Computer Programming, Trakya
Principle Elements and Framework of Internet of Things
Research Inventy: International Journal Of Engineering And Science Vol.3, Issue 5(July 2013), PP 24-29 Issn(e): 2278-4721, Issn(p):2319-6483, Www.Researchinventy.Com Principle Elements and Framework of
Realization of Network Systems using open source components (OpenWRT, Elastix & Asterisk)
Realization of Network Systems using open source components (OpenWRT, Elastix & Asterisk) About Gadgeon: Gadgeon, an Embedded System Company with special focus on outsourced product development in the
M2M I/O Modules. To view all of Advantech s M2M I/O Modules, please visit www.advantech.com/products.
M2M I/O Modules 14 M2M I/O Modules Overview 14-2 M2M I/O Modules Selection Guide 14-6 ADAM-2510Z Wireless Router Node 14-8 ADAM-2520Z Wireless Modbus RTU Gateway 14-9 ADAM-2031Z ADAM-2632Z ADAM-2017Z ADAM-2018Z
Enabling Smart Data on M2M Gateways and Aggregators
Enabling Smart Data on M2M Gateways and Aggregators How OSGi and Java enables smart data on M2M aggregators and gateways. 3/27/2013 Hitachi Communication Technologies America, Inc. Walt Bowers Chief Architect
Secure data aggregation in mobile sink wireless sensor networks
Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):2927-2933 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Secure data aggregation in mobile sink wireless
Short range low power wireless devices and Internet of Things (IoT)
Short range low power wireless devices and Internet of Things (IoT) White paper Author Mats Andersson Senior Director Technology, Product Center Short Range Radio, u-blox Abstract This paper discusses
IPv6, IoT and beyond
IPv6, IoT and beyond [email protected] September 2014, 2014 IoT6 Consortium Mandat International (Coordinator) (Switzerland) Ericsson (Serbia) Run My Process (France) University College of London (UK)
IPv6-based test beds integration across Europe and China
IPv6-based test beds integration across Europe and China Sébastien Ziegler, Michael Hazan, Huang Xiaohong, Latif Ladid Mandat International, 3 ch Champ-Baron, 1209 Geneva, Switzerland [email protected]
FIT IoT-LAB First Class IoT Open Experimental Testbed. E. Fleury, ENS de Lyon / Inria
FIT IoT-LAB First Class IoT Open Experimental Testbed E. Fleury, ENS de Lyon / Inria Workshop Internet Of Things / Equipex FIT IoT-LAB Lille France October 14-15, 2015 Thanks to : C. Adjih, Inria E. Baccelli,
IP address format: Dotted decimal notation: 10000000 00001011 00000011 00011111 128.11.3.31
IP address format: 7 24 Class A 0 Network ID Host ID 14 16 Class B 1 0 Network ID Host ID 21 8 Class C 1 1 0 Network ID Host ID 28 Class D 1 1 1 0 Multicast Address Dotted decimal notation: 10000000 00001011
A Software-Defined Approach for End-to-end IoT Networking
A Software-Defined Approach for End-to-end Networking M-K. Shin, Y. Hong, ETRI {mkshin, yghong}@etri.re.kr C.Y. Ahn, Crewave Co., Ltd. [email protected] SDNRG Meeting@IETF91, Honolulu, Hawaii Problem and
IPv4 and IPv6 Integration. Formation IPv6 Workshop Location, Date
IPv4 and IPv6 Integration Formation IPv6 Workshop Location, Date Agenda Introduction Approaches to deploying IPv6 Standalone (IPv6-only) or alongside IPv4 Phased deployment plans Considerations for IPv4
Some Challenging Issues for Internet of Things Realization
Some Challenging Issues for Internet of Things Realization ZORAN BOJKOVIC, BOJAN BAKMAZ, MIODRAG BAKMAZ University of Belgrade SERBIA [email protected] Abstract: - From a wireless communication perspective,
Implementation of Wireless Gateway for Smart Home
Communications and Network, 2013, 5, 16-20 doi:10.4236/cn.2013.51b005 Published Online February 2013 (http://www.scirp.org/journal/cn) Implementation of Wireless Gateway for Smart Home Yepeng Ni 1, Fang
Master Thesis: Access Control in the Internet of Things
Master Thesis: Access Control in the Internet of Things Author Denis Sitenkov Supervisors Ludwig Seitz, Shahid Raza, Göran Selander Abstract The new generation of Wireless Sensor Networks, that is known
Evaluation of an Algorithm used in Routing and Service Discovery Protocols of Wireless Sensor Networks The Trickle Algorithm
Evaluation of an Algorithm used in Routing and Service Discovery Protocols of Wireless Sensor Networks The Trickle Algorithm Markus Becker [email protected] ComNets, TZI, University Bremen, Germany
LoRa FAQs. www.semtech.com 1 of 4 Semtech. Semtech Corporation LoRa FAQ
LoRa FAQs 1.) What is LoRa Modulation? LoRa (Long Range) is a modulation technique that provides significantly longer range than competing technologies. The modulation is based on spread-spectrum techniques
ASTRI s Internet-of-Things (IoT) Gateway and Management Platform
ASTRI s Internet-of-Things (IoT) Gateway and Management Platform Dr. Billy Chan Principal Engineer Communications Technologies, ASTRI Software Technologies, CT 1 Sensor/IoT Applications & Market Smart
W3C Meeting ISO/IEC/IEEE P21451-1-4
W3C Meeting ISO/IEC/IEEE P21451-1-4 1 st International Semantic Web 3.0 Standard for the Internet of Things (IoT) William J. Miller Chairman 07/22/2015 1 Internet of Things (IoT) http://www.sensei-iot.org
TUM & Siemens Corporate Technology. The "Internet of Things" for industrial applications
The "Internet of Things" for industrial applications IoT Technologies: Semantics Challenges in the Future of Embedded Networks Growing number of interconnected heterogeneous devices in different kind of
Network Security TCP/IP Refresher
Network Security TCP/IP Refresher What you (at least) need to know about networking! Dr. David Barrera Network Security HS 2014 Outline Network Reference Models Local Area Networks Internet Protocol (IP)
The Internet of Everything through IPv6: An Analysis of Challenges, Solutions and Opportunities
: An Analysis of Challenges, Solutions and Opportunities Antonio J. Jara 1, Latif Ladid 2, and Antonio Skarmeta 3 1 Vice-chair, IEEE ComSoc IoT ETC University of Applied Sciences Western Switzerland (HES-SO)
10/100/1000Mbps Ethernet MAC with Protocol Acceleration MAC-NET Core with Avalon Interface
1 Introduction Ethernet is available in different speeds (10/100/1000 and 10000Mbps) and provides connectivity to meet a wide range of needs from desktop to switches. MorethanIP IP solutions provide a
District of Columbia Courts Attachment 1 Video Conference Bridge Infrastructure Equipment Performance Specification
1.1 Multipoint Control Unit (MCU) A. The MCU shall be capable of supporting (20) continuous presence HD Video Ports at 720P/30Hz resolution and (40) continuous presence ports at 480P/30Hz resolution. B.
Basic Networking Concepts. 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet
Basic Networking Concepts 1. Introduction 2. Protocols 3. Protocol Layers 4. Network Interconnection/Internet 1 1. Introduction -A network can be defined as a group of computers and other devices connected
IoT concepts Andrea Acquaviva EDA group Politecnico di Torino, Italy
IoT concepts Andrea Acquaviva EDA group Politecnico di Torino, Italy Outline Introduction to the concept of IoT: paradigm, functionalities and requirements IoT devices features: sensing, processing, communication
NXP and the Internet of Things ( IoT ) Andrew C. Russell VP Marketing Greater China
NXP and the Internet of Things ( IoT ) Andrew C. Russell VP Marketing Greater China Agenda The Internet of Things ( IoT ): a New and Exciting Application Space A typical IoT application Lighting for Home
Analyzing 6LoWPAN/ZigBeeIP networks with the Perytons Protocol Analyzer May, 2012
Analyzing 6LoWPAN/ZigBeeIP networks with the Perytons Protocol Analyzer May, 2012 Background While IP protocols are widely spread over broadband wireline and wireless communication means, transferring
