mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-17 13:24:49 -07:00
Added loader for BackboneInterface
This commit is contained in:
@@ -663,6 +663,10 @@ class Reticulum:
|
||||
interface = AutoInterface.AutoInterface(RNS.Transport, interface_config)
|
||||
interface_post_init(interface)
|
||||
|
||||
if c["type"] == "BackboneInterface":
|
||||
interface = BackboneInterface.BackboneInterface(RNS.Transport, interface_config)
|
||||
interface_post_init(interface)
|
||||
|
||||
if c["type"] == "UDPInterface":
|
||||
interface = UDPInterface.UDPInterface(RNS.Transport, interface_config)
|
||||
interface_post_init(interface)
|
||||
|
||||
Reference in New Issue
Block a user