From c8567fec6e7a8f6b6a133076ba6e9b3cb4dd9000 Mon Sep 17 00:00:00 2001 From: madeofstown <33820964+madeofstown@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:24:51 -0800 Subject: [PATCH] Update README.md More changes to reflect the addition of `config.ini` --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b1d0bd3..0865e74 100644 --- a/README.md +++ b/README.md @@ -26,16 +26,14 @@ You also need to install `graphviz`: ``` bash sudo apt-get install graphviz ``` -Edit `config.ini` to change the MQTT server and topic +Edit `config.ini` to change the MQTT server, username, password, and topic(s) as necessary. -Other Options: -* `port` - - Web server port, default is `8081` +You may also change the web server port from the ***default 8081***. +https://github.com/madeofstown/meshview/blob/c9d65a078af5e71a6815c142dbb11e5868f8885b/config.ini#L1-L15 ## Running Meshview ``` bash ./env/bin/python main.py ``` -Now you can hit http://localhost/ +Now you can hit http://localhost:8081/