5 ms·
Would say your understanding is correct. It uses something similar to a "gossip" protocol where the public keys of other users are advertised. So it gets ride
by nunobrito 1mo ago
Would say your understanding is correct. It uses something similar to a "gossip" protocol where the public keys of other users are advertised.
So it gets ride of IP addresses and can jump boundaries between different network types. I'm using it for BLE to BLE communication, I've seen videos of people using it for USB to USB communication. There aren't many limitations as long as data can flow.
- eterps 1mo ago> I've seen videos of people using it for USB to USB communication. How would that work? Do you have a link?
- nunobrito 1mo agoWas trying to find it but hard. Reticulum only needs some kind of way for bytes to move from one point to another. So USB with the serial data line works as well. On the video was using for an embedded device without WiFi nor Bluetooth to communicate with the host computer where it was connected.