ported everything 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
This commit is contained in:
parent
7caafd665c
commit
4b4e7e8081
7 changed files with 1027 additions and 511 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
__pycache__/
|
||||
tinyweb_identity
|
||||
index.db
|
||||
Loading…
Add table
Add a link
Reference in a new issue