41 lines
No EOL
1.4 KiB
Markdown
41 lines
No EOL
1.4 KiB
Markdown
# 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:
|
|
- 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](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 && git switch dev-1
|
|
```
|
|
4. Run development environment setup
|
|
```bash
|
|
chmod +x dev_env_setup.sh && sudo ./dev_env_setup.sh
|
|
```
|
|
5. Start developing |