Basics

The basics in using XMPP for IoT

Friendship between peers

The most basic concept of using XMPP is the notion of friends. To exchange data between two endpoints they need to be friends. The friendship is in reality ...

Hiding legacy systems

When talking to a peer you can assume it is a device or thing with node’s and fields. But behind that device there could be a whole legacy system. What if th...

Datamodel of things

In XMPP-IoT we have restricted a device to have a flat model consisting of one or many Node and each Node can have several Fields. Each field conforms to a ...

Write a value to a device

The next you would like to do in an Internet of Things environment is to write values to your Thing. The device can of course have several available fields t...

Read from a device

The first you would like to do in an Internet of Things environment is to read values from your Thing. The device can of course have several available values...