deadmesh UX Philosophy
Smart Mesh Routing
Goal: Give every user a clear, predictable, and delightful experience even when the LoRa mesh is slow, lossy, or duty-cycle limited.
The mesh:// URL scheme
Prefix any URL with mesh:// to instantly switch into mesh-optimized mode.
Normal internet: http://en.wikipedia.org/wiki/Meshtastic
Mesh-optimized: mesh://en.wikipedia.org/wiki/Meshtastichttp://= best-effort (normal rules may still apply)mesh://= aggressive optimization: text-only, stripped media, heavy compression, smart caching
This gives users explicit intent and removes all guesswork.
Quick Cheat Sheet
| You type | What you get | Best for |
|---|---|---|
http://wikipedia.org |
Normal page (may be filtered or throttled) | Decent signal / short session |
mesh://wikipedia.org |
Clean text-only version (~98% smaller) | Long sessions, poor signal |
mesh://api.example.com/data |
Raw JSON (no HTML transformation) | Apps, scripts, structured data |
mesh://youtube.com/watch?v=… |
Friendly denial + alternatives | Never — YouTube is not mesh-friendly |