Blake Harnden
|
db89fbf066
|
updated and fixed formatting with proper version of python black
|
2023-06-13 21:49:50 -07:00 |
|
Blake Harnden
|
a80796ac72
|
daemon: added initial podman node support
|
2023-06-13 17:00:53 -07:00 |
|
Blake Harnden
|
e0e4b05b7f
|
gui/grpc: updated GetConfigServiceDefaults to require a session and node id, this will allow retrieving data with the context of the associated node
|
2023-06-08 20:40:49 -07:00 |
|
Blake Harnden
|
12d7a1ff2a
|
gui: fixed issue allowing duplicate named hook scripts
|
2023-06-08 14:59:40 -07:00 |
|
Blake Harnden
|
4a02d4bed9
|
gui: improve type hinting for ShowVar.state()
|
2023-04-13 21:48:39 -07:00 |
|
Blake Harnden
|
899800b925
|
daemon/gui: coverted remaining usages of old string formatting to f strings
|
2023-04-13 16:43:09 -07:00 |
|
Blake Harnden
|
4dba1bbe32
|
gui: updated usage of .format to f strings and small code cleanup for colorpicker
|
2023-04-13 16:30:35 -07:00 |
|
Blake Harnden
|
e7351b594d
|
gui: updated core.gui to not use deprecated type hinting
|
2023-04-13 15:53:16 -07:00 |
|
Blake Harnden
|
2eb29525de
|
gui: fix issue deleting nodes/links attached to rj45 nodes
|
2023-04-10 08:13:01 -07:00 |
|
Blake Harnden
|
03fe74c195
|
gui: fix issue when joining a session with an rj45 node and assigning an interface, whichw ill later cause an error when configuring the rj45 node
|
2023-03-28 12:37:25 -07:00 |
|
Blake Harnden
|
93272d6ed7
|
daemon: formatting changes related to updating the python black formatter
|
2023-02-03 15:53:44 -08:00 |
|
Blake Harnden
|
f422d05215
|
gui: fixed issue not displaying emane configs that are generally configured for a node, was attempting only interface specific or emane net fallback
|
2022-12-09 10:29:41 -08:00 |
|
Blake Harnden
|
a84e689478
|
updated emane demo example files provided by gui to align with latest changes
|
2022-12-05 10:54:34 -08:00 |
|
Blake Harnden
|
a787f46719
|
daemon: fixed issue when setting default wlan config for a wlan node, using the session id instead of the node id
|
2022-12-05 10:26:46 -08:00 |
|
Blake Harnden
|
898a4f7c84
|
gui: updated custom nodes to use config services and updated labels to reflect that
|
2022-10-14 21:40:40 -07:00 |
|
Blake Harnden
|
8e2593c9e0
|
gui: fixed error related to finalizing linked nodes due to recent throughput correction
|
2022-10-14 10:57:00 -07:00 |
|
Blake Harnden
|
e0a21fb099
|
gui: improved throughputs start/stop to coincide with session start and stop based on a tracked variable
|
2022-10-12 20:53:59 -07:00 |
|
Blake Harnden
|
b5b7b8cdf9
|
grpc: updates to fix throughput parsing, accounting for new connection changes, now supports throughput for network to network links
|
2022-10-12 14:04:48 -07:00 |
|
Blake Harnden
|
88ccd1f194
|
gui: fixed issue updating preferences, resulting in nodes changing to a default icon
|
2022-09-10 10:06:40 -07:00 |
|
Blake Harnden
|
0a0248d8b2
|
gui: fixed issue where wireless edges were not properly attempting to arc common edges when added/deleted
|
2022-04-26 10:16:36 -07:00 |
|
Blake Harnden
|
d20cb1ef58
|
daemon/gui: added support to configure wireless network for position calculations or not
|
2022-04-14 16:31:14 -07:00 |
|
Blake Harnden
|
f811373f0b
|
gui: updated config service config dialog to resize better, also now display the rendered tab first, for a more user friendly default
|
2022-04-11 15:55:32 -07:00 |
|
Blake Harnden
|
bd6f789cef
|
daemon/gui/grpc: added support to retrieve rendered config service files, added support for grpc to access this, and update gui to leverage this call to provide a rendered view of files based on the current scenario, also allows editing the rendered output to use as the input when running the scenario
|
2022-04-08 22:24:07 -07:00 |
|
Blake Harnden
|
5d4642006c
|
daemon: added core player writer and player to core library and added wireless event handling, fixed issues with wireless nodes being written to xml
|
2022-03-31 16:31:20 -07:00 |
|
Blake Harnden
|
84acb82c18
|
daemon/grpc/gui: further updates for a new working wireless node, added grpc support for control and additions to gui for creation
|
2022-03-30 21:13:28 -07:00 |
|
Blake Harnden
|
1fa0ac25b5
|
gui: removed host from node model types and updated node config to only display type
|
2022-03-24 17:15:44 -07:00 |
|
Blake Harnden
|
26f0848cb4
|
daemon: update iface to use desired name when configuring, gui: dont assign mac to non container nodes
|
2022-03-22 21:08:31 -07:00 |
|
Blake Harnden
|
dc9b6adc98
|
daemon/gui: adjustments to account for network node wired links having proper interface ids, which allow for unique configuration with the new linking semantics
|
2022-03-18 15:53:13 -07:00 |
|
Blake Harnden
|
0536747d9a
|
daemon/gui: adjustments to how a session instantiates, allowing the new python gui to move to a failed start state, this allows inpecting the failed nodes to see what went wrong
|
2022-03-04 09:19:56 -08:00 |
|
Blake Harnden
|
458b7f15ce
|
pygui: fixed antenna image to properly show alpha png
|
2022-02-18 00:24:30 -08:00 |
|
Blake Harnden
|
d5b05a39e8
|
gui: adjustment to update drawing asymmetric edge data when joining a session
|
2022-01-26 11:19:30 -08:00 |
|
Blake Harnden
|
8f89488fd5
|
grpc: added config service actions and update the gui to leverage them as the default for node context menus of running nodes
|
2022-01-11 16:29:55 -08:00 |
|
Blake Harnden
|
9da64af79b
|
grpc: added args to execute script to reflect prior gui functionality, updated new and old gui to use the same exact logic for executing scripts for consistency
|
2021-11-18 09:02:42 -08:00 |
|
Blake Harnden
|
1ce6e51318
|
pygui: updates to properly save and load canvas size for each canvas separately
|
2021-10-29 14:56:50 -07:00 |
|
Blake Harnden
|
2b89503432
|
updates to sample1 scenarios to remove any custom service configurations, since the defaults should be used, fixes an issue specifically in sample1.imn
|
2021-10-29 14:11:11 -07:00 |
|
Blake Harnden
|
b96dc621cd
|
grpc: refactoring for editing/moving nodes, they are now two separate processes, with specific logic to carry each out
|
2021-08-27 16:58:44 -07:00 |
|
Blake Harnden
|
ac5bbf5c6d
|
pygui: updates to limit copy/paste to the graph widget itself and some small related cleanup to graph hot key functionalities
|
2021-08-26 15:12:51 -07:00 |
|
Blake Harnden
|
8e905b6a37
|
pygui: updates to improve draw order when joining a session, should help avoid some undesired visuals while reading in bigger scenarios
|
2021-08-26 10:42:02 -07:00 |
|
Blake Harnden
|
631cbbc73e
|
pygui: add configuration and ip options to enable/disable ip4/ip6 assignment, improved gui configuration to handle new fields that do not already exist
|
2021-07-15 16:42:19 -07:00 |
|
Blake Harnden
|
1347839200
|
pygui: adjustments to have save as update the current session to the newly defined file, saves will then continue to use the new save as name
|
2021-07-14 14:44:23 -07:00 |
|
Blake Harnden
|
8d303bdc2a
|
pygui: changes to allow adding directory paths that do not exist within gui for customizing services
|
2021-07-14 13:45:49 -07:00 |
|
Blake Harnden
|
4879d6e297
|
pygui: small cleanup for removing service configuration when they are removed/toggled
|
2021-07-12 11:01:36 -07:00 |
|
Blake Harnden
|
54ac807a4f
|
grpc: changes to support nodes containing configuration data, allowing for node creation with configs and querying nodes with their configs
|
2021-07-12 10:29:53 -07:00 |
|
Blake Harnden
|
7198d2adc9
|
pygui: fixed issue in emane configuration for node interfaces using the wrong values
|
2021-06-03 21:48:07 -07:00 |
|
Blake Harnden
|
44d797c633
|
pygui: fix so the emane config dialog will select the current emane configuration for a given emane node
|
2021-05-28 22:18:13 -07:00 |
|
Blake Harnden
|
4ff650af67
|
pygui: removed global emane configuration dialog
|
2021-05-20 12:24:54 -07:00 |
|
Blake Harnden
|
e5d28b01c6
|
pygui: removed host from gui, default node is now PC
|
2021-05-11 22:59:21 -07:00 |
|
Blake Harnden
|
30291a8438
|
daemon: updates to switch from using ebtables to nftables for wlan linking/unlinking
|
2021-05-10 15:07:42 -07:00 |
|
Blake Harnden
|
5ffc3e2aa4
|
pygui: fixed issue with loading recent xml files
|
2021-05-10 12:07:55 -07:00 |
|
Blake Harnden
|
ad09bd5504
|
initial changes to mark older style services as deprecated and make configurable services the defaults for the python gui, added attribute to still allow supporting the legacy gui for time being and logic to compensate
|
2021-05-07 13:10:05 -07:00 |
|