updates for working label drawing on wireless links in pygui, will display sinr values on emane links
This commit is contained in:
parent
86b0c07764
commit
23562cd294
6 changed files with 64 additions and 42 deletions
|
@ -85,6 +85,7 @@ def handle_link_event(event: LinkData) -> core_pb2.LinkEvent:
|
|||
interface_two=interface_two,
|
||||
options=options,
|
||||
network_id=event.network_id,
|
||||
label=event.label,
|
||||
)
|
||||
return core_pb2.LinkEvent(message_type=event.message_type.value, link=link)
|
||||
|
||||
|
|
|
@ -371,6 +371,7 @@ def convert_link(session: Session, link_data: LinkData) -> core_pb2.Link:
|
|||
interface_two=interface_two,
|
||||
options=options,
|
||||
network_id=link_data.network_id,
|
||||
label=link_data.label,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue