Sync lora messages with irc/discord(?)
Find a file
2024-06-09 11:36:02 -07:00
.gitignore Initial commit 2024-06-06 21:35:25 -07:00
LICENSE Initial commit 2024-06-06 21:35:25 -07:00
main.py quick fix so Telemetry/position works 2024-06-09 11:36:02 -07:00
message.txt process should register message from mesh and transfer over to irc 2024-06-09 11:03:59 -07:00
mirror.py simplify 2024-06-07 15:18:35 -07:00
README.md process should register message from mesh and transfer over to irc 2024-06-09 11:03:59 -07:00
requirements.txt process should register message from mesh and transfer over to irc 2024-06-09 11:03:59 -07:00
send_to_irc.py process should register message from mesh and transfer over to irc 2024-06-09 11:03:59 -07:00
sub_to_tcp.py process should register message from mesh and transfer over to irc 2024-06-09 11:03:59 -07:00

lora_sync

How to use:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py