No description
Find a file
Derick Phan f609f867ef
Migrate TinyWeb to Reticulum mesh network
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

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-25 22:18:24 -07:00
.gitignore Migrate TinyWeb to Reticulum mesh network 2026-03-25 22:18:24 -07:00
app.py Migrate TinyWeb to Reticulum mesh network 2026-03-25 22:18:24 -07:00
db.py Migrate TinyWeb to Reticulum mesh network 2026-03-25 22:18:24 -07:00
gateway.py Migrate TinyWeb to Reticulum mesh network 2026-03-25 22:18:24 -07:00
handlers.py Migrate TinyWeb to Reticulum mesh network 2026-03-25 22:18:24 -07:00
index.db update index.db 2026-03-26 05:06:53 +00:00
README.md first commit 2026-03-24 20:35:10 -07:00
requirements.txt Migrate TinyWeb to Reticulum mesh network 2026-03-25 22:18:24 -07:00
templates.py Migrate TinyWeb to Reticulum mesh network 2026-03-25 22:18:24 -07:00