https://github.com/simagix/mosquitto
MQTT Broker
https://github.com/simagix/mosquitto
Last synced: 5 months ago
JSON representation
MQTT Broker
- Host: GitHub
- URL: https://github.com/simagix/mosquitto
- Owner: simagix
- Created: 2016-02-28T22:03:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-29T01:28:06.000Z (over 10 years ago)
- Last Synced: 2025-04-10T00:45:05.863Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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 .
```