mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-17 20:18:57 -04: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_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…
Add table
Add a link
Reference in a new issue