No description
Find a file
lichenblankie e93b65b4a4 port to Reticulum mesh
Replace HTTP server with Reticulum-native architecture. The server
now speaks only Reticulum, with a client-side gateway providing
browser access by translating HTTP to/from RNS requests.

- Extract db layer (db.py), templates (templates.py), handlers (handlers.py)
- app.py is now the RNS server with persistent identity and destination
- gateway.py bridges HTTP on localhost:8080 to RNS link requests
- Add rns dependency, add .gitignore
2026-06-05 05:26:51 +00:00
.gitignore port to Reticulum mesh 2026-06-05 05:26:51 +00:00
app.py port to Reticulum mesh 2026-06-05 05:26:51 +00:00
db.py port to Reticulum mesh 2026-06-05 05:26:51 +00:00
gateway.py port to Reticulum mesh 2026-06-05 05:26:51 +00:00
handlers.py port to Reticulum mesh 2026-06-05 05:26:51 +00:00
index.db bind to 0.0.0.0, dynamic Host header 2026-06-05 05:26:51 +00:00
README.md first commit 2026-06-05 05:22:37 +00:00
requirements.txt port to Reticulum mesh 2026-06-05 05:26:51 +00:00
templates.py port to Reticulum mesh 2026-06-05 05:26:51 +00:00