MQTT bridge with Raspberry Pi and any other serial (UART) device (e.g Arduino)
Based on Eclipse Paho and pi4j
Put all necessary settings to settings.json
Execute application with gradle
gradle runor
- Create fat jar with gradle
gradle fatJar- Execute application
java -jar msdb-*.jaror
- Download the latest release
- Execute application
java -jar msdb-*.jar