Skip to content
develop
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

JMQTT-Broker

JMQTT-Broker is an open source (GPL v3) Java based MQTT Broker with network implementation based on Java.NIO.2

Dependencies for building

java 13+

Ubuntu:
sudo wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
sudo apt-get install adoptopenjdk-13-hotspot
Windows: Windows x64 installer
MacOS: MacOS x64 installer

Docker

Ubuntu: installation guide
Windows: installation guide
MacOS: installation guide

Build

./gradlew buildSingleArtifact 

Run

./gradlew bootRun
You can’t perform that action at this time.