Skip to content
Nikolas Simon edited this page Jan 15, 2016 · 3 revisions

Messaging

There are several option for implenting this on Contiki. The latest one is Message Queue Telemetry Transport (MQTT). There is an example implementation for Contiki [^2], and on Linux you can use Mosquitto [^4]. For the less fancy ones, there is also the option of doing "simple" struct packing [^5], which does not require any additional software.

Material

Clone this wiki locally