No description
Find a file
Derick Phan 4e4cc69e0f
Single-command startup and fix bookmarklet
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.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-25 23:01:54 -07:00
.gitignore Migrate TinyWeb to Reticulum mesh network 2026-03-25 22:18:24 -07:00
app.py Single-command startup and fix bookmarklet 2026-03-25 23:01:54 -07:00
db.py Add Reticulum-native subscriptions and sync-based distributed search 2026-03-25 22:51:22 -07:00
gateway.py Single-command startup and fix bookmarklet 2026-03-25 23:01:54 -07:00
handlers.py Single-command startup and fix bookmarklet 2026-03-25 23:01:54 -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
rns_client.py Add Reticulum-native subscriptions and sync-based distributed search 2026-03-25 22:51:22 -07:00
templates.py Migrate TinyWeb to Reticulum mesh network 2026-03-25 22:18:24 -07:00