daemon: added core player writer and player to core library and added wireless event handling, fixed issues with wireless nodes being written to xml
This commit is contained in:
parent
ba0e4adb04
commit
5d4642006c
5 changed files with 461 additions and 230 deletions
|
@ -96,6 +96,7 @@ TYPE_MAP: Dict[Tuple[NodeType, str], ImageEnum] = {
|
|||
(NodeType.HUB, ""): ImageEnum.HUB,
|
||||
(NodeType.SWITCH, ""): ImageEnum.SWITCH,
|
||||
(NodeType.WIRELESS_LAN, ""): ImageEnum.WLAN,
|
||||
(NodeType.WIRELESS, ""): ImageEnum.WIRELESS,
|
||||
(NodeType.EMANE, ""): ImageEnum.EMANE,
|
||||
(NodeType.RJ45, ""): ImageEnum.RJ45,
|
||||
(NodeType.TUNNEL, ""): ImageEnum.TUNNEL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue