From d37b7d08e7160b8c8aafc1c939f6837f12607f5c Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Fri, 1 Oct 2021 16:50:05 +0200 Subject: [PATCH] docs --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b6c8db7..07dc601 100644 --- a/README.md +++ b/README.md @@ -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 +```