From e6b8f2459953a96c393635962a57701339e618fa Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Tue, 15 Sep 2015 15:05:51 +0200 Subject: [PATCH] add link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0194816..2647c2e 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ ot-recorder --hosted "owntracks/#" Note in particular the `--hosted` option: you specify neither a host name or a port number; the _recorder_ has those built-in, and it uses a specific _clientID_ for the MQTT connection. Other than that, there is no difference between the _recorder_ connecting to Hosted or to your private MQTT broker. +When the recorder has received a publish or two, visit it with your favorite Web browser by pointing your browser at `http://127.0.0.1:8083`. ## Design decisions