27.10.2016 The Team Dipl.-Ing. Tobias Rohde - - PowerPoint PPT Presentation

27 10 2016 the team
SMART_READER_LITE
LIVE PREVIEW

27.10.2016 The Team Dipl.-Ing. Tobias Rohde - - PowerPoint PPT Presentation

Lobaro & Lobaro CoAP 27.10.2016 The Team Dipl.-Ing. Tobias Rohde Dipl.-Ing. Tobias Kaupat Founder of Lobaro (CEO) Software dev. Head Embedded Design Backend & Frontend Backend Programming Server


slide-1
SLIDE 1

Lobaro & Lobaro CoAP

27.10.2016

slide-2
SLIDE 2

Dipl.-Ing. Tobias Rohde

  • Founder of Lobaro (CEO)
  • Embedded Design
  • Backend Programming

Dipl.-Ing. Tobias Kaupat

  • Software dev. Head
  • Backend & Frontend
  • Server Management

The Team

Dipl.-Ing. Kai Gillmann

  • Hardware Manufacturing
  • Quality Assurance / EMC
  • Consulting for

Electronic Development

  • Website
  • Online Marketing
  • Customer Service

Alexander Zahn

Other Team-Members:

slide-3
SLIDE 3

“Fullstack“ Internet of Things

Box Backend Dashboard Sensor / Maschine

Wireless Internet

User / Customer

slide-4
SLIDE 4

CoAP: Overview

  • CoAP for embedded devices (e.g. Cortex-M3/M0)
slide-5
SLIDE 5

CoAP: Overview

  • CoAP for embedded devices (e.g. Cortex-M3/M0)
  • CoAP Client & Server in one stack! (C-lang)
slide-6
SLIDE 6

CoAP: Overview

  • CoAP for embedded devices (e.g. Cortex-M3/M0)
  • CoAP Client & Server in one stack! (C-lang)
  • Observe & blockwise support
slide-7
SLIDE 7

CoAP: Overview

  • CoAP for embedded devices (e.g. Cortex-M3/M0)
  • CoAP Client & Server in one stack! (C-lang)
  • Observe & blockwise support
  • More than just a CoAP packet builder/parser
slide-8
SLIDE 8

CoAP: Overview

  • CoAP for embedded devices (e.g. Cortex-M3/M0)
  • CoAP Client & Server in one stack! (C-lang)
  • Observe & blockwise support
  • More than just a CoAP packet builder/parser
  • One simple „doWork“ loop – no RTOS needed
slide-9
SLIDE 9

CoAP: Overview

  • CoAP for embedded devices (e.g. Cortex-M3/M0)
  • CoAP Client & Server in one stack! (C-lang)
  • Observe & blockwise support
  • More than just a CoAP packet builder/parser
  • One simple „doWork“ loop – no RTOS needed
  • Internal memory allocator on static Array (BGET)
slide-10
SLIDE 10

CoAP: Overview

  • CoAP for embedded devices (e.g. Cortex-M3/M0)
  • CoAP Client & Server in one stack! (C-lang)
  • Observe & blockwise support
  • More than just a CoAP packet builder/parser
  • One simple „doWork“ loop – no RTOS needed
  • Internal memory allocator on static Array (BGET)
  • To be used with any packet oriented transport
slide-11
SLIDE 11

CoAP: Overview

  • CoAP for embedded devices (e.g. Cortex-M3/M0)
  • CoAP Client & Server in one stack! (C-lang)
  • Observe & blockwise support
  • More than just a CoAP packet builder/parser
  • One simple „doWork“ loop – no RTOS needed
  • Internal memory allocator on static Array (BGET)
  • To be used with any packet oriented transport
  • Main objective: Easy usage & Ressource definition
slide-12
SLIDE 12

CoAP: Overview

  • CoAP for embedded devices (e.g. Cortex-M3/M0)
  • CoAP Client & Server in one stack! (C-lang)
  • Observe & blockwise support
  • More than just a CoAP packet builder/parser
  • One simple „doWork“ loop – no RTOS needed
  • Internal memory allocator on static Array (BGET)
  • To be used with any packet oriented transport
  • Main objective: Easy usage & Ressource definition

ESP8266 (WIFI) Port ZWIR4512 (802.15.4 + 6LoWPAN) Port

slide-13
SLIDE 13

CoAP: Easy usage

1.

Provide packet oriented binding (e.g. UDP, SLIP) + memory

slide-14
SLIDE 14

CoAP: Easy usage

1.

Provide packet oriented binding (e.g. UDP, SLIP) + memory 2. Create resources + bind to Request/Observe Handlers

slide-15
SLIDE 15

CoAP: Easy usage

1.

Provide packet oriented binding (e.g. UDP, SLIP) + memory 2. Create resources + bind to Request/Observe Handlers

  • 3. Implement resource handlers…
slide-16
SLIDE 16

CoAP: LED Request Handler

CoAP logic (e.g. retries, options) is transparent to user! Example LED switch resource

slide-17
SLIDE 17

CoAP: Blockwise Request Handler

Example blockwise resource

slide-18
SLIDE 18

CoAP: Postponed Request Handler

Example postponed resource

slide-19
SLIDE 19

CoAP: Observeable Request Handler

Example

  • bserveable

resource (Clock)

slide-20
SLIDE 20

CoAP: Issues & dev direction

  • Implementing new transport bindings / ports is hard
  • Client implementation too minimalistic (e.g. no blockwise receive)

Known-Issues

slide-21
SLIDE 21

CoAP: Issues & dev direction

  • Implementing new transport bindings / ports too hard
  • Client implementation too minimalistic (e.g. no blockwise receive)
  • Built-in serial port transport binding (e.g. for device config)
  • Include C Code in Go-lang Wrapper for better (unit) testing
  • Use SMS Transport
  • Integrate in FreeRTOS & use tickless kernel with periodic sleeps
  • Use with our LoRa based Point to Point X-MAC variant
  • Write integration guide to support opensource community

Known-Issues Planned Improvements

slide-22
SLIDE 22

Thank you! Questions?

slide-23
SLIDE 23

Die Technikdetails

Meshnetzwerk-Sensorik mit Lobaro-Boxen über IPv6 (6LoWPAN) und CoAP