aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9c839f99feb2b24d4c29f5e1eecc1d53cb4415c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# mqtt

Documentation and source code for departmental mqtt server hosted at https://mosquitto.chem.wisc.edu.

To prepare (starting with Ubuntu 20.04)
```
$ apt install docker.io
$ apt install docker compose
```

This machine needs the following ports to be open to the campus network:
- 80 (http)
- 1883 (mqtt)
- 8086 (influxdb)

To run:
```
$ docker-compose up --build
```