Implementation of MQTT for the Nanode. MQTT is a lightweight PubSub protocol. Nanode is an open source Arduino-like board that has in-built internet connectivity. It is licensed under the BSD 3-Clause License.
- NanodeUIP - uIP stack for Nanode
- NanodeUNIO - MAC address reading for Nanode
- Maximum packet size is 127 bytes
- Only QOS 0 supported
- Nicholas O'Leary (Author of PubSubClient for Arduino)
- Stephen Early (Author of NanodeUIP)