mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-18 09:52:49 -05:00
Added loader for BackboneInterface
This commit is contained in:
parent
ebb8a35129
commit
c5bc92e4ea
1 changed files with 4 additions and 0 deletions
|
|
@ -663,6 +663,10 @@ class Reticulum:
|
||||||
interface = AutoInterface.AutoInterface(RNS.Transport, interface_config)
|
interface = AutoInterface.AutoInterface(RNS.Transport, interface_config)
|
||||||
interface_post_init(interface)
|
interface_post_init(interface)
|
||||||
|
|
||||||
|
if c["type"] == "BackboneInterface":
|
||||||
|
interface = BackboneInterface.BackboneInterface(RNS.Transport, interface_config)
|
||||||
|
interface_post_init(interface)
|
||||||
|
|
||||||
if c["type"] == "UDPInterface":
|
if c["type"] == "UDPInterface":
|
||||||
interface = UDPInterface.UDPInterface(RNS.Transport, interface_config)
|
interface = UDPInterface.UDPInterface(RNS.Transport, interface_config)
|
||||||
interface_post_init(interface)
|
interface_post_init(interface)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue