add wireless network variable to CanvasGraph that maps a wireless/EMANE node to all MDRs connected to it
This commit is contained in:
parent
08e652633f
commit
d8f586bd2b
3 changed files with 25 additions and 0 deletions
|
@ -42,6 +42,10 @@ class CanvasGraph(tk.Canvas):
|
|||
self.edges = {}
|
||||
self.shapes = {}
|
||||
self.wireless_edges = {}
|
||||
|
||||
# map wireless/EMANE node to the set of MDRs connected to that node
|
||||
self.wireless_network = {}
|
||||
|
||||
self.drawing_edge = None
|
||||
self.grid = None
|
||||
self.shape_drawing = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue