Moquette
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"