Moquette

From air
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

https://code.google.com/p/moquette-mqtt/

Serveur (ie broker) MQTT écrite en Java

utilise Netty (NIO)


java -jar moquette-broker-0.3-jar-with-dependencies.jar


BROKER=localhost
mosquitto_sub -h $BROKER -d -t arduino/temp &

mosquitto_pub -h $BROKER -d -t arduino/temp -m "100"

mosquitto_pub -h $BROKER -d -t arduino/temp -m "101"