Readme updated

This commit is contained in:
Fr4nz D13trich 2025-10-15 08:21:42 +02:00
parent e1ff33a39a
commit f66835cb9e
8 changed files with 0 additions and 224 deletions

View file

@ -1,7 +1,5 @@
# LoMeS
<!--<img src="https://meshtastic.org/design/logo/svg/Mesh_Logo_White.svg" alt="Meshtastic" width="100" height="100">-->
**LOcal MEshtastic Server** _in development_
Idea is to:
@ -12,30 +10,3 @@ Idea is to:
- and **maybe** connect to mobile clients in the far future.
- check progress [here](https://lab.c95.org/fr4nz/LoMeS/src/branch/main/assets/notes/notes.md)
---
## 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:
```bash
sudo apt install -y git
```
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
chmod +x dev_env_setup.sh && sudo ./dev_env_setup.sh
```
5. Start developing