Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 440 Bytes

File metadata and controls

13 lines (11 loc) · 440 Bytes

Hello-MQTT

A small MQTT publish and subscribe application using Eclipse-Paho Java Client


Execution:

You need to configure and specify the URI of your Broker in Initiator.java, line 11. Consider HiveMQ.

$ git clone https://github.com/Nathi360/Hello-MQTT.git
$ cd Hello-MQTT-master/src/main/java
$ make clean && make
$ make run