Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simagix/mosquitto
MQTT Broker
https://github.com/simagix/mosquitto
Last synced: 20 days ago
JSON representation
MQTT Broker
- Host: GitHub
- URL: https://github.com/simagix/mosquitto
- Owner: simagix
- Created: 2016-02-28T22:03:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T01:28:06.000Z (almost 9 years ago)
- Last Synced: 2024-11-05T21:42:17.092Z (2 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mosquitto Broker
### Keywords
- MQTT
- Mosquitto### Docker Build
```
docker build -t simagix/mosquitto-rpi:1.4.8
```### Docker Run
```
docker run -p 1883:1883 -d simagix/mosquitto-rpi
```### Build for Raspberry PI
```
docker build -t simagix/mosquitto-rpi:1.4.8 -f Dockerfile.rpi .
```