dthaler / iot-playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IoT Playground

This is a personal repo where I commit code and documentation on various IoT technologies. Most of the documentation is public, for access to the private side of repo just ask me.

OMA LWM2M

A device management protocol, provides interfaces for basic management operations as well as service enablement. Built on top of CoAP introduces the object model was used by IPSO. Therefore can be used as application protocol as well, for the sensor readings and whichever actuation they have. I use Wakamaa for testing.

Links:

IPSO

IPSO Objects define data models and resources per device. Their main purpose is to provide application interoperability. They make it simple to add new resources in case you don't find what you want on the existing subset.

Links:

W3C-WoT-IG

TBD

Links:

OIC

TBD

Links:

MQTT

A messaging protocol that implements a broker, publishers and subscribers. very simple but works well.

Links:

### REST

Links:

CoAP

Links:

About