Work on BackboneInterface

This commit is contained in:
Mark Qvist
2025-04-06 21:42:54 +02:00
parent b4d1d54ccb
commit df3c2cffb3
2 changed files with 41 additions and 20 deletions

View File

@@ -667,6 +667,10 @@ class Reticulum:
interface = BackboneInterface.BackboneInterface(RNS.Transport, interface_config)
interface_post_init(interface)
if c["type"] == "BackboneClientInterface":
interface = BackboneInterface.BackboneClientInterface(RNS.Transport, interface_config)
interface_post_init(interface)
if c["type"] == "UDPInterface":
interface = UDPInterface.UDPInterface(RNS.Transport, interface_config)
interface_post_init(interface)