this post was submitted on 12 Aug 2026
166 points (95.1% liked)

Open Source

48421 readers
417 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 7 years ago
MODERATORS
 

No internet required... In this video, I build a public Reticulum node and test whether it can bridge completely different networks into one encrypted communication path. I send messages from a normal phone over LTE, through the internet and Starlink, then off-grid over LoRa—eventually using a $20 drone-mounted relay to reach a phone with no internet connection at all.

repo: https://github.com/markqvist/reticulum

you are viewing a single comment's thread
view the rest of the comments
[–] sculptor0725@sh.itjust.works 9 points 1 day ago (1 children)

That was the thing that made me think reticulum was worth pursuing actually. It does work over a lot of stuff besides lora. You can mesh WiFi routers or other protocols. The issue is bandwidth ota since so much is dedicated to commercial stuff, but you can route reticulum over that including through i2p for anonymity. Meshtastic very much focuses on lora only, reticulum does not.

[–] Telorand@reddthat.com 4 points 22 hours ago

Yep, I agree with all of that. The original source here is specifically using LoRA, which is why I focused upon it, but Reticulum is certainly more than that.