mqtt resources
- June 12, 2015
- 2 replies
- 1290 views
Posted on June 12, 2015 at 16:38
If someone is interested in developing devices that use protocol MQTT leave some information about what I have done (... not my code ....my boss fire me)
In attachment the protocol specifications (I am sorry I forget where I download the document)
Here http://www.hivemq.com/downloads/
The mqtt broker for windows or linux (I work with windows version) very simpe start... ''run.bat''
Well documented conf directory contain all config parametersall well explained in site doc
The broker open the standard ports 1883 or 8000 for websockets
With wireshark you can monitor the traffic and save lot of time for debug
My wireshark version 1.12.5 support mqtt dissector and all message are full decoded
Form here: http://ftp.acc.umu.se/mirror/eclipse.org/paho/1.0/
I have downloaded org.eclipse.phao.mqtt.utility.1.0.1.jar
Small mqtt client used for subcribe topic and checking mi device mqtt publishing
#mqtt-protocol
