Question about mesh networking support #185
Replies: 1 comment 7 replies
-
Yes, absolutely, stuff like this is really where Reticulum shines. You can interconnect any number of physically separate networks over any kind of medium. Reticulum is both a protocol for local, independent networks, and an inter-net protocol. The different regions don''t even need to know about each other in advance, and you don't have to pre-coordinate anything for it to work. In practice, the easiest thing is probably to have one or two Reticulum Transport Instances in each region, that are connected over the Internet to the Transport Instances of the other regions. You could set up a single "hub" accessible to all regions over the Internet, or connect them all to each other directly. Or if you want to avoid the Internet all together, supply your own physical connections between the regions with whatever you can, and just add those connections to one or more of the transport instances in each region. Once there is some sort of connectivity, physical or virtual, Reticulum handles the rest, and all endpoints have full connectivity to all other endpoints. |
Beta Was this translation helpful? Give feedback.
-
So in terms of building a multi-region mesh with LoRa using Reticulum, is there any current infrastructure in place in terms of connecting regional meshes that are too far apart? This is an option with MQ on Meshtastic but not a very flexible design.
I am currently looking at using the HAL from SX1303 for this, to act as an exit node of sorts for messages that cannot be delivered regionally based on distance.
Beta Was this translation helpful? Give feedback.
All reactions