mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-04-06 04:55:57 -04:00
Added loader for BackboneInterface
This commit is contained in:
parent
ebb8a35129
commit
c5bc92e4ea
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user