aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 7efd50dd562e60acfb051ce2e9588cdda8ad47e3 (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 -d --build
```