Moquette

From air
Revision as of 22:23, 24 November 2013 by Donsez (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"