https://github.com/sammers21/vertx-mqtt-client-example
An example of vertx-mqtt-client usage
https://github.com/sammers21/vertx-mqtt-client-example
java mqtt-client vertx
Last synced: 24 days ago
JSON representation
An example of vertx-mqtt-client usage
- Host: GitHub
- URL: https://github.com/sammers21/vertx-mqtt-client-example
- Owner: Sammers21
- Created: 2017-07-16T20:35:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-12T16:57:32.000Z (over 7 years ago)
- Last Synced: 2025-02-12T15:27:11.180Z (3 months ago)
- Topics: java, mqtt-client, vertx
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
= Running the project
To build and run the project, just use:
----
$ mvn clean package
$ java -jar mqtt-client-example-1.0-SNAPSHOT-fat.jar
----