Reticulum + MeshCore mesh networking backend for rSpace
Go to file
Jeff Emmett f04dcbfa79 Initial commit: rMesh Reticulum + MeshCore backend
Dual-stack mesh networking backend for rSpace:
- Reticulum (rnsd + lxmd) for encrypted Internet backbone
- MeshCore (meshcore_py) for LoRa mesh via companion protocol
- FastAPI bridge with unified REST API on port 8000
- Supervisord manages rnsd, lxmd, and uvicorn processes
- Hardware BOM and gateway setup documentation

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 16:42:10 +00:00
app Initial commit: rMesh Reticulum + MeshCore backend 2026-04-06 16:42:10 +00:00
config Initial commit: rMesh Reticulum + MeshCore backend 2026-04-06 16:42:10 +00:00
docs Initial commit: rMesh Reticulum + MeshCore backend 2026-04-06 16:42:10 +00:00
.env.example Initial commit: rMesh Reticulum + MeshCore backend 2026-04-06 16:42:10 +00:00
.gitignore Initial commit: rMesh Reticulum + MeshCore backend 2026-04-06 16:42:10 +00:00
Dockerfile Initial commit: rMesh Reticulum + MeshCore backend 2026-04-06 16:42:10 +00:00
docker-compose.yml Initial commit: rMesh Reticulum + MeshCore backend 2026-04-06 16:42:10 +00:00
entrypoint.sh Initial commit: rMesh Reticulum + MeshCore backend 2026-04-06 16:42:10 +00:00
requirements.txt Initial commit: rMesh Reticulum + MeshCore backend 2026-04-06 16:42:10 +00:00
supervisord.conf Initial commit: rMesh Reticulum + MeshCore backend 2026-04-06 16:42:10 +00:00