core-extra/daemon/core
2021-05-10 15:18:15 -07:00
..
api 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
configservice daemon: adjustments to load local emane models and config services better using a full import 2021-05-07 22:49:58 -07:00
configservices 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
emane daemon: adjustments to load local emane models and config services better using a full import 2021-05-07 22:49:58 -07:00
emulator daemon: fixed issue setting default config services if legacy services were specifically provided 2021-05-10 12:39:20 -07:00
gui daemon: updates to switch from using ebtables to nftables for wlan linking/unlinking 2021-05-10 15:07:42 -07:00
location daemon: renamed network variables to not be named in a private way, since they were being used externally 2021-05-10 15:18:15 -07:00
nodes daemon: renamed network variables to not be named in a private way, since they were being used externally 2021-05-10 15:18:15 -07:00
plugins updates to python based logging to use module named loggers, updated logging config file to align with these changes 2021-04-21 21:09:35 -07:00
services daemon: fixed issue in dhcp server subnet line using wrong address 2021-04-23 14:00:05 -07:00
xml daemon: refactoring to load emane models one time during startup, updates to account for this change 2021-05-07 10:40:18 -07:00
.gitignore Add some gitignore files. 2015-01-28 02:15:45 +00:00
__init__.py updated default logging to be at warning level and removed need to adjust the paramiko logger 2021-04-21 21:14:32 -07:00
config.py updates to python based logging to use module named loggers, updated logging config file to align with these changes 2021-04-21 21:09:35 -07:00
constants.py.in daemon: refactoring to remove usage of os.path where possible and pathlib.Path instead 2021-03-19 16:54:24 -07:00
errors.py daemon: updated config.py to use dataclasses for config classes, updated naming and referencing. updated configurable options to self validate default values align with the config type. updated the example emane model to better align with the current state of things 2021-03-31 11:13:40 -07:00
executables.py daemon: updates to switch from using ebtables to nftables for wlan linking/unlinking 2021-05-10 15:07:42 -07:00
utils.py daemon: adjustments to load local emane models and config services better using a full import 2021-05-07 22:49:58 -07:00