LoMeS Local Meshtastic Server
Find a file
2025-10-10 15:12:52 +02:00
assets Script & Deps updated 2025-10-10 15:12:52 +02:00
dev_env_setup.sh Script & Deps updated 2025-10-10 15:12:52 +02:00
README.md Several updates in scripts 2025-10-09 15:42:38 +02:00

LoMeS

LOcal MEshtastic Server in development

Idea is to:

  • develop an offline web app client and python backend, 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 dependencies:
sudo apt install --install-suggests -y nginx python3-meshtastic python3-flask python3-requests
  1. Configure nginx the way you need | or use the example config located here edit at least lines 9 & 15 - 18 to your needs
  2. Start developing