2025-10-01 13:46:14 +02:00
# LoMeS
2025-10-14 14:38:16 +02:00
< img src = "assets/images/lomes.svg" alt = "Meshtastic" 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:
2025-10-11 17:23:34 +02:00
- develop an offline Meshtastic server, running in your local network and **nowhere** else.
2025-10-09 13:18:05 +02:00
- 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 15:42:38 +02:00
- and **maybe** connect to mobile clients in the far future.
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
2025-10-11 17:21:19 +02:00
2. Install git:
2025-10-09 12:28:26 +02:00
```bash
2025-10-11 17:21:19 +02:00
sudo apt install -y git
2025-10-09 12:28:26 +02:00
```
2025-10-11 17:21:19 +02:00
3. Clone repository
```bash
git clone https://lab.c95.org/fr4nz/LoMeS.git & & cd LoMeS & & git switch dev-1
```
4. Run development environment setup
```bash
2025-10-14 14:38:16 +02:00
chmod +x lomes-setup.sh & & sudo ./lomes-setup.sh
2025-10-11 17:21:19 +02:00
```
5. Start developing