From 46997b1f9548e6dd2753cfa20ad1e3e53c663a0d Mon Sep 17 00:00:00 2001 From: ag Date: Tue, 26 Nov 2024 11:41:43 -0700 Subject: [PATCH] Prototype cleanup 2 --- readme.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/readme.md b/readme.md index a201d6a2..b73ecb68 100644 --- a/readme.md +++ b/readme.md @@ -31,8 +31,25 @@ pip install -r requirements.txt cd src +cp .piermesh.example .piermesh + +Set the TransceiverPort (you should have this from setting up your Meshtastic device) + +Set the PSK, this should match the PSK of node's you want to connect with + python run.py ``` +You should now be able to access the web interface at port 5000 of the machine you set up on (likely localhost:5000) + +Make sure to click connect at the top of the page to initialize your websocket connection, after this you can use the utilities provided + +Hopper: proxy requests to the main internet + +Catch: browse for a Catch/website on PierMesh + +Catch Editor: create and publish a Catch onto PierMesh + +Bubble: send peer to peer messages (and art using the pixel art tool) to other nodes # License text