LoMeS Local Meshtastic Server
Find a file
2025-10-20 13:38:34 +02:00
assets Setup.sh updated 2025-10-18 20:30:17 +02:00
static Structure change 2025-10-20 13:38:34 +02:00
templates Structure change 2025-10-20 13:38:34 +02:00
lomes-app.py Some new features 2025-10-16 17:11:10 +02:00
lomes-setup.sh Setup.sh updated 2025-10-20 12:25:49 +02:00
README.md Readme updated 2025-10-15 08:15:35 +02:00

Meshtastic

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, js and php and make it a bit prettier than the original.
  • code a backend utilising flask, python, python3-meshtastic and python3-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

  1. Flash Raspberry Pi OS lite 64bit
  2. Install git:
sudo apt install -y git
  1. Clone repository
git clone https://lab.c95.org/fr4nz/LoMeS.git && cd LoMeS
  1. Run development environment setup
chmod +x lomes-setup.sh && sudo ./lomes-setup.sh
  1. Start developing