No description
Find a file
lichenblankie c5d8d350a6 single-command startup
app.py now auto-starts the gateway HTTP server in a daemon thread,
so users only need `python app.py` to get everything running. The
gateway calls dispatch_request directly when co-located (local mode)
instead of trying to establish an RNS link to itself. Bookmarklet
hardcoded to localhost:8080. gateway.py still works standalone for
connecting to remote instances.
2026-06-05 05:29:35 +00:00
.gitignore ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00
app.py single-command startup 2026-06-05 05:29:35 +00:00
db.py wired up mesh subscriptions + search 2026-06-05 05:29:35 +00:00
gateway.py single-command startup 2026-06-05 05:29:35 +00:00
handlers.py single-command startup 2026-06-05 05:29:35 +00:00
index.db bound to 0.0.0.0, dynamic Host header 2026-06-05 05:29:35 +00:00
README.md first commit 2026-06-05 05:22:37 +00:00
requirements.txt ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00
rns_client.py wired up mesh subscriptions + search 2026-06-05 05:29:35 +00:00
templates.py ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00