modified emane link monitor to send labels containing sinr values to sdt

This commit is contained in:
Blake Harnden 2020-03-31 21:09:20 -07:00
parent 091131fe5c
commit b29f640547
3 changed files with 64 additions and 10 deletions

View file

@ -96,6 +96,7 @@ class NodeData:
@dataclass
class LinkData:
message_type: MessageFlags = None
label: str = None
node1_id: int = None
node2_id: int = None
delay: float = None