core-extra/daemon/core
2021-05-25 12:14:28 -07:00
..
api grpc: update grpc call for get emane event channel to take in a nem id, since channels may now be unique per nem 2021-05-25 10:52:50 -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 daemon: initial changes to support one emane process per nem 2021-05-18 09:48:38 -07:00
emane daemon: adjustments to emane model post startup to accept an interface, since settings may be unique per interface, updated tdma to use this information for trying to initialize its tdma schedule properly 2021-05-25 12:14:28 -07:00
emulator added platform config to emane models, to replace global config, moved core specific emane global configs to session options 2021-05-18 21:29:38 -07:00
gui pygui: removed global emane configuration dialog 2021-05-20 12:24:54 -07:00
location daemon: fix for wlan to take loss value strings as floats 2021-05-11 23:57:35 -07:00
nodes adjustments to remove global emane configuration, platform configurations can now be configured per nem, retrieve emane specific core settings from session options 2021-05-19 20:44:00 -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: updates to provide new logic for emane event services, creating one per unique control channel, added mapping for nems to associated service for generated events 2021-05-24 21:41:05 -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