-
Notifications
You must be signed in to change notification settings - Fork 4
messaging
Nikolas Simon edited this page Jan 15, 2016
·
3 revisions
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.