Do interface announcements work with more exotic interfaces
Started by welo ·
I'm thinking specifically pipe and serial interfaces for usage with programs such as https://github.com/matvik22000/rns-over-icmp or https://github.com/x3ps/rns-over-email though there might be other use cases for non internet things that you still might want to people to connect through; For these types of use cases, would setting the discoverable parameter to true make it periodically announcement this interface? could you set reachable_on as your ip address along with link to one of the above repos to allow people to easily connect.
RNS/Discovery.py:37:
DISCOVERABLE_INTERFACE_TYPES = ["BackboneInterface", "TCPServerInterface", "TCPClientInterface",
"RNodeInterface", "WeaveInterface", "I2PInterface", "KISSInterface"]
K8 wrote:
RNS/Discovery.py:37:DISCOVERABLE_INTERFACE_TYPES = ["BackboneInterface", "TCPServerInterface", "TCPClientInterface", "RNodeInterface", "WeaveInterface", "I2PInterface", "KISSInterface"]
What is a WeaveInterface because I've never of that one prior.
I'll also note that https://directory.rns.recipes/ includes PipeInterface and SerialInterface as an option, so that's a bug given that it can't be discoverable.
@welo Let me fix that real quick lol, my bad.
welo wrote:
What is a WeaveInterface because I've never of that one prior.