2025-10-01 13:46:14 +02:00
# LoMeS
2025-10-08 15:33:15 +02:00
< img src = "https://meshtastic.org/design/logo/svg/Mesh_Logo_White.svg" alt = "Meshtastic" width = "100" height = "100" >
2025-10-06 08:02:52 +02:00
2025-10-09 13:18:05 +02:00
**LOcal MEshtastic Server** _in development_
2025-10-09 13:19:37 +02:00
2025-10-09 13:18:05 +02:00
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` .
2025-10-09 13:19:37 +02:00
- make it as light but versatile as possible _let's see how this is gonna work out..._
2025-10-09 13:18:05 +02:00
- check progress [here ](https://lab.c95.org/fr4nz/LoMeS/src/branch/main/assets/notes/notes.md )
2025-10-01 13:50:33 +02:00
---
2025-10-06 07:46:54 +02:00
## Hardware
2025-10-09 12:28:26 +02:00
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.
2025-10-06 07:46:54 +02:00
2025-10-09 13:18:05 +02:00
## Hard & Firmware
2025-10-06 07:46:54 +02:00
2025-10-09 13:21:24 +02:00
- Raspberry Pi 4B | _RPI OS lite (Debian 13 | Trixie)_
- RAK Wisblock | _FW 2.6.11_
- Heltec V3 | _FW 2.6.11_
2025-10-09 12:28:26 +02:00
## Development Setup
1. Flash Raspberry Pi OS lite 64bit
2. Install dependencies:
```bash
sudo apt install --install-suggests -y nginx python3-meshtastic python3-flask python3-requests
```
2025-10-09 12:58:44 +02:00
3. Configure `nginx` the way you need | _or use the example config located [here](https://lab.c95.org/fr4nz/LoMeS/src/branch/main/assets/config/nginx/nginx.conf) edit at least lines 9 & 15 - 18 to your needs_
2025-10-09 12:28:26 +02:00
4. Start developing