You can download the RSMB ( Really small message broker here here. Unzip it. When you unzip it you should see a directory structure like the one below:
Continue readingCategory: MQTT-SN
Using The Python MQTT-SN Client
There is a Python client included with the RSMB src files. You can download the RSMB ( Really small message broker here here. The client is written in python2.7 and consists of 4 files. The MQTTSN.py handles the packet packing and unpacking, and you don’t need to edit this.
Continue reading