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>
This commit is contained in:
Derick Phan 2026-03-25 22:17:51 -07:00
parent 5bceff3400
commit f609f867ef
No known key found for this signature in database
7 changed files with 1027 additions and 511 deletions

View file

@ -1,2 +1,3 @@
requests
beautifulsoup4
rns