No description
Find a file
Derick Phan 9a9b5e0617
Add Reticulum-native subscriptions and sync-based distributed search
- Subscriptions now use Reticulum destination hashes instead of HTTP URLs
- All subscription syncing happens over encrypted RNS links (rns_client.py)
- Add remote_pages table for synced content from subscriptions
- Search results now include pages from synced subscriptions, grouped by source
- Remove HTTP dependency from subscription handlers

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-25 22:51:22 -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 Add Reticulum-native subscriptions and sync-based distributed search 2026-03-25 22:51:22 -07:00
gateway.py Migrate TinyWeb to Reticulum mesh network 2026-03-25 22:18:24 -07:00
handlers.py Add Reticulum-native subscriptions and sync-based distributed search 2026-03-25 22:51:22 -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