-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hello! I found your project and find the concept to be fascinating and just what I am looking for. However, I am trying to use it with a program called Reticulum that runs on a raspberry pi which is connected to a device called an Rnode, which is for lora mesh networks. I want to access Reticulum on the raspberry pi using an Android phone app called Sideband, which also uses reticulum. The only requirement is that network peer discovery support IPV6.
Is this supported with your router script or if not, would you consider adding it?
Here is some more information about this fascinating mesh networking project:
https://github.com/markqvist/Reticulum
https://reticulum.network/manual/interfaces.html#interfaces-tcpc
The AutoInterface enables communication with other discoverable Reticulum nodes over any kind of local Ethernet or WiFi-based medium. Even though it uses IPv6 for peer discovery, and UDP for packet transport, it does not need any functional IP infrastructure like routers or DHCP servers, on your physical network.
As long as there is at least some sort of switching medium present between peers (a wired switch, a hub, a WiFi access point or similar, or simply two devices connected directly by Ethernet cable), it will work without any configuration, setup or intermediary devices.
For AutoInterface peer discovery to work, it’s also required that link-local IPv6 support is available on your system, which it should be by default in all current operating systems, both desktop and mobile.