updates for working label drawing on wireless links in pygui, will display sinr values on emane links

This commit is contained in:
Blake Harnden 2020-04-15 12:41:09 -07:00
parent 86b0c07764
commit 23562cd294
6 changed files with 64 additions and 42 deletions

View file

@ -687,6 +687,7 @@ message Link {
Interface interface_two = 5;
LinkOptions options = 6;
int32 network_id = 7;
string label = 8;
}
message LinkOptions {