Experiments with Meshtastic 🛰️ https://meshtastic.org
Go to file
Dionysus 1b0616daca
Added notes and link to t-deck case
2024-04-27 04:20:27 -04:00
LICENSE Initial commit 2024-04-25 13:22:05 -04:00
README.md Added notes and link to t-deck case 2024-04-27 04:20:27 -04:00
meshirc.py Added IRC skeleton, serial comms improved, starting to add TCP interfacing still 2024-04-27 04:15:59 -04:00
meshtastic_serial.py Added IRC skeleton, serial comms improved, starting to add TCP interfacing still 2024-04-27 04:15:59 -04:00

README.md

Meshtastic

Experiments with Meshtastic, MQTT, Lora, & more....

WORK-IN-PROGRESS

Here I will be just throw up random bits of code I write as I experiment more with these Meshtastic devices.

Currently using a Lilygo T-Deck & a Heltec Lora 32 v3 for testing.

I am waiting on a Lilygo T-Beam & a RAK Wireless 4631 to arrive for expanding my network & conducting more testing.

Reading device packets over serial or TCP allows you to see the decoded data easily & fast. I have plans to add MQTT interfacing to this repository, but note that this requires you to decrypt incomming packet payloads using the channels PSK. We will get to that in the future.

The goal is to experiment with the possibilities of Python as a means of interfacing with a Meshtastic device, playing with basic I/O operations, etc. My first project is going to be a relay for IRC & Meshtastic to communicate.

Notes

  • T-Deck is must have Wifi turned off when going mobiel (Unstable UI & connection)
  • T-Deck using a custom MQTT with TLS & auth will cause a reboot loop (Need to fix this ASAP)
  • Add support for interfacing over MQTT with decryption support

Updates

  • Threw in an IRC skeleton where the serial controller will interface with. Will have to consider how handle asyncronous comms over serial...

Mirrors for this repository: acid.vegasSuperNETsGitHubGitLabCodeberg