SlideShare una empresa de Scribd logo
1 de 19
Descargar para leer sin conexión
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
Internet of Things based approach to
Agriculture Monitoring
A. Paventhan
ERNET India Regional Centre, Bangalore
Asia-Pacific Advanced Network (APAN) 36th Meeting
20th August 2013
1 / 19
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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 Agriculture Usecase
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 Conclusion & Future Work
ERNET - IoT Testbed plan
IoT Testbed Architecture
2 / 19
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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 2020
3 / 19
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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 802.15.4 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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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 802.15.4 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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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, 10-20
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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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 Application Requirements
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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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:
1 Operating System: Contiki 2.6
2 6LoWPAN stack - Contiki µIPv6
3 CoAP Stack - Contiki Erbium CoAP
10 / 19
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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
Implementation
Hardware:
TelosB − IEEE 802.15.4 compliant, MCU TI
MSP430, Chipcon CC2420.
Soil Sensor − 5TE from Decagon supporting Soil
temp., moisture and electrical conductivity.
WiFi/6LoWPAN Gateway − Netgear WNDR 3800
3G/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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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
Web based monitoring
16 / 19
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
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
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
ERNET - IoT Testbed plan
IoT Testbed Architecture
Distributed IoT Testbed
18 / 19
IP-based WSN Monitoring - Background
Agriculture Usecase
Conclusion & Future Work
ERNET - IoT Testbed plan
IoT Testbed Architecture
Thank you!, any questions?
Email: paventhan@eis.ernet.in
19 / 19

Más contenido relacionado

La actualidad más candente

IOT based smart security and monitoring devices for agriculture
IOT based smart security and monitoring devices for agriculture IOT based smart security and monitoring devices for agriculture
IOT based smart security and monitoring devices for agriculture sneha daise paulson
 
IRJET- Review on IoT in Agricultural Crop Protection and Power Generation
IRJET-  	  Review on IoT in Agricultural Crop Protection and Power GenerationIRJET-  	  Review on IoT in Agricultural Crop Protection and Power Generation
IRJET- Review on IoT in Agricultural Crop Protection and Power GenerationIRJET Journal
 
Smart farming using ardunio.pptx
Smart farming using ardunio.pptxSmart farming using ardunio.pptx
Smart farming using ardunio.pptxShivang Rana
 
Iot based_monitoring system
Iot based_monitoring systemIot based_monitoring system
Iot based_monitoring systemSwasat Dutta
 
Iot based smart farming
Iot based smart farmingIot based smart farming
Iot based smart farmingMohammad Azhar
 
Mirsaad for palm oil
Mirsaad for palm oilMirsaad for palm oil
Mirsaad for palm oilTamer Ahmed
 
Sensor based smart agriculture system
Sensor based smart agriculture systemSensor based smart agriculture system
Sensor based smart agriculture systemAbhijeetKumar346
 
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...Redmond R. Shamshiri
 
Application of IOT in Smart Agriculture
Application of IOT in Smart AgricultureApplication of IOT in Smart Agriculture
Application of IOT in Smart Agriculturenazimshaikh29
 
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIRJET Journal
 
Smart Farming in Germany and Uzbekistan
Smart Farming in Germany and UzbekistanSmart Farming in Germany and Uzbekistan
Smart Farming in Germany and UzbekistanOzodbek Kuchkarov
 
Smart digital farming
Smart digital farmingSmart digital farming
Smart digital farmingClusteriX20
 
IoT Based Smart Agriculture by UbiBot
IoT Based Smart Agriculture by UbiBotIoT Based Smart Agriculture by UbiBot
IoT Based Smart Agriculture by UbiBotUbiBot
 
Precision Agriculture with Sensors and Technologies from IoT - INForum 2016
Precision Agriculture with Sensors and Technologies from IoT - INForum 2016Precision Agriculture with Sensors and Technologies from IoT - INForum 2016
Precision Agriculture with Sensors and Technologies from IoT - INForum 2016José Camacho
 
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...IRJET Journal
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...Journal For Research
 

La actualidad más candente (20)

IOT based smart security and monitoring devices for agriculture
IOT based smart security and monitoring devices for agriculture IOT based smart security and monitoring devices for agriculture
IOT based smart security and monitoring devices for agriculture
 
IRJET- Review on IoT in Agricultural Crop Protection and Power Generation
IRJET-  	  Review on IoT in Agricultural Crop Protection and Power GenerationIRJET-  	  Review on IoT in Agricultural Crop Protection and Power Generation
IRJET- Review on IoT in Agricultural Crop Protection and Power Generation
 
Smart farming using ardunio.pptx
Smart farming using ardunio.pptxSmart farming using ardunio.pptx
Smart farming using ardunio.pptx
 
Iot based_monitoring system
Iot based_monitoring systemIot based_monitoring system
Iot based_monitoring system
 
Iot based smart farming
Iot based smart farmingIot based smart farming
Iot based smart farming
 
SMART FARMING USING IOT
SMART FARMING USING IOTSMART FARMING USING IOT
SMART FARMING USING IOT
 
Mirsaad for palm oil
Mirsaad for palm oilMirsaad for palm oil
Mirsaad for palm oil
 
Sensor based smart agriculture system
Sensor based smart agriculture systemSensor based smart agriculture system
Sensor based smart agriculture system
 
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...
Development and Field Evaluation of a Multichannel LoRa Sensor for IoT Monito...
 
918 prasu seminar
918 prasu seminar918 prasu seminar
918 prasu seminar
 
Application of IOT in Smart Agriculture
Application of IOT in Smart AgricultureApplication of IOT in Smart Agriculture
Application of IOT in Smart Agriculture
 
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry PiIoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
IoT Based Agriculture Monitoring and Smart Irrigation System using Raspberry Pi
 
Smart Farming in Germany and Uzbekistan
Smart Farming in Germany and UzbekistanSmart Farming in Germany and Uzbekistan
Smart Farming in Germany and Uzbekistan
 
Smart farming using IOT
Smart farming using IOTSmart farming using IOT
Smart farming using IOT
 
Smart digital farming
Smart digital farmingSmart digital farming
Smart digital farming
 
IoT Based Smart Agriculture by UbiBot
IoT Based Smart Agriculture by UbiBotIoT Based Smart Agriculture by UbiBot
IoT Based Smart Agriculture by UbiBot
 
WSNs & Agriculture
WSNs & AgricultureWSNs & Agriculture
WSNs & Agriculture
 
Precision Agriculture with Sensors and Technologies from IoT - INForum 2016
Precision Agriculture with Sensors and Technologies from IoT - INForum 2016Precision Agriculture with Sensors and Technologies from IoT - INForum 2016
Precision Agriculture with Sensors and Technologies from IoT - INForum 2016
 
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
IRJET- Research Paper on Multipurpose IoT based Conservation of Water Resourc...
 
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
IoT based Digital Agriculture Monitoring System and Their Impact on Optimal U...
 

Similar a Internet of Things based approach to Agriculture Monitoring

IoT Field Area Network Solutions & Integration of IPv6 Standards by Patrick G...
IoT Field Area Network Solutions & Integration of IPv6 Standards by Patrick G...IoT Field Area Network Solutions & Integration of IPv6 Standards by Patrick G...
IoT Field Area Network Solutions & Integration of IPv6 Standards by Patrick G...gogo6
 
Intel IPSO/6LoWPAN solution for general wireless sensor network
Intel IPSO/6LoWPAN solution for general wireless sensor network Intel IPSO/6LoWPAN solution for general wireless sensor network
Intel IPSO/6LoWPAN solution for general wireless sensor network usman sarwar
 
IoT Day 2013 - Madrid
IoT Day 2013 - MadridIoT Day 2013 - Madrid
IoT Day 2013 - Madridwaltercolitti
 
”モノ”のインターネットへのつながり方:L3より下層について
”モノ”のインターネットへのつながり方:L3より下層について”モノ”のインターネットへのつながり方:L3より下層について
”モノ”のインターネットへのつながり方:L3より下層についてShoichi Sakane
 
Efficient addressing schemes for internet of things
Efficient addressing schemes for internet of thingsEfficient addressing schemes for internet of things
Efficient addressing schemes for internet of thingsIJECEIAES
 
Web Services for the Internet of Things
Web Services for the Internet of ThingsWeb Services for the Internet of Things
Web Services for the Internet of ThingsMarkku Laine
 
Application Visibility and Experience through Flexible Netflow
Application Visibility and Experience through Flexible NetflowApplication Visibility and Experience through Flexible Netflow
Application Visibility and Experience through Flexible NetflowCisco DevNet
 
Service Provider Wi-Fi
Service Provider Wi-FiService Provider Wi-Fi
Service Provider Wi-FiCisco Canada
 
Enabling Key Applications for Transport SDN - Optinet China 2020
Enabling Key Applications for Transport SDN - Optinet China 2020Enabling Key Applications for Transport SDN - Optinet China 2020
Enabling Key Applications for Transport SDN - Optinet China 2020Leah Wilkinson
 
ARIN 34 IPv6 IAB/IETF Activities Report
ARIN 34 IPv6 IAB/IETF Activities ReportARIN 34 IPv6 IAB/IETF Activities Report
ARIN 34 IPv6 IAB/IETF Activities ReportARIN
 
Software Defined Network (SDN) using ASR9000 :: BRKSPG-2722 | San Diego 2015
Software Defined Network (SDN) using ASR9000 :: BRKSPG-2722 | San Diego 2015Software Defined Network (SDN) using ASR9000 :: BRKSPG-2722 | San Diego 2015
Software Defined Network (SDN) using ASR9000 :: BRKSPG-2722 | San Diego 2015Bruno Teixeira
 
IPv6 and IoT
IPv6 and IoTIPv6 and IoT
IPv6 and IoTAPNIC
 
PLNOG 7: Emil Gągała, Sławomir Janukowicz - carrier grade NAT
PLNOG 7: Emil Gągała,  Sławomir Janukowicz - carrier grade NAT PLNOG 7: Emil Gągała,  Sławomir Janukowicz - carrier grade NAT
PLNOG 7: Emil Gągała, Sławomir Janukowicz - carrier grade NAT PROIDEA
 
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoT
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoTMphasis Digital POV - Emerging Open Standard Protocol stack for IoT
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoTAniruddha Chakrabarti
 
5G in Brownfield how SDN makes 5G Deployments Work
5G in Brownfield how SDN makes 5G Deployments Work5G in Brownfield how SDN makes 5G Deployments Work
5G in Brownfield how SDN makes 5G Deployments WorkLumina Networks
 
An infrastructual secure wireless sensing and actuating solution
An infrastructual secure wireless sensing and actuating solutionAn infrastructual secure wireless sensing and actuating solution
An infrastructual secure wireless sensing and actuating solutionusman sarwar
 
Medium-Large Enterprise Small Cell Deployment Case Studies
Medium-Large Enterprise Small Cell Deployment Case StudiesMedium-Large Enterprise Small Cell Deployment Case Studies
Medium-Large Enterprise Small Cell Deployment Case StudiesSmall Cell Forum
 
June 2004 IPv6 – Hands on
June 2004 IPv6 – Hands on June 2004 IPv6 – Hands on
June 2004 IPv6 – Hands on Videoguy
 
Io t standard_bis_arpanpal
Io t standard_bis_arpanpalIo t standard_bis_arpanpal
Io t standard_bis_arpanpalArpan Pal
 

Similar a Internet of Things based approach to Agriculture Monitoring (20)

IoT Field Area Network Solutions & Integration of IPv6 Standards by Patrick G...
IoT Field Area Network Solutions & Integration of IPv6 Standards by Patrick G...IoT Field Area Network Solutions & Integration of IPv6 Standards by Patrick G...
IoT Field Area Network Solutions & Integration of IPv6 Standards by Patrick G...
 
Intel IPSO/6LoWPAN solution for general wireless sensor network
Intel IPSO/6LoWPAN solution for general wireless sensor network Intel IPSO/6LoWPAN solution for general wireless sensor network
Intel IPSO/6LoWPAN solution for general wireless sensor network
 
IoT Day 2013 - Madrid
IoT Day 2013 - MadridIoT Day 2013 - Madrid
IoT Day 2013 - Madrid
 
”モノ”のインターネットへのつながり方:L3より下層について
”モノ”のインターネットへのつながり方:L3より下層について”モノ”のインターネットへのつながり方:L3より下層について
”モノ”のインターネットへのつながり方:L3より下層について
 
Efficient addressing schemes for internet of things
Efficient addressing schemes for internet of thingsEfficient addressing schemes for internet of things
Efficient addressing schemes for internet of things
 
Web Services for the Internet of Things
Web Services for the Internet of ThingsWeb Services for the Internet of Things
Web Services for the Internet of Things
 
Application Visibility and Experience through Flexible Netflow
Application Visibility and Experience through Flexible NetflowApplication Visibility and Experience through Flexible Netflow
Application Visibility and Experience through Flexible Netflow
 
Service Provider Wi-Fi
Service Provider Wi-FiService Provider Wi-Fi
Service Provider Wi-Fi
 
Enabling Key Applications for Transport SDN - Optinet China 2020
Enabling Key Applications for Transport SDN - Optinet China 2020Enabling Key Applications for Transport SDN - Optinet China 2020
Enabling Key Applications for Transport SDN - Optinet China 2020
 
ARIN 34 IPv6 IAB/IETF Activities Report
ARIN 34 IPv6 IAB/IETF Activities ReportARIN 34 IPv6 IAB/IETF Activities Report
ARIN 34 IPv6 IAB/IETF Activities Report
 
Software Defined Network (SDN) using ASR9000 :: BRKSPG-2722 | San Diego 2015
Software Defined Network (SDN) using ASR9000 :: BRKSPG-2722 | San Diego 2015Software Defined Network (SDN) using ASR9000 :: BRKSPG-2722 | San Diego 2015
Software Defined Network (SDN) using ASR9000 :: BRKSPG-2722 | San Diego 2015
 
IPv6 and IoT
IPv6 and IoTIPv6 and IoT
IPv6 and IoT
 
PLNOG 7: Emil Gągała, Sławomir Janukowicz - carrier grade NAT
PLNOG 7: Emil Gągała,  Sławomir Janukowicz - carrier grade NAT PLNOG 7: Emil Gągała,  Sławomir Janukowicz - carrier grade NAT
PLNOG 7: Emil Gągała, Sławomir Janukowicz - carrier grade NAT
 
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoT
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoTMphasis Digital POV - Emerging Open Standard Protocol stack for IoT
Mphasis Digital POV - Emerging Open Standard Protocol stack for IoT
 
Rpl2018
Rpl2018Rpl2018
Rpl2018
 
5G in Brownfield how SDN makes 5G Deployments Work
5G in Brownfield how SDN makes 5G Deployments Work5G in Brownfield how SDN makes 5G Deployments Work
5G in Brownfield how SDN makes 5G Deployments Work
 
An infrastructual secure wireless sensing and actuating solution
An infrastructual secure wireless sensing and actuating solutionAn infrastructual secure wireless sensing and actuating solution
An infrastructual secure wireless sensing and actuating solution
 
Medium-Large Enterprise Small Cell Deployment Case Studies
Medium-Large Enterprise Small Cell Deployment Case StudiesMedium-Large Enterprise Small Cell Deployment Case Studies
Medium-Large Enterprise Small Cell Deployment Case Studies
 
June 2004 IPv6 – Hands on
June 2004 IPv6 – Hands on June 2004 IPv6 – Hands on
June 2004 IPv6 – Hands on
 
Io t standard_bis_arpanpal
Io t standard_bis_arpanpalIo t standard_bis_arpanpal
Io t standard_bis_arpanpal
 

Último

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 

Último (20)

Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 

Internet of Things based approach to Agriculture Monitoring

  • 1. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work Internet of Things based approach to Agriculture Monitoring A. Paventhan ERNET India Regional Centre, Bangalore Asia-Pacific Advanced Network (APAN) 36th Meeting 20th August 2013 1 / 19
  • 2. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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 Agriculture Usecase 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 Conclusion & Future Work ERNET - IoT Testbed plan IoT Testbed Architecture 2 / 19
  • 3. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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 2020 3 / 19
  • 4. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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 802.15.4 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. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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 802.15.4 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. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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, 10-20 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. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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 Application Requirements 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 Agriculture Usecase Conclusion & Future Work 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: 1 Operating System: Contiki 2.6 2 6LoWPAN stack - Contiki µIPv6 3 CoAP Stack - Contiki Erbium CoAP 10 / 19
  • 11. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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 Implementation Hardware: TelosB − IEEE 802.15.4 compliant, MCU TI MSP430, Chipcon CC2420. Soil Sensor − 5TE from Decagon supporting Soil temp., moisture and electrical conductivity. WiFi/6LoWPAN Gateway − Netgear WNDR 3800 3G/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 Agriculture Usecase Conclusion & Future Work 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. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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 Web based monitoring 16 / 19
  • 17. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work 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. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work ERNET - IoT Testbed plan IoT Testbed Architecture Distributed IoT Testbed 18 / 19
  • 19. IP-based WSN Monitoring - Background Agriculture Usecase Conclusion & Future Work ERNET - IoT Testbed plan IoT Testbed Architecture Thank you!, any questions? Email: paventhan@eis.ernet.in 19 / 19