work on emane config
This commit is contained in:
parent
81e9bda65d
commit
d7280a3f6d
2 changed files with 1 additions and 2 deletions
|
@ -45,5 +45,4 @@ class CanvasAction:
|
|||
def display_emane_configuration(self):
|
||||
app = self.canvas.core.app
|
||||
dialog = EmaneConfiguration(self.master, app, self.node_to_show_config)
|
||||
print(dialog)
|
||||
dialog.show()
|
||||
|
|
|
@ -136,7 +136,7 @@ class CoreClient:
|
|||
response = self.client.get_mobility_configs(self.session_id)
|
||||
logging.info("mobility configs: %s", response)
|
||||
for node_id in response.configs:
|
||||
node_config = response.config[node_id].config
|
||||
node_config = response.configs[node_id].config
|
||||
config = {x: node_config[x].value for x in node_config}
|
||||
self.mobilityconfig_management.configurations[node_id] = config
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue