Skip to content

PI2-Occhi/MQTTBroker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Eclipse MQTT Broker

Broker to enable MQTT protocol communication. Using the open-source eclipse server.

Setup Instructions

The setup can be done with or without docker. Using it is recommended to avoid environment-related errors. After launching the broker, it will be available on port 1883.

  1. Clone the repository and enter its directory
  2. Run docker-compose up to power on the message broker. The flag -d can be specified to omit logs and run the task in the background.

Without Docker

  1. Install mosquitto server: sudo apt-get install mosquitto
  2. Launch the broker specifying the config file, mosquitto -c config/mosquitto.conf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published