Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simagix/mosquitto

MQTT Broker
https://github.com/simagix/mosquitto

Last synced: 20 days ago
JSON representation

MQTT Broker

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 .
```