Skip to content

Sample code for building a full stack MQTT solution with open source components

License

Notifications You must be signed in to change notification settings

hivemq/article-java-mqtt-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Article-java-mqtt-stack

This repository includes all information to run the described sample from the article for building a full stack MQTT solution with java based open source components.

Steps to run the full Example

Prerequisites

  • Java 11
  • Maven

Message Broker

Backend MQTT Client

  • Compile and build java-mqtt-client example from the module
  • Details are described in java-mqtt-client/README.md
  • Start Main class from java-mqtt-client via IDE or as java -jar java-mqtt-client/target/backend-client-1.0-SNAPSHOT.jar

MQTT Command Line Interface

  • Get a package of your choice from HiveMQ-CLI via MQTT CLI github
  • Install mqtt-cli or build the jar (gradle build)
  • Run the script example-devices.sh

Further Documentation

About

Sample code for building a full stack MQTT solution with open source components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published