/mqtt-daemon

Primary LanguageJavaOtherNOASSERTION

mqtt-daemon

First use of MQTT protocol. Daemon part. Under GPL V3.0. See LICENSE for more information.

User manual

To launch DAEMON with default settings, do :

$ java -jar daemon-1.0.1-jar-with-dependencies.jar 

To launch DAEMON with your specific settings, do :

$ java -jar daemon-1.0.0-jar-with-dependencies.jar /path/to/your/config/file

An example of DAEMON config file is available in :

config/mqtt_daemon_config.properties