23
A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT Benjamin Cabé, Eclipse Foundation @kartben

A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

  • Upload
    others

  • View
    7

  • Download
    0

Embed Size (px)

Citation preview

Page 1: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT

Benjamin Cabé, Eclipse Foundation@kartben

Page 2: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Asset Tracking

Page 3: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

The solution

Page 4: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

The 3 IoT Software StacksTOOLS & SDKsONTOLOGIESSECURITY

CONSTRAINED DEVICES

Hardware Abstraction Layer (HAL)

OS / RTOS

CommunicationR

emot

e M

anag

emen

tField protocols IoT protocols

IOT CLOUD PLATFORM

Con

nec

tivi

ty

Mes

sag

e R

outi

ng

OS / PaaS

Device Management

Data Management

Event Management, Analytics & UI

Device Registry

Application Enablement

GATEWAYS AND SMART DEVICES

Rem

ote

Man

agem

ent

Application Runtime

Data Management & Messaging

OS / RTOS

Connectivity

Field protocols IoT protocols

Network Management

Page 5: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

Characteristics of Open IoT Stacks

loosely coupled

modular

platform-independant

based on open standards

API

Page 6: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

Eclipse IoT

Page 7: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

Eclipse IoT Community

2.4 30 280+ 140Kmillion

lines of codeprojects developers monthly

visitors

Page 8: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

Eclipse IoT…

from building blocks … to stacks

Page 9: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

The 3 IoT Software StacksTOOLS & SDKsONTOLOGIESSECURITY

CONSTRAINED DEVICES

Hardware Abstraction Layer (HAL)

OS / RTOS

CommunicationR

emot

e M

anag

emen

tField protocols IoT protocols

IOT CLOUD PLATFORM

Con

nec

tivi

ty

Mes

sag

e R

outi

ng

OS / PaaS

Device Management

Data Management

Event Management, Analytics & UI

Device Registry

Application Enablement

GATEWAYS AND SMART DEVICES

Rem

ote

Man

agem

ent

Application Runtime

Data Management & Messaging

OS / RTOS

Connectivity

Field protocols IoT protocols

Network Management

Page 10: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

Hardware Abstraction Layer (HAL)

OS / RTOS

CommunicationR

emot

e M

anag

emen

tField protocols IoT protocols

OS Stack for IoT Devices

CONSTRAINED DEVICES

C implementation of OMA LWM2M

Portable on any POSIX-compliant system

C implementation of MQTT 3.1.1

< 2,000 lines of C ANSI code

JAVA API for MCUs

“Android for IoT”

Page 11: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

OS Stack for IoT Gateways

OSGi implementation

Native support for MQTT

Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

NAT, firewall, modem configuration, …

Remote Management over MQTT

Milo

GATEWAYS AND SMART DEVICES

R

emot

e M

anag

emen

t

Application Runtime

Data Management & Messaging

OS / RTOS

Connectivity

Field protocols IoT protocols

Network Management

Page 12: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

GATEWAYS AND SMART DEVICES

R

emot

e M

anag

emen

t

Application Runtime

Data Management & Messaging

OS / RTOS

Connectivity

Field protocols IoT protocols

Network Management

OS Stack for Home Automation

OSGi implementation

Rule engine to orchestrate “things”

Home automation protocols such asBelkin WeMo, LIFX, Philips Hue, …

Remote firmware update through the GW

Web UI and API for remote control

Page 13: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

OS Stack for IoT Cloud

Page 14: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

Device Management

Device Registry

OS Stack for IoT Cloud

OMA LWM2M implementation in Javabuilt on top of Eclipse Californium (CoAP)

Manage software upgrade campaignsindependently of the actual DM protocol

IOT CLOUD PLATFORM

Page 15: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

Eclipse hawkBit

Page 16: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

IOT CLOUD PLATFORM

Con

nec

tivi

ty

Mes

sag

e R

outi

ng

OS / PaaS

Device Management

Data Management

Event Management, Analytics & UI

Device Registry

Application Enablement

OS Stack for IoT Cloud Platform

Abstract the actual communication protocols via “protocol adapters”

Deploy on:

An Integration Platform for IoT Services

NoSQL data store

REST API / Digital Twin

Page 17: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

Eclipse hono

Page 18: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2017 The Eclipse Foundation. All Rights Reserved

Eclipse IoT Adoption

Page 19: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2017 The Eclipse Foundation. All Rights Reserved

Eclipse IoT Programs

Virtual IoTOpen

IoT ChallengeIoT

MarketplaceTestbeds

Page 20: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

Join us!

2.4 30* 280+ 140Kmillion

lines of codeprojects developers monthly

visitors

* and counting!

https://iot.eclipse.org

Page 21: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

● Check out the projects○ Contribute ideas, bug fixes, use cases…

● Participate on the mailing lists

● Virtual IoT Meetup○ https://www.meetup.com/virtual-iot

● Propose your project!

Join us!

Page 22: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Copyright © 2018 The Eclipse Foundation. All Rights Reserved

IoT Developer Survey

https://www.surveymonkey.com/r/fosdemiot

Page 23: A Guided Tour of Eclipse IoT: 3 Software Stacks for IoT · OS Stack for IoT Gateways OSGi implementation Native support for MQTT Serial, RS-485, BLE, MODBUS, OPC-UA, CAN Bus, …

Thank you!

@[email protected]

https://blog.benjamin-cabe.com