core-extra/daemon/core
2019-12-16 11:14:05 -08:00
..
api updated grpc throughputs to only check a specific session and verify the data being collected and sent is for that session, fixed data from throughputs being in hex getting converted to int, updated coretk to only run throughputs when enabled, updated grpc streams to return the stream to allow it being canceled 2019-12-16 11:14:05 -08:00
emane properly adding change for emane node links being wireless, fixed issue when sending emane model configs when there is no interface set 2019-11-25 15:46:32 -08:00
emulator update to avoid not reusing session ids 2019-12-13 10:54:42 -08:00
location updated usage of time.time to time.monotonic or time.perf_counter due to time.time possibly rolling backwards 2019-12-06 09:42:41 -08:00
nodes updated usage of time.time to time.monotonic or time.perf_counter due to time.time possibly rolling backwards 2019-12-06 09:42:41 -08:00
plugins updated all classes to be created without using (object), in python3 all classes are new style classes 2019-10-23 09:31:34 -07:00
services added grpc to get current service configurations, fixed bug for core daemon not using custom service configs 2019-12-13 18:17:42 -08:00
xml updated grpc node positions to use floats, avoids needing to deal with int conversions 2019-12-13 10:47:23 -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 updated usages of super to use python3 variation 2019-10-23 09:51:52 -07:00
constants.py.in updates to fail early for required executables that are not in PATH 2019-09-27 23:29:15 -07:00
errors.py initial changes to use f strings 2019-10-17 18:59:50 -07:00
utils.py updates to grpc StartSession, added utility threadpool function to help improve speed when running certain tasks, made use of utility threadpool function where needed 2019-10-29 10:25:39 -07:00