LoMeS
Local Meshtastic Server
| assets | ||
| static | ||
| templates | ||
| lomes-app.py | ||
| lomes-setup.sh | ||
| README.md | ||
LoMeS
LOcal MEshtastic Server in development
Idea is to:
- develop an offline Meshtastic server, running in your local network and nowhere else.
- create a web app, coded in
html,css,jsandphpand make it a bit prettier than the original. - code a backend utilising
flask,python,python3-meshtasticandpython3-requests. - make it as light but versatile as possible let's see how this is gonna work out...
- and maybe connect to mobile clients in the far future.
- check progress here
Hardware
for now everything will be developed and tested on Raspberry Pi 3B and newer acting as server and as LoRa Modules RAK WisBlock 4631 with RAK 19007 Board as well as Heltec V3 connected via USB/UART.
Hard & Firmware
- Raspberry Pi 4B | RPI OS lite (Debian 13 | Trixie)
- RAK Wisblock | FW 2.6.11
- Heltec V3 | FW 2.6.11
Development Setup
- Flash Raspberry Pi OS lite 64bit
- Install git:
sudo apt install -y git
- Clone repository
git clone https://lab.c95.org/fr4nz/LoMeS.git && cd LoMeS
- Run development environment setup
chmod +x lomes-setup.sh && sudo ./lomes-setup.sh
- Start developing