The RSMB MQTT-SN broker written by Ian Craggs of IBM isn’t currently being actively developed, but it is still invaluable for anyone wanting to get experience using MQTT-SN. See What’s happening with RSMB? Where are we with MQTT_SN
Continue readingCategory: MQTT-SN
Using The Python MQTT-SN Client
The MQTT-SN client used here is the client from the RSMB source files but upgraded to python 3 and modified to work in a similar fashion to the Paho MQTT client.You should note it is still a work in progress so I would be grateful if you would let me know of any problems with it. Downloads are at the end. The client consists of 4 files. You can copy these source files into the site packages folder under a suitable folder (e.g mqtt-sn) or alternatively set the path in your scripts for access the client. Example: sys.path.append(‘c:/python34/steve/mqttsclient/’) Client Files
Continue reading