updates to support multiple links between nodes in pygui, initially handling multiple wireless links

This commit is contained in:
Blake Harnden 2020-04-14 15:51:28 -07:00
parent cd8157eff7
commit 3c4a908fd5
6 changed files with 97 additions and 20 deletions

View file

@ -84,6 +84,7 @@ def handle_link_event(event: LinkData) -> core_pb2.LinkEvent:
interface_one=interface_one,
interface_two=interface_two,
options=options,
network_id=event.network_id,
)
return core_pb2.LinkEvent(message_type=event.message_type.value, link=link)