This commit is contained in:
Paolo Asperti 2021-10-01 16:50:05 +02:00
parent 9c37677a99
commit d37b7d08e7
Signed by: paspo
GPG Key ID: 06D46905D19D5182
1 changed files with 9 additions and 0 deletions

View File

@ -3,3 +3,12 @@
OpenPDU is an OpenHardware and OpenSource project for a network-connected PDU.
We want to build the best firmware possible for a smart PDU, giving you the possibility to customize your own. You can build a custom PDU or retrofit an existing one. You can control as many outlet as you want, and manage a shared UPS.
## development tips
### start a local mqtt container
```bash
docker run --rm -d --name mqtt -p 1883:1883 docker.asperti.com/paspo/mqtt
docker logs -f mqtt
```