From a8293918ff7704b08389df25bba0785679aac481 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 25 Jul 2024 10:42:13 -0700 Subject: [PATCH] publicChFuse --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2fce0b..c08662f 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,18 @@ Store and Fowrward like message replay with `messages` and there is a repeater m ## pong_bot.sh Stripped down bot, mostly around for archive purposes. The mesh-bot enhanced modules can be disabled by config. +## Hardware +Project is written in linux on a pi, should work anywhere meshtastic python module will funciton, with any supported meshtastic hardware/firmware. +- Note the pico will not run meshtastic python module (July-2024) + + ## Install - Clone the project with `git clone https://github.com/spudgunman/meshing-around` -- `install.sh` will automate optional venv and requirements install -- `launch.sh` will activate and launch the app in the venv if built + - code is under a lot of development so check back often `git pull` +- Copy [`config.template`](config.template) to `config.ini` and edit for your needs +- Optionally + - `install.sh` will automate optional venv and requirements install + - `launch.sh` will activate and launch the app in the venv if built ### Configurations copy the [`config.template`](config.template) to `config.ini` set the appropriate interface for your method (serial/ble/tcp).