core-extra/daemon/core
2021-01-13 21:31:58 -08:00
..
api daemon: removed usages of getattr and hasattr where possible 2021-01-12 21:30:48 -08:00
configservice daemon: moved executable check to CoreEmu and separated them into their own module core.executables 2020-06-23 09:11:37 -07:00
configservices daemon: removed usages of getattr and hasattr where possible 2021-01-12 21:30:48 -08:00
emane daemon: fixed issue related to updating networks of moved nodes with multiple mobility scripts 2020-12-09 15:43:19 -08:00
emulator pygui: added logic to sort canvas tabs when joining a session to organize, removed editing a nodes canvas as it currently is not supported by either gui and causes issue in the python gui due to grpc editing of a node and how values are handled 2021-01-08 11:22:16 -08:00
gui pygui: adjust logging 2021-01-13 21:31:58 -08:00
location daemon: revert wlan mac learning change, due to undesired default behavior, there may be some cases where this behavior is desired, so the option to enable a promiscuous mode has been added and will be present in core-pygui 2020-12-10 15:16:05 -08:00
nodes daemon: removed usages of getattr and hasattr where possible 2021-01-12 21:30:48 -08:00
plugins daemon: removed unused variable in sdt code and update to avoid deadlock when deleting nodes due to sdt trying to leverage the same lock on reconnect 2020-12-16 21:32:47 -08:00
services daemon: removed usages of getattr and hasattr where possible 2021-01-12 21:30:48 -08:00
xml daemon: removed usages of getattr and hasattr where possible 2021-01-12 21:30:48 -08:00
.gitignore Add some gitignore files. 2015-01-28 02:15:45 +00:00
__init__.py removed broker from session, updated most places using broker to use alternative logic to compensate where needed 2019-10-15 14:13:42 -07:00
config.py initial code for a wrapped grpc client, fix for pygui node emane config, fix for xml reading emane configs specific to nodes/interfaces, fix for adding emane nodes and setting the emane model properly 2020-09-01 16:19:01 -07:00
constants.py.in daemon: moved executable check to CoreEmu and separated them into their own module core.executables 2020-06-23 09:11:37 -07:00
errors.py daemon: moved service boot error to core.errors with all other core specific errors 2020-08-27 10:46:55 -07:00
executables.py daemon: update how emane is started on nodes, fixing issue with multiple interfaces running emane, added test case to check on this in the future 2020-09-09 10:27:06 -07:00
utils.py daemon: updated environment reading to leverage pathlib, also added .coregui user environment as a possibility 2020-10-11 08:22:33 -07:00