SlideShare a Scribd company logo
1Samsung Open Source Group
Stefan Schmidt
Samsung Open Source Group
stefan@osg.samsung.com
6LoWPAN: An Open IoT
Networking Protocol
OpenIoT Summit 2016
San Diego
2Samsung Open Source Group
6LoWPAN: An Open IoT Networking Protocol
● Open: Specified by the IETF
– Specifications available without any membership or license fees
– Designed and developed in public
● IoT: Making “Things” Internet-aware
– Usage of IPv6 to make use of internet protocols
– Leverage on the success of open protocols in contrast to
proprietary solutions
● Networking: Stopping at layer 3
– Application layer protocols are flexible and can vary
– Often used together with CoAP, MQTT, etc
3Samsung Open Source Group
●
Motivation
●
6LoWPAN
●
Linux-wpan Status
●
Future Work
Agenda
4Samsung Open Source Group
Motivation
5Samsung Open Source Group
Use Cases
● Battery powered sensors (temp, smoke, etc)
● Main powered appliances (washing machine)
● WiFi accesspoints as Border Router / Gateways
● Home use
● Industrial use Internet
IEEE 802.15.4
6Samsung Open Source Group
Motivation 6LoWPAN
● Sensors are likely to have restricted wireless connectivity
● Using IPv6 instead of something proprietary allows the usage of
existing and proven protocols driving the internet
● A full unmodified TCP/IP stack might clash with hardware
limitations (which are useful for power savings)
● Sensors only need to transfer little
data, compared to the usage
scenarios of a Smartphone, PC ..
Internet
IEEE 802.15.4
7Samsung Open Source Group
Motivation Linux-wpan
● Battery powered sensors might not run Linux but choose a smaller OS
● Main powered appliances might run Linux already and would benefit
from native 6LoWPAN support
● IEEE 802.15.4 chips could easily be integrated in WiFi accesspoints or
routers which already run Linux
● Thus a real benefit to have a
802.15.4 subsystem ready in
the Linux kernel
Internet
IEEE 802.15.4
8Samsung Open Source Group
Movement Towards IP
● A lot protocols are moving towards IP
● Often started out with their own networking stack
● Switching to make use of the success of IP as a protocol
● The name Internet of Things already implies that it should be modeled
after the success of the Internet
– Direct addressing of nodes
– Re-usage of proven protocols
● But TCP/IP is not one size fits all
– Adaptations needed for MTU size
– Reduce of header overhead
– UDP (DTLS) instead of TCP to avoid latencies
9Samsung Open Source Group
● Development boards
with IEEE 802.15.4
● Ci40 creator
● Artik 5/10
● Pi with openlabs shield
Development Boards
10Samsung Open Source Group
●
Products with IEEE 802.15.4
●
Using 6LoWPAN or some
version of Thread
●
Nest Thermostat and Protect
●
Google OnHub router
Products
11Samsung Open Source Group
6LoWPAN
12Samsung Open Source Group
ZigBee Relations
● IEEE 802.15.4 is often mixed up with ZigBee
● It uses the PHY and MAC layers defined by
IEEE 802.15.4
● Everything above Layer 2 was proprietary
● ZigBee IP seems to have switched to 6LoWPAN and
keeping application profiles on top of it
● ZigBee licensing seems incompatible with the GPL,
no ZigBee support for the Linux Kernel
13Samsung Open Source Group
IEEE 802.15.4 / LoWPAN
● IEEE 802.15.4 specifications, started in 2003
● Low-Rate and low power Wireless Personal Area
Networks
● Specifies the physical and the MAC layer
● Simple addressing but no routing
● Star and Peer-to-Peer topologies supported
● Mesh topologies need some layers on top of these
● Applications are small battery powered devices like
sensors and actors in automation
14Samsung Open Source Group
6LoWPAN
● A series of IETF specifications, started
in 2007
● IPv6 over LoWPAN (IEEE 802.15.4)
● Adaptation layer between Data-Link and Network layer
(RFC4944)
● Autoconfiguration with neighbor discovery (RFC4944)
● Header and payload compressions (RFC4944, RFC6282,
RFC7400)
● Updates and extensions in other RFC's (see references at the end)
15Samsung Open Source Group
6LoWPAN Adaptation Layer
● The 6LoWPAN adaptation layer sits between
Data-link and original Network layer
● It effectively becomes part of the Network layer,
but only on the specified Data-Link layers
L3 Network Layer
L4 Transport Layer
L1 Physical Layer
L5 Application Layer
L2 Data Link Layer
IP
TCP | UDP | ICMP
Ethernet PHY
Application
Ethernet MAC
IPv6
UDP | ICMPv6
6LoWPAN
IEEE 802.15.4 PHY
Application
IEEE 802.15.4 MAC
16Samsung Open Source Group
6LoWPAN Fragmentation
●
IPv6 allows for a maximum packet size of 1280 bytes
● This is impossible to handle in the 127 bytes MTU of IEEE 802.15.4
(other PHY's will vary here)
● Therefore 6LoWPAN defines a fragmentation scheme to allow such
packets
●
The 11 bit fragmentation header allows for 2048 bytes packet size
with fragmentation
● But fragmentation can still lead to bad performance in lossy
networks
●
Recommended to avoid big packet sizes
17Samsung Open Source Group
The Header Size Problem
● Worst-case scenario calculations
● Maximum frame size in IEEE 802.15.4: 127 bytes
● Reduced by the max. frame header (25 bytes): 102 bytes
● Reduced by highest link-layer security (21 bytes): 81 bytes
● Reduced by standard IPv6 header (40 bytes): 41 bytes
● Reduced by standard UDP header (8 bytes): 33 bytes
● This leaves only 33 bytes for actual payload
● The rest of the space is used by headers
Frame Header (25) LLSEC (21) IPv6 Header (40) UDP Payload (33)
18Samsung Open Source Group
IPv6 Header Compression (IPHC)
● Defining some default values in IPv6 header
– Version == 6, traffic class & flow-label == 0, hop-limit only well-known values (1, 64 or 255)
– Remove the payload length (available in 6LoWPAN fragment header or data-link header)
– Addresses (link-local, global, multicast)
● Re-usage of the L2 address for IPv6
– Omit the IPv6 prefix (global known by network, link-local defined by compression)
– Using the EUI-64 L2 address
– Using the short address in following format PAN_ID:16 bit zero:SHORT_ADDRESS
Version
Source Address
(128 bit)
Destination Address
(128 bit)
Traffic Class Flow Label (20 bit)
Payload Length (16 bit) Next Header Hop Limit (8 bit)
IPv6 Header (40 bytes)
Source Address
Dispatch
6LoWPAN Header IPHC multi-hop (7 bytes)
Hop LimitLoWPAN_IPHC
Destination Address
Dispatch
6LoWPAN Header IPHC link-local (2 bytes)
LoWPAN_IPHC
19Samsung Open Source Group
6LoWPAN Compressions
● Started with HC1 and HC2 compressions (Best
savings in link-local communication, e.g. neighbor
discovery)
● Updated / deprecated by IPHC and NHC
● Extended by Generic Header Compression
● More NHC schemes to come, e.g. EAP
● Possible to invent your own scheme if you have
repeating usage patterns in your use case
20Samsung Open Source Group
Next Header Compression
● RFC6282
● LOWPAN_IPHC
– Better compression for global and multicast addresses not only link-local
– Compress header fields with common values: version, traffic class, flow label,
hop-limit
● NHC IPv6 Extension Header compression
– Hop-by-Hop, Routing Header, Fragment Header, Destination Options Header,
Mobility Header
● NHC UDP Header compression
– Compressing ports range to 4 bits
– Allows to omit the UDP checksum for cases where upper layers handle message integrity
21Samsung Open Source Group
The Header Size Solution
● Calculations with plain 6LoWPAN usage
● IPv6 with link-local and UDP on top
● IPHC with NHC for UDP
● The 48 bytes IPv6 + UDP header could in
the best cases be reduced to 6 bytes
Frame Header (25) LLSEC (21) 6 Payload (75)
Dispatch (1) LOWPAN_IPHC (1)LOWPAN_NHC (1) UDP Ports (1) UDP Checksum (2)
22Samsung Open Source Group
Generic Header Compression
● RFC7400
● A new scheme had to be defined for each new header which
should be compressed
● Plugging into NHC
● Adding a vastly more general, but slightly less efficient scheme
● LZ-77 style compression with bytecode for
– Appending zeroes
– Backreferencing to a static dictionary
– Copy data as is
● Indicating GHC capability over ND option 6CIO for bootstrapping
23Samsung Open Source Group
Stateless Address Autoconfiguration
● Autoconfiguration based on layer 2 address
– EUI-64 hardware address use as is
– Pseudo 48bit address based on short address:
16_bit_PAN:16_zero_bits:16_bit_short_address
● Link-local addresses use the FE80::/64 prefix
● Neighbor Discovery for 6LoWPAN is specified
in RFC6775
24Samsung Open Source Group
Bluetooth LE Relationship
● IETF specification for IPv6 over Bluetooth LE
● RFC7668
● No fragmentation but usage of
compression methods
● Common code is thus shared between the
wpan and Bluetooth subsystems in the
Linux kernel
25Samsung Open Source Group
More 6LoWPAN Adaptations
● Specifications being prepared for other L2 technologies
● NFC
● DECT Ultra Low Energy
● PowerLine (PLC)
● 802.11ah lower energy consumption, many stations,
long distance, sub 1GHz
● 6loBAC: Token passing network for the RS-485 physical
layer
26Samsung Open Source Group
Linux-wpan Status
27Samsung Open Source Group
Project
● IEEE 802.15.4 and 6LoWPAN support in the Linux kernel
● Started in 2008 as linux-zigbee project on Sourceforge
● The first steps of mainlining around 2012
● New project name to avoid confusion: Linux-wpan
● New maintainer Alexander Aring, Pengutronix
● Mailing list moved to vger like most other Kernel lists
● Patches are now handled on the list and picked up through the
Bluetooth-next tree
● http://wpan.cakelab.org, releases, docs
28Samsung Open Source Group
Architecture
● ieee802154 handles the MAC layer and
drivers (wpan0 interface)
● 6LoWPAN sits on top of the wpan devices
and acts as adaptation layer to be used
by the normal IPv6 kernel stack
(lowpan0 interface)
● 6LoWPAN transparently handles the
fragmentation and reassembly between
the different MTU's (127 vs 1280)
as well as compressions
Source: Alexander Aring
29Samsung Open Source Group
Current Mainline Status
● ieee802154 layer with drivers for various chips
(at86rf2xx, mrf24j40, cc2520, atusb, adf7242)
● Link Layer Security
● 6LoWPAN implementation
● LOWPAN_IPHC
● NHC for UDP
● GHC being worked on
● Connection between Linux devices
● Connection to Contiki devices
● Connection to RIOT devices
Source: openlabs.ca
Source: qi-hardware.com
30Samsung Open Source Group
Next Header Compression
● 6LoWPAN Next Header Compression (NHC)
● Kernel framework allows for different modules to
handle one compression and decrompression format
each
● Mix and match different modules/formats
● Only NHC UDP is fully implemented right now
● Runtime configuration interface missing
● GHC capability indication via ND (6CIO) not yet supported
31Samsung Open Source Group
Future Work
32Samsung Open Source Group
Linux-wpan
●
Implement missing parts of the spec
– Beacon and MAC command frame support
– Coordinator support in MAC layer and wpan-tools
– Scan for available PANs
– Short address handling in 6LoWPAN
●
Improve existing drivers and add support for new hardware
●
Implement more NHC modules for other compression
schemes
●
Neighbor Discovery Optimization for 6LoWPAN (RFC6775)
33Samsung Open Source Group
Interoperability
●
Linux-wpan is most of the time tested against Linux-wpan only
●
Basic tests with Contiki
– IEEE 802.15.4 connections
– 6LoWPAN with LOWPAN_IPHC and NHC UDP
●
RIOT OS developers also test against Linux-wpan
– Lead to fixes on both sides
●
Attending a formal Plugtest is still on the agenda
– There was some testing during the ETSI plugtest at IETF94 between Linux
and RIOT
– Maybe another Plugtest in Berlin in July
34Samsung Open Source Group
Miscellaneous
●
Routing Protocol for Low-Power and
Lossy Networks (RFC6550)
– unstrung, linux-rpl as current implementations
●
Thread uses many parts 6LoWPAN for
their protocol
– Potential for cooperation and interop testing
35Samsung Open Source Group
References
● RFC4919: 6LoWPAN Problem Statement
● RFC4944: Transmission of IPv6 Packets over
IEEE 802.15.4 Networks
● RFC6282: Compression Format for IPv6 Datagrams
● RFC6550: RPL: IPv6 Routing Protocol for Low-Power and
Lossy Networks
● RFC6775: Neighbor Discovery Optimization for 6LoWPAN
● RFC7400: 6LoWPAN-GHC: Generic Header Compression
for 6LoWPAN
36Samsung Open Source Group
Thank you.
http://www.slideshare.net/SamsungOSG
37Samsung Open Source Group
We are hiring.
jobs@osg.samsung.com

More Related Content

What's hot

6lowpan
6lowpan 6lowpan
6lowpan
Wi6Labs
 
Overview of Low Power Wide Area Networks
Overview of Low Power Wide Area NetworksOverview of Low Power Wide Area Networks
Overview of Low Power Wide Area Networks
Maarten Weyn
 
RPL - Routing Protocol for Low Power and Lossy Networks
RPL - Routing Protocol for Low Power and Lossy NetworksRPL - Routing Protocol for Low Power and Lossy Networks
RPL - Routing Protocol for Low Power and Lossy Networks
Pradeep Kumar TS
 
IoT Communication Protocols
IoT Communication ProtocolsIoT Communication Protocols
IoT Communication Protocols
Pradeep Kumar TS
 
MQTT and CoAP
MQTT and CoAPMQTT and CoAP
MQTT and CoAP
ITVoyagers
 
Unit 4
Unit 4Unit 4
CoAP protocol -Internet of Things(iot)
CoAP protocol -Internet of Things(iot)CoAP protocol -Internet of Things(iot)
CoAP protocol -Internet of Things(iot)
Sabahat Nowreen Shaik
 
Software Defined Network - SDN
Software Defined Network - SDNSoftware Defined Network - SDN
Software Defined Network - SDN
Venkata Naga Ravi
 
Application Layer Protocols for the IoT
Application Layer Protocols for the IoTApplication Layer Protocols for the IoT
Application Layer Protocols for the IoT
Damien Magoni
 
Internet of things using Raspberry Pi
Internet of things using Raspberry PiInternet of things using Raspberry Pi
Internet of things using Raspberry Pi
Yash Gajera
 
5G Network Architecture and Design
5G Network Architecture and Design5G Network Architecture and Design
5G Network Architecture and Design
3G4G
 
Business models for business processes on IoT
Business models for business processes on IoTBusiness models for business processes on IoT
Business models for business processes on IoT
FabMinds
 
Raspberry Pi
Raspberry Pi Raspberry Pi
Raspberry Pi
Selvaraj Seerangan
 
6lowpan introduction
6lowpan introduction6lowpan introduction
6lowpan introduction
Martin Abraham
 
Sensor networks: 6LoWPAN & LPWAN
Sensor networks: 6LoWPAN & LPWANSensor networks: 6LoWPAN & LPWAN
Sensor networks: 6LoWPAN & LPWAN
Agence du Numérique (AdN)
 
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
ArunChokkalingam
 
Iot
IotIot
Protocols for IoT
Protocols for IoTProtocols for IoT
Protocols for IoT
Aravindhan G K
 
IoT and LoRaWAN
IoT and LoRaWANIoT and LoRaWAN
IoT and LoRaWAN
Chris Herbert
 

What's hot (20)

6lowpan
6lowpan 6lowpan
6lowpan
 
Overview of Low Power Wide Area Networks
Overview of Low Power Wide Area NetworksOverview of Low Power Wide Area Networks
Overview of Low Power Wide Area Networks
 
RPL - Routing Protocol for Low Power and Lossy Networks
RPL - Routing Protocol for Low Power and Lossy NetworksRPL - Routing Protocol for Low Power and Lossy Networks
RPL - Routing Protocol for Low Power and Lossy Networks
 
IoT Communication Protocols
IoT Communication ProtocolsIoT Communication Protocols
IoT Communication Protocols
 
MQTT and CoAP
MQTT and CoAPMQTT and CoAP
MQTT and CoAP
 
Sdn ppt
Sdn pptSdn ppt
Sdn ppt
 
Unit 4
Unit 4Unit 4
Unit 4
 
CoAP protocol -Internet of Things(iot)
CoAP protocol -Internet of Things(iot)CoAP protocol -Internet of Things(iot)
CoAP protocol -Internet of Things(iot)
 
Software Defined Network - SDN
Software Defined Network - SDNSoftware Defined Network - SDN
Software Defined Network - SDN
 
Application Layer Protocols for the IoT
Application Layer Protocols for the IoTApplication Layer Protocols for the IoT
Application Layer Protocols for the IoT
 
Internet of things using Raspberry Pi
Internet of things using Raspberry PiInternet of things using Raspberry Pi
Internet of things using Raspberry Pi
 
5G Network Architecture and Design
5G Network Architecture and Design5G Network Architecture and Design
5G Network Architecture and Design
 
Business models for business processes on IoT
Business models for business processes on IoTBusiness models for business processes on IoT
Business models for business processes on IoT
 
Raspberry Pi
Raspberry Pi Raspberry Pi
Raspberry Pi
 
6lowpan introduction
6lowpan introduction6lowpan introduction
6lowpan introduction
 
Sensor networks: 6LoWPAN & LPWAN
Sensor networks: 6LoWPAN & LPWANSensor networks: 6LoWPAN & LPWAN
Sensor networks: 6LoWPAN & LPWAN
 
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
WSN network architecture -Sensor Network Scenarios & Transceiver Design Consi...
 
Iot
IotIot
Iot
 
Protocols for IoT
Protocols for IoTProtocols for IoT
Protocols for IoT
 
IoT and LoRaWAN
IoT and LoRaWANIoT and LoRaWAN
IoT and LoRaWAN
 

Viewers also liked

Practical Guide to Run an IEEE 802.15.4 Network with 6LoWPAN Under Linux
Practical Guide to Run an IEEE 802.15.4 Network with 6LoWPAN Under LinuxPractical Guide to Run an IEEE 802.15.4 Network with 6LoWPAN Under Linux
Practical Guide to Run an IEEE 802.15.4 Network with 6LoWPAN Under Linux
Samsung Open Source Group
 
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Adam Dunkels
 
SOSCON 2016 JerryScript
SOSCON 2016 JerryScriptSOSCON 2016 JerryScript
SOSCON 2016 JerryScript
Samsung Open Source Group
 
JerryScript on RIOT
JerryScript on RIOTJerryScript on RIOT
JerryScript on RIOT
Samsung Open Source Group
 
Introduction to Linux-wpan and Potential Collaboration
Introduction to Linux-wpan and Potential CollaborationIntroduction to Linux-wpan and Potential Collaboration
Introduction to Linux-wpan and Potential Collaboration
Samsung Open Source Group
 
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Things
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of ThingsJerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Things
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Things
Samsung Open Source Group
 
Introduction to IoT.JS
Introduction to IoT.JSIntroduction to IoT.JS
Introduction to IoT.JS
Samsung Open Source Group
 
Building day 2 upload Building the Internet of Things with Thingsquare and ...
Building day 2   upload Building the Internet of Things with Thingsquare and ...Building day 2   upload Building the Internet of Things with Thingsquare and ...
Building day 2 upload Building the Internet of Things with Thingsquare and ...
Adam Dunkels
 
Connect to the IoT with a lightweight protocol MQTT
Connect to the IoT with a lightweight protocol MQTTConnect to the IoT with a lightweight protocol MQTT
Connect to the IoT with a lightweight protocol MQTT
Kenneth Peeples
 
Clang: More than just a C/C++ Compiler
Clang: More than just a C/C++ CompilerClang: More than just a C/C++ Compiler
Clang: More than just a C/C++ Compiler
Samsung Open Source Group
 
Tizen Connected with IoTivity
Tizen Connected with IoTivityTizen Connected with IoTivity
Tizen Connected with IoTivity
Samsung Open Source Group
 
Development Boards for Tizen IoT
Development Boards for Tizen IoTDevelopment Boards for Tizen IoT
Development Boards for Tizen IoT
Samsung Open Source Group
 
Toward "OCF Automotive" profile
Toward "OCF Automotive" profileToward "OCF Automotive" profile
Toward "OCF Automotive" profile
Samsung Open Source Group
 
OIC AGL Collaboration
OIC AGL CollaborationOIC AGL Collaboration
OIC AGL Collaboration
Samsung Open Source Group
 
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Thin...
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Thin...JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Thin...
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Thin...
Samsung Open Source Group
 
20150311 사물인터넷이 여는 새로운 세상 telco
20150311 사물인터넷이 여는 새로운 세상 telco20150311 사물인터넷이 여는 새로운 세상 telco
20150311 사물인터넷이 여는 새로운 세상 telco
Donghyung Shin
 
Run Your Own 6LoWPAN Based IoT Network
Run Your Own 6LoWPAN Based IoT NetworkRun Your Own 6LoWPAN Based IoT Network
Run Your Own 6LoWPAN Based IoT Network
Samsung Open Source Group
 
Overview of Wireless Sensor Networks
Overview of Wireless Sensor NetworksOverview of Wireless Sensor Networks
Overview of Wireless Sensor Networks
Duncan Purves
 
Descripcion del puesto gerente de ti
Descripcion del puesto gerente de tiDescripcion del puesto gerente de ti
Descripcion del puesto gerente de ti
Inngriita Fueentes
 
IoT: From Arduino Microcontrollers to Tizen Products using IoTivity
IoT: From Arduino Microcontrollers to Tizen Products using IoTivityIoT: From Arduino Microcontrollers to Tizen Products using IoTivity
IoT: From Arduino Microcontrollers to Tizen Products using IoTivity
Samsung Open Source Group
 

Viewers also liked (20)

Practical Guide to Run an IEEE 802.15.4 Network with 6LoWPAN Under Linux
Practical Guide to Run an IEEE 802.15.4 Network with 6LoWPAN Under LinuxPractical Guide to Run an IEEE 802.15.4 Network with 6LoWPAN Under Linux
Practical Guide to Run an IEEE 802.15.4 Network with 6LoWPAN Under Linux
 
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
Building the Internet of Things with Thingsquare and Contiki - day 2 part 2
 
SOSCON 2016 JerryScript
SOSCON 2016 JerryScriptSOSCON 2016 JerryScript
SOSCON 2016 JerryScript
 
JerryScript on RIOT
JerryScript on RIOTJerryScript on RIOT
JerryScript on RIOT
 
Introduction to Linux-wpan and Potential Collaboration
Introduction to Linux-wpan and Potential CollaborationIntroduction to Linux-wpan and Potential Collaboration
Introduction to Linux-wpan and Potential Collaboration
 
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Things
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of ThingsJerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Things
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Things
 
Introduction to IoT.JS
Introduction to IoT.JSIntroduction to IoT.JS
Introduction to IoT.JS
 
Building day 2 upload Building the Internet of Things with Thingsquare and ...
Building day 2   upload Building the Internet of Things with Thingsquare and ...Building day 2   upload Building the Internet of Things with Thingsquare and ...
Building day 2 upload Building the Internet of Things with Thingsquare and ...
 
Connect to the IoT with a lightweight protocol MQTT
Connect to the IoT with a lightweight protocol MQTTConnect to the IoT with a lightweight protocol MQTT
Connect to the IoT with a lightweight protocol MQTT
 
Clang: More than just a C/C++ Compiler
Clang: More than just a C/C++ CompilerClang: More than just a C/C++ Compiler
Clang: More than just a C/C++ Compiler
 
Tizen Connected with IoTivity
Tizen Connected with IoTivityTizen Connected with IoTivity
Tizen Connected with IoTivity
 
Development Boards for Tizen IoT
Development Boards for Tizen IoTDevelopment Boards for Tizen IoT
Development Boards for Tizen IoT
 
Toward "OCF Automotive" profile
Toward "OCF Automotive" profileToward "OCF Automotive" profile
Toward "OCF Automotive" profile
 
OIC AGL Collaboration
OIC AGL CollaborationOIC AGL Collaboration
OIC AGL Collaboration
 
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Thin...
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Thin...JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Thin...
JerryScript: An ultra-lighteweight JavaScript Engine for the Internet of Thin...
 
20150311 사물인터넷이 여는 새로운 세상 telco
20150311 사물인터넷이 여는 새로운 세상 telco20150311 사물인터넷이 여는 새로운 세상 telco
20150311 사물인터넷이 여는 새로운 세상 telco
 
Run Your Own 6LoWPAN Based IoT Network
Run Your Own 6LoWPAN Based IoT NetworkRun Your Own 6LoWPAN Based IoT Network
Run Your Own 6LoWPAN Based IoT Network
 
Overview of Wireless Sensor Networks
Overview of Wireless Sensor NetworksOverview of Wireless Sensor Networks
Overview of Wireless Sensor Networks
 
Descripcion del puesto gerente de ti
Descripcion del puesto gerente de tiDescripcion del puesto gerente de ti
Descripcion del puesto gerente de ti
 
IoT: From Arduino Microcontrollers to Tizen Products using IoTivity
IoT: From Arduino Microcontrollers to Tizen Products using IoTivityIoT: From Arduino Microcontrollers to Tizen Products using IoTivity
IoT: From Arduino Microcontrollers to Tizen Products using IoTivity
 

Similar to 6LoWPAN: An Open IoT Networking Protocol

Adding IEEE 802.15.4 and 6LoWPAN to an Embedded Linux Device
Adding IEEE 802.15.4 and 6LoWPAN to an Embedded Linux DeviceAdding IEEE 802.15.4 and 6LoWPAN to an Embedded Linux Device
Adding IEEE 802.15.4 and 6LoWPAN to an Embedded Linux Device
Samsung Open Source Group
 
Linux Kernel Status Report for IEEE 802.15.4 & 6LoWPAN
Linux Kernel Status Report for IEEE 802.15.4 & 6LoWPANLinux Kernel Status Report for IEEE 802.15.4 & 6LoWPAN
Linux Kernel Status Report for IEEE 802.15.4 & 6LoWPAN
Samsung Open Source Group
 
Linux-wpan: IEEE 802.15.4 and 6LoWPAN in the Linux Kernel - BUD17-120
Linux-wpan: IEEE 802.15.4 and 6LoWPAN in the Linux Kernel - BUD17-120Linux-wpan: IEEE 802.15.4 and 6LoWPAN in the Linux Kernel - BUD17-120
Linux-wpan: IEEE 802.15.4 and 6LoWPAN in the Linux Kernel - BUD17-120
Linaro
 
SFScon 21 - Stefan Schmidt - The Rise of IPv6 in IoT Protocols
SFScon 21 - Stefan Schmidt - The Rise of IPv6 in IoT ProtocolsSFScon 21 - Stefan Schmidt - The Rise of IPv6 in IoT Protocols
SFScon 21 - Stefan Schmidt - The Rise of IPv6 in IoT Protocols
South Tyrol Free Software Conference
 
L6 6 lowpan
L6 6 lowpanL6 6 lowpan
L6 6 lowpan
bimal2638
 
An FPGA for high end Open Networking
An FPGA for high end Open NetworkingAn FPGA for high end Open Networking
An FPGA for high end Open Networking
rinnocente
 
Io t hurdles_i_pv6_slides_doin
Io t hurdles_i_pv6_slides_doinIo t hurdles_i_pv6_slides_doin
Io t hurdles_i_pv6_slides_doin
Jonny Doin
 
FD.IO Vector Packet Processing
FD.IO Vector Packet ProcessingFD.IO Vector Packet Processing
FD.IO Vector Packet Processing
Kernel TLV
 
FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)
Kirill Tsym
 
DPDK summit 2015: It's kind of fun to do the impossible with DPDK
DPDK summit 2015: It's kind of fun  to do the impossible with DPDKDPDK summit 2015: It's kind of fun  to do the impossible with DPDK
DPDK summit 2015: It's kind of fun to do the impossible with DPDK
Lagopus SDN/OpenFlow switch
 
DPDK Summit 2015 - NTT - Yoshihiro Nakajima
DPDK Summit 2015 - NTT - Yoshihiro NakajimaDPDK Summit 2015 - NTT - Yoshihiro Nakajima
DPDK Summit 2015 - NTT - Yoshihiro Nakajima
Jim St. Leger
 
RouterOS v6
RouterOS v6RouterOS v6
RouterOS v6
Tũi Wichets
 
Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?
OPNFV
 
PLNOG 17 - Nicolai van der Smagt - Building and connecting the eBay Classifie...
PLNOG 17 - Nicolai van der Smagt - Building and connecting the eBay Classifie...PLNOG 17 - Nicolai van der Smagt - Building and connecting the eBay Classifie...
PLNOG 17 - Nicolai van der Smagt - Building and connecting the eBay Classifie...
PROIDEA
 
Cilium - Fast IPv6 Container Networking with BPF and XDP
Cilium - Fast IPv6 Container Networking with BPF and XDPCilium - Fast IPv6 Container Networking with BPF and XDP
Cilium - Fast IPv6 Container Networking with BPF and XDP
Thomas Graf
 
Network for the Large-scale Hadoop cluster at Yahoo! JAPAN
Network for the Large-scale Hadoop cluster at Yahoo! JAPANNetwork for the Large-scale Hadoop cluster at Yahoo! JAPAN
Network for the Large-scale Hadoop cluster at Yahoo! JAPAN
DataWorks Summit/Hadoop Summit
 
Tutorial: IPv6-only transition with demo
Tutorial: IPv6-only transition with demoTutorial: IPv6-only transition with demo
Tutorial: IPv6-only transition with demo
APNIC
 
Improving Network Efficiency with Simplemux
Improving Network Efficiency with SimplemuxImproving Network Efficiency with Simplemux
Improving Network Efficiency with Simplemux
Jose Saldana
 
Internet Protocol Version 6 By Suvo 2002
Internet Protocol Version 6 By Suvo 2002Internet Protocol Version 6 By Suvo 2002
Internet Protocol Version 6 By Suvo 2002suvobgd
 
6 lowpan
6 lowpan6 lowpan
6 lowpan
Siva Kumar
 

Similar to 6LoWPAN: An Open IoT Networking Protocol (20)

Adding IEEE 802.15.4 and 6LoWPAN to an Embedded Linux Device
Adding IEEE 802.15.4 and 6LoWPAN to an Embedded Linux DeviceAdding IEEE 802.15.4 and 6LoWPAN to an Embedded Linux Device
Adding IEEE 802.15.4 and 6LoWPAN to an Embedded Linux Device
 
Linux Kernel Status Report for IEEE 802.15.4 & 6LoWPAN
Linux Kernel Status Report for IEEE 802.15.4 & 6LoWPANLinux Kernel Status Report for IEEE 802.15.4 & 6LoWPAN
Linux Kernel Status Report for IEEE 802.15.4 & 6LoWPAN
 
Linux-wpan: IEEE 802.15.4 and 6LoWPAN in the Linux Kernel - BUD17-120
Linux-wpan: IEEE 802.15.4 and 6LoWPAN in the Linux Kernel - BUD17-120Linux-wpan: IEEE 802.15.4 and 6LoWPAN in the Linux Kernel - BUD17-120
Linux-wpan: IEEE 802.15.4 and 6LoWPAN in the Linux Kernel - BUD17-120
 
SFScon 21 - Stefan Schmidt - The Rise of IPv6 in IoT Protocols
SFScon 21 - Stefan Schmidt - The Rise of IPv6 in IoT ProtocolsSFScon 21 - Stefan Schmidt - The Rise of IPv6 in IoT Protocols
SFScon 21 - Stefan Schmidt - The Rise of IPv6 in IoT Protocols
 
L6 6 lowpan
L6 6 lowpanL6 6 lowpan
L6 6 lowpan
 
An FPGA for high end Open Networking
An FPGA for high end Open NetworkingAn FPGA for high end Open Networking
An FPGA for high end Open Networking
 
Io t hurdles_i_pv6_slides_doin
Io t hurdles_i_pv6_slides_doinIo t hurdles_i_pv6_slides_doin
Io t hurdles_i_pv6_slides_doin
 
FD.IO Vector Packet Processing
FD.IO Vector Packet ProcessingFD.IO Vector Packet Processing
FD.IO Vector Packet Processing
 
FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)
 
DPDK summit 2015: It's kind of fun to do the impossible with DPDK
DPDK summit 2015: It's kind of fun  to do the impossible with DPDKDPDK summit 2015: It's kind of fun  to do the impossible with DPDK
DPDK summit 2015: It's kind of fun to do the impossible with DPDK
 
DPDK Summit 2015 - NTT - Yoshihiro Nakajima
DPDK Summit 2015 - NTT - Yoshihiro NakajimaDPDK Summit 2015 - NTT - Yoshihiro Nakajima
DPDK Summit 2015 - NTT - Yoshihiro Nakajima
 
RouterOS v6
RouterOS v6RouterOS v6
RouterOS v6
 
Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?
 
PLNOG 17 - Nicolai van der Smagt - Building and connecting the eBay Classifie...
PLNOG 17 - Nicolai van der Smagt - Building and connecting the eBay Classifie...PLNOG 17 - Nicolai van der Smagt - Building and connecting the eBay Classifie...
PLNOG 17 - Nicolai van der Smagt - Building and connecting the eBay Classifie...
 
Cilium - Fast IPv6 Container Networking with BPF and XDP
Cilium - Fast IPv6 Container Networking with BPF and XDPCilium - Fast IPv6 Container Networking with BPF and XDP
Cilium - Fast IPv6 Container Networking with BPF and XDP
 
Network for the Large-scale Hadoop cluster at Yahoo! JAPAN
Network for the Large-scale Hadoop cluster at Yahoo! JAPANNetwork for the Large-scale Hadoop cluster at Yahoo! JAPAN
Network for the Large-scale Hadoop cluster at Yahoo! JAPAN
 
Tutorial: IPv6-only transition with demo
Tutorial: IPv6-only transition with demoTutorial: IPv6-only transition with demo
Tutorial: IPv6-only transition with demo
 
Improving Network Efficiency with Simplemux
Improving Network Efficiency with SimplemuxImproving Network Efficiency with Simplemux
Improving Network Efficiency with Simplemux
 
Internet Protocol Version 6 By Suvo 2002
Internet Protocol Version 6 By Suvo 2002Internet Protocol Version 6 By Suvo 2002
Internet Protocol Version 6 By Suvo 2002
 
6 lowpan
6 lowpan6 lowpan
6 lowpan
 

More from Samsung Open Source Group

The Complex IoT Equation (and FLOSS solutions)
The Complex IoT Equation (and FLOSS solutions)The Complex IoT Equation (and FLOSS solutions)
The Complex IoT Equation (and FLOSS solutions)
Samsung Open Source Group
 
Easy IoT with JavaScript
Easy IoT with JavaScriptEasy IoT with JavaScript
Easy IoT with JavaScript
Samsung Open Source Group
 
Spawny: A New Approach to Logins
Spawny: A New Approach to LoginsSpawny: A New Approach to Logins
Spawny: A New Approach to Logins
Samsung Open Source Group
 
Rapid SPi Device Driver Development over USB
Rapid SPi Device Driver Development over USBRapid SPi Device Driver Development over USB
Rapid SPi Device Driver Development over USB
Samsung Open Source Group
 
Tizen RT: A Lightweight RTOS Platform for Low-End IoT Devices
Tizen RT: A Lightweight RTOS Platform for Low-End IoT DevicesTizen RT: A Lightweight RTOS Platform for Low-End IoT Devices
Tizen RT: A Lightweight RTOS Platform for Low-End IoT Devices
Samsung Open Source Group
 
IoTivity: Smart Home to Automotive and Beyond
IoTivity: Smart Home to Automotive and BeyondIoTivity: Smart Home to Automotive and Beyond
IoTivity: Smart Home to Automotive and Beyond
Samsung Open Source Group
 
IoTivity for Automotive: meta-ocf-automotive tutorial
IoTivity for Automotive: meta-ocf-automotive tutorialIoTivity for Automotive: meta-ocf-automotive tutorial
IoTivity for Automotive: meta-ocf-automotive tutorial
Samsung Open Source Group
 
GENIVI + OCF Cooperation
GENIVI + OCF CooperationGENIVI + OCF Cooperation
GENIVI + OCF Cooperation
Samsung Open Source Group
 
Framework for IoT Interoperability
Framework for IoT InteroperabilityFramework for IoT Interoperability
Framework for IoT Interoperability
Samsung Open Source Group
 
Open Source Metrics to Inform Corporate Strategy
Open Source Metrics to Inform Corporate StrategyOpen Source Metrics to Inform Corporate Strategy
Open Source Metrics to Inform Corporate Strategy
Samsung Open Source Group
 
IoTivity for Automotive IoT Interoperability
IoTivity for Automotive IoT InteroperabilityIoTivity for Automotive IoT Interoperability
IoTivity for Automotive IoT Interoperability
Samsung Open Source Group
 
IoTivity: From Devices to the Cloud
IoTivity: From Devices to the CloudIoTivity: From Devices to the Cloud
IoTivity: From Devices to the Cloud
Samsung Open Source Group
 
IoTivity Tutorial: Prototyping IoT Devices on GNU/Linux
IoTivity Tutorial: Prototyping IoT Devices on GNU/LinuxIoTivity Tutorial: Prototyping IoT Devices on GNU/Linux
IoTivity Tutorial: Prototyping IoT Devices on GNU/Linux
Samsung Open Source Group
 
IoTivity Connects RVI from GENIVI's Develoment Platform to Tizen devices
IoTivity Connects RVI from GENIVI's Develoment Platform to Tizen devicesIoTivity Connects RVI from GENIVI's Develoment Platform to Tizen devices
IoTivity Connects RVI from GENIVI's Develoment Platform to Tizen devices
Samsung Open Source Group
 
IoTivity on Tizen: How to
IoTivity on Tizen: How toIoTivity on Tizen: How to
IoTivity on Tizen: How to
Samsung Open Source Group
 

More from Samsung Open Source Group (15)

The Complex IoT Equation (and FLOSS solutions)
The Complex IoT Equation (and FLOSS solutions)The Complex IoT Equation (and FLOSS solutions)
The Complex IoT Equation (and FLOSS solutions)
 
Easy IoT with JavaScript
Easy IoT with JavaScriptEasy IoT with JavaScript
Easy IoT with JavaScript
 
Spawny: A New Approach to Logins
Spawny: A New Approach to LoginsSpawny: A New Approach to Logins
Spawny: A New Approach to Logins
 
Rapid SPi Device Driver Development over USB
Rapid SPi Device Driver Development over USBRapid SPi Device Driver Development over USB
Rapid SPi Device Driver Development over USB
 
Tizen RT: A Lightweight RTOS Platform for Low-End IoT Devices
Tizen RT: A Lightweight RTOS Platform for Low-End IoT DevicesTizen RT: A Lightweight RTOS Platform for Low-End IoT Devices
Tizen RT: A Lightweight RTOS Platform for Low-End IoT Devices
 
IoTivity: Smart Home to Automotive and Beyond
IoTivity: Smart Home to Automotive and BeyondIoTivity: Smart Home to Automotive and Beyond
IoTivity: Smart Home to Automotive and Beyond
 
IoTivity for Automotive: meta-ocf-automotive tutorial
IoTivity for Automotive: meta-ocf-automotive tutorialIoTivity for Automotive: meta-ocf-automotive tutorial
IoTivity for Automotive: meta-ocf-automotive tutorial
 
GENIVI + OCF Cooperation
GENIVI + OCF CooperationGENIVI + OCF Cooperation
GENIVI + OCF Cooperation
 
Framework for IoT Interoperability
Framework for IoT InteroperabilityFramework for IoT Interoperability
Framework for IoT Interoperability
 
Open Source Metrics to Inform Corporate Strategy
Open Source Metrics to Inform Corporate StrategyOpen Source Metrics to Inform Corporate Strategy
Open Source Metrics to Inform Corporate Strategy
 
IoTivity for Automotive IoT Interoperability
IoTivity for Automotive IoT InteroperabilityIoTivity for Automotive IoT Interoperability
IoTivity for Automotive IoT Interoperability
 
IoTivity: From Devices to the Cloud
IoTivity: From Devices to the CloudIoTivity: From Devices to the Cloud
IoTivity: From Devices to the Cloud
 
IoTivity Tutorial: Prototyping IoT Devices on GNU/Linux
IoTivity Tutorial: Prototyping IoT Devices on GNU/LinuxIoTivity Tutorial: Prototyping IoT Devices on GNU/Linux
IoTivity Tutorial: Prototyping IoT Devices on GNU/Linux
 
IoTivity Connects RVI from GENIVI's Develoment Platform to Tizen devices
IoTivity Connects RVI from GENIVI's Develoment Platform to Tizen devicesIoTivity Connects RVI from GENIVI's Develoment Platform to Tizen devices
IoTivity Connects RVI from GENIVI's Develoment Platform to Tizen devices
 
IoTivity on Tizen: How to
IoTivity on Tizen: How toIoTivity on Tizen: How to
IoTivity on Tizen: How to
 

Recently uploaded

2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
Georgi Kodinov
 
Pro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp BookPro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp Book
abdulrafaychaudhry
 
Enterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptxEnterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptx
QuickwayInfoSystems3
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
Globus
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
Matt Welsh
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Shahin Sheidaei
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
Globus
 
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket ManagementUtilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns
 
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
ShamsuddeenMuhammadA
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
wottaspaceseo
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Globus
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
informapgpstrackings
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
Cyanic lab
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
Google
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Globus
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
NYGGS Automation Suite
 

Recently uploaded (20)

2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
 
Pro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp BookPro Unity Game Development with C-sharp Book
Pro Unity Game Development with C-sharp Book
 
Enterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptxEnterprise Software Development with No Code Solutions.pptx
Enterprise Software Development with No Code Solutions.pptx
 
Vitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume MontevideoVitthal Shirke Microservices Resume Montevideo
Vitthal Shirke Microservices Resume Montevideo
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
 
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
Gamify Your Mind; The Secret Sauce to Delivering Success, Continuously Improv...
 
GlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote sessionGlobusWorld 2024 Opening Keynote session
GlobusWorld 2024 Opening Keynote session
 
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket ManagementUtilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
Utilocate provides Smarter, Better, Faster, Safer Locate Ticket Management
 
Prosigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology SolutionsProsigns: Transforming Business with Tailored Technology Solutions
Prosigns: Transforming Business with Tailored Technology Solutions
 
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptxText-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
Text-Summarization-of-Breaking-News-Using-Fine-tuning-BART-Model.pptx
 
How Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptxHow Recreation Management Software Can Streamline Your Operations.pptx
How Recreation Management Software Can Streamline Your Operations.pptx
 
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data AnalysisProviding Globus Services to Users of JASMIN for Environmental Data Analysis
Providing Globus Services to Users of JASMIN for Environmental Data Analysis
 
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
Field Employee Tracking System| MiTrack App| Best Employee Tracking Solution|...
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
 
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing SuiteAI Pilot Review: The World’s First Virtual Assistant Marketing Suite
AI Pilot Review: The World’s First Virtual Assistant Marketing Suite
 
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
Climate Science Flows: Enabling Petabyte-Scale Climate Analysis with the Eart...
 
Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024Globus Connect Server Deep Dive - GlobusWorld 2024
Globus Connect Server Deep Dive - GlobusWorld 2024
 
Enterprise Resource Planning System in Telangana
Enterprise Resource Planning System in TelanganaEnterprise Resource Planning System in Telangana
Enterprise Resource Planning System in Telangana
 

6LoWPAN: An Open IoT Networking Protocol

  • 1. 1Samsung Open Source Group Stefan Schmidt Samsung Open Source Group stefan@osg.samsung.com 6LoWPAN: An Open IoT Networking Protocol OpenIoT Summit 2016 San Diego
  • 2. 2Samsung Open Source Group 6LoWPAN: An Open IoT Networking Protocol ● Open: Specified by the IETF – Specifications available without any membership or license fees – Designed and developed in public ● IoT: Making “Things” Internet-aware – Usage of IPv6 to make use of internet protocols – Leverage on the success of open protocols in contrast to proprietary solutions ● Networking: Stopping at layer 3 – Application layer protocols are flexible and can vary – Often used together with CoAP, MQTT, etc
  • 3. 3Samsung Open Source Group ● Motivation ● 6LoWPAN ● Linux-wpan Status ● Future Work Agenda
  • 4. 4Samsung Open Source Group Motivation
  • 5. 5Samsung Open Source Group Use Cases ● Battery powered sensors (temp, smoke, etc) ● Main powered appliances (washing machine) ● WiFi accesspoints as Border Router / Gateways ● Home use ● Industrial use Internet IEEE 802.15.4
  • 6. 6Samsung Open Source Group Motivation 6LoWPAN ● Sensors are likely to have restricted wireless connectivity ● Using IPv6 instead of something proprietary allows the usage of existing and proven protocols driving the internet ● A full unmodified TCP/IP stack might clash with hardware limitations (which are useful for power savings) ● Sensors only need to transfer little data, compared to the usage scenarios of a Smartphone, PC .. Internet IEEE 802.15.4
  • 7. 7Samsung Open Source Group Motivation Linux-wpan ● Battery powered sensors might not run Linux but choose a smaller OS ● Main powered appliances might run Linux already and would benefit from native 6LoWPAN support ● IEEE 802.15.4 chips could easily be integrated in WiFi accesspoints or routers which already run Linux ● Thus a real benefit to have a 802.15.4 subsystem ready in the Linux kernel Internet IEEE 802.15.4
  • 8. 8Samsung Open Source Group Movement Towards IP ● A lot protocols are moving towards IP ● Often started out with their own networking stack ● Switching to make use of the success of IP as a protocol ● The name Internet of Things already implies that it should be modeled after the success of the Internet – Direct addressing of nodes – Re-usage of proven protocols ● But TCP/IP is not one size fits all – Adaptations needed for MTU size – Reduce of header overhead – UDP (DTLS) instead of TCP to avoid latencies
  • 9. 9Samsung Open Source Group ● Development boards with IEEE 802.15.4 ● Ci40 creator ● Artik 5/10 ● Pi with openlabs shield Development Boards
  • 10. 10Samsung Open Source Group ● Products with IEEE 802.15.4 ● Using 6LoWPAN or some version of Thread ● Nest Thermostat and Protect ● Google OnHub router Products
  • 11. 11Samsung Open Source Group 6LoWPAN
  • 12. 12Samsung Open Source Group ZigBee Relations ● IEEE 802.15.4 is often mixed up with ZigBee ● It uses the PHY and MAC layers defined by IEEE 802.15.4 ● Everything above Layer 2 was proprietary ● ZigBee IP seems to have switched to 6LoWPAN and keeping application profiles on top of it ● ZigBee licensing seems incompatible with the GPL, no ZigBee support for the Linux Kernel
  • 13. 13Samsung Open Source Group IEEE 802.15.4 / LoWPAN ● IEEE 802.15.4 specifications, started in 2003 ● Low-Rate and low power Wireless Personal Area Networks ● Specifies the physical and the MAC layer ● Simple addressing but no routing ● Star and Peer-to-Peer topologies supported ● Mesh topologies need some layers on top of these ● Applications are small battery powered devices like sensors and actors in automation
  • 14. 14Samsung Open Source Group 6LoWPAN ● A series of IETF specifications, started in 2007 ● IPv6 over LoWPAN (IEEE 802.15.4) ● Adaptation layer between Data-Link and Network layer (RFC4944) ● Autoconfiguration with neighbor discovery (RFC4944) ● Header and payload compressions (RFC4944, RFC6282, RFC7400) ● Updates and extensions in other RFC's (see references at the end)
  • 15. 15Samsung Open Source Group 6LoWPAN Adaptation Layer ● The 6LoWPAN adaptation layer sits between Data-link and original Network layer ● It effectively becomes part of the Network layer, but only on the specified Data-Link layers L3 Network Layer L4 Transport Layer L1 Physical Layer L5 Application Layer L2 Data Link Layer IP TCP | UDP | ICMP Ethernet PHY Application Ethernet MAC IPv6 UDP | ICMPv6 6LoWPAN IEEE 802.15.4 PHY Application IEEE 802.15.4 MAC
  • 16. 16Samsung Open Source Group 6LoWPAN Fragmentation ● IPv6 allows for a maximum packet size of 1280 bytes ● This is impossible to handle in the 127 bytes MTU of IEEE 802.15.4 (other PHY's will vary here) ● Therefore 6LoWPAN defines a fragmentation scheme to allow such packets ● The 11 bit fragmentation header allows for 2048 bytes packet size with fragmentation ● But fragmentation can still lead to bad performance in lossy networks ● Recommended to avoid big packet sizes
  • 17. 17Samsung Open Source Group The Header Size Problem ● Worst-case scenario calculations ● Maximum frame size in IEEE 802.15.4: 127 bytes ● Reduced by the max. frame header (25 bytes): 102 bytes ● Reduced by highest link-layer security (21 bytes): 81 bytes ● Reduced by standard IPv6 header (40 bytes): 41 bytes ● Reduced by standard UDP header (8 bytes): 33 bytes ● This leaves only 33 bytes for actual payload ● The rest of the space is used by headers Frame Header (25) LLSEC (21) IPv6 Header (40) UDP Payload (33)
  • 18. 18Samsung Open Source Group IPv6 Header Compression (IPHC) ● Defining some default values in IPv6 header – Version == 6, traffic class & flow-label == 0, hop-limit only well-known values (1, 64 or 255) – Remove the payload length (available in 6LoWPAN fragment header or data-link header) – Addresses (link-local, global, multicast) ● Re-usage of the L2 address for IPv6 – Omit the IPv6 prefix (global known by network, link-local defined by compression) – Using the EUI-64 L2 address – Using the short address in following format PAN_ID:16 bit zero:SHORT_ADDRESS Version Source Address (128 bit) Destination Address (128 bit) Traffic Class Flow Label (20 bit) Payload Length (16 bit) Next Header Hop Limit (8 bit) IPv6 Header (40 bytes) Source Address Dispatch 6LoWPAN Header IPHC multi-hop (7 bytes) Hop LimitLoWPAN_IPHC Destination Address Dispatch 6LoWPAN Header IPHC link-local (2 bytes) LoWPAN_IPHC
  • 19. 19Samsung Open Source Group 6LoWPAN Compressions ● Started with HC1 and HC2 compressions (Best savings in link-local communication, e.g. neighbor discovery) ● Updated / deprecated by IPHC and NHC ● Extended by Generic Header Compression ● More NHC schemes to come, e.g. EAP ● Possible to invent your own scheme if you have repeating usage patterns in your use case
  • 20. 20Samsung Open Source Group Next Header Compression ● RFC6282 ● LOWPAN_IPHC – Better compression for global and multicast addresses not only link-local – Compress header fields with common values: version, traffic class, flow label, hop-limit ● NHC IPv6 Extension Header compression – Hop-by-Hop, Routing Header, Fragment Header, Destination Options Header, Mobility Header ● NHC UDP Header compression – Compressing ports range to 4 bits – Allows to omit the UDP checksum for cases where upper layers handle message integrity
  • 21. 21Samsung Open Source Group The Header Size Solution ● Calculations with plain 6LoWPAN usage ● IPv6 with link-local and UDP on top ● IPHC with NHC for UDP ● The 48 bytes IPv6 + UDP header could in the best cases be reduced to 6 bytes Frame Header (25) LLSEC (21) 6 Payload (75) Dispatch (1) LOWPAN_IPHC (1)LOWPAN_NHC (1) UDP Ports (1) UDP Checksum (2)
  • 22. 22Samsung Open Source Group Generic Header Compression ● RFC7400 ● A new scheme had to be defined for each new header which should be compressed ● Plugging into NHC ● Adding a vastly more general, but slightly less efficient scheme ● LZ-77 style compression with bytecode for – Appending zeroes – Backreferencing to a static dictionary – Copy data as is ● Indicating GHC capability over ND option 6CIO for bootstrapping
  • 23. 23Samsung Open Source Group Stateless Address Autoconfiguration ● Autoconfiguration based on layer 2 address – EUI-64 hardware address use as is – Pseudo 48bit address based on short address: 16_bit_PAN:16_zero_bits:16_bit_short_address ● Link-local addresses use the FE80::/64 prefix ● Neighbor Discovery for 6LoWPAN is specified in RFC6775
  • 24. 24Samsung Open Source Group Bluetooth LE Relationship ● IETF specification for IPv6 over Bluetooth LE ● RFC7668 ● No fragmentation but usage of compression methods ● Common code is thus shared between the wpan and Bluetooth subsystems in the Linux kernel
  • 25. 25Samsung Open Source Group More 6LoWPAN Adaptations ● Specifications being prepared for other L2 technologies ● NFC ● DECT Ultra Low Energy ● PowerLine (PLC) ● 802.11ah lower energy consumption, many stations, long distance, sub 1GHz ● 6loBAC: Token passing network for the RS-485 physical layer
  • 26. 26Samsung Open Source Group Linux-wpan Status
  • 27. 27Samsung Open Source Group Project ● IEEE 802.15.4 and 6LoWPAN support in the Linux kernel ● Started in 2008 as linux-zigbee project on Sourceforge ● The first steps of mainlining around 2012 ● New project name to avoid confusion: Linux-wpan ● New maintainer Alexander Aring, Pengutronix ● Mailing list moved to vger like most other Kernel lists ● Patches are now handled on the list and picked up through the Bluetooth-next tree ● http://wpan.cakelab.org, releases, docs
  • 28. 28Samsung Open Source Group Architecture ● ieee802154 handles the MAC layer and drivers (wpan0 interface) ● 6LoWPAN sits on top of the wpan devices and acts as adaptation layer to be used by the normal IPv6 kernel stack (lowpan0 interface) ● 6LoWPAN transparently handles the fragmentation and reassembly between the different MTU's (127 vs 1280) as well as compressions Source: Alexander Aring
  • 29. 29Samsung Open Source Group Current Mainline Status ● ieee802154 layer with drivers for various chips (at86rf2xx, mrf24j40, cc2520, atusb, adf7242) ● Link Layer Security ● 6LoWPAN implementation ● LOWPAN_IPHC ● NHC for UDP ● GHC being worked on ● Connection between Linux devices ● Connection to Contiki devices ● Connection to RIOT devices Source: openlabs.ca Source: qi-hardware.com
  • 30. 30Samsung Open Source Group Next Header Compression ● 6LoWPAN Next Header Compression (NHC) ● Kernel framework allows for different modules to handle one compression and decrompression format each ● Mix and match different modules/formats ● Only NHC UDP is fully implemented right now ● Runtime configuration interface missing ● GHC capability indication via ND (6CIO) not yet supported
  • 31. 31Samsung Open Source Group Future Work
  • 32. 32Samsung Open Source Group Linux-wpan ● Implement missing parts of the spec – Beacon and MAC command frame support – Coordinator support in MAC layer and wpan-tools – Scan for available PANs – Short address handling in 6LoWPAN ● Improve existing drivers and add support for new hardware ● Implement more NHC modules for other compression schemes ● Neighbor Discovery Optimization for 6LoWPAN (RFC6775)
  • 33. 33Samsung Open Source Group Interoperability ● Linux-wpan is most of the time tested against Linux-wpan only ● Basic tests with Contiki – IEEE 802.15.4 connections – 6LoWPAN with LOWPAN_IPHC and NHC UDP ● RIOT OS developers also test against Linux-wpan – Lead to fixes on both sides ● Attending a formal Plugtest is still on the agenda – There was some testing during the ETSI plugtest at IETF94 between Linux and RIOT – Maybe another Plugtest in Berlin in July
  • 34. 34Samsung Open Source Group Miscellaneous ● Routing Protocol for Low-Power and Lossy Networks (RFC6550) – unstrung, linux-rpl as current implementations ● Thread uses many parts 6LoWPAN for their protocol – Potential for cooperation and interop testing
  • 35. 35Samsung Open Source Group References ● RFC4919: 6LoWPAN Problem Statement ● RFC4944: Transmission of IPv6 Packets over IEEE 802.15.4 Networks ● RFC6282: Compression Format for IPv6 Datagrams ● RFC6550: RPL: IPv6 Routing Protocol for Low-Power and Lossy Networks ● RFC6775: Neighbor Discovery Optimization for 6LoWPAN ● RFC7400: 6LoWPAN-GHC: Generic Header Compression for 6LoWPAN
  • 36. 36Samsung Open Source Group Thank you. http://www.slideshare.net/SamsungOSG
  • 37. 37Samsung Open Source Group We are hiring. jobs@osg.samsung.com