Replies: 4 comments 2 replies
-
|
yggdrasil uses TCP - it doesn't care what's underneath (e.g. I commonly go over Batman ethernet radio mesh). HOWEVER, Lora is low bandwidth, which might make standard TCP unreliable. There are variations on TCP designed for low bandwidth and/or high latency. E.g. a solar system mesh has to deal with latencies of many hours. (And we'll never know whether the delay is in going out or coming back - anisotropy :-) ) |
Beta Was this translation helpful? Give feedback.
-
|
I have similar quesitions. It seems similar to reticulum. Like it's decentralized, and the pubkey is the address, and all traffic is encrypted. Reticulum works great over LoRA, because it's very small messages (think chat, and maybe some multi-packet larger messages.) In routing, there is also ideas like "forwarders" that take packets from 1 network and resend on another network (so you can bridge local lora to internet.) I think it'd be cool to use yggdrasil over LoRA. it could even directly use rNode (the reticulum device-firmware) since that acts as a sort of LoRA modem. Additionally, I'd be very interested in making a client directly on a standalone lowend device (like Cardputer and/or CYD.)
|
Beta Was this translation helpful? Give feedback.
-
|
There is a project called NNCP, which works like UUCP but is designed for low bandwidth mesh applications. UUCP would also work, but NNCP has additional features like encryption and authentication (which require additional layers like gpg for UUCP). UUCP was our mesh network back in the 80s. UUCP tools tracked the peers of every node, and compiled an optimized routing table for each address. UUCP/NNCP send files - not packets. And keep plugging away at a file for as long as it takes. |
Beta Was this translation helpful? Give feedback.
-
|
I think it's possible, but the latency is high and the speed is not high. I know MeshTactic supports IP tunnels, but it requires a 30-second latency. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can Yggdrasil mesh over PJON or Lora? What need to be done to make it so?
Beta Was this translation helpful? Give feedback.
All reactions