core-extra/daemon/core/emulator
2019-12-06 09:42:41 -08:00
..
__init__.py refactored new apis to sit under the emulator module, also reverted moving files under a legacy module to help avoid breaking code using core internals for 5.0+ 2018-05-01 10:40:25 -07:00
coreemu.py removed master from corehandlers and session, since it will not be needed any more 2019-10-25 22:06:30 -07:00
data.py added some data for node events to have a source field to help distinguish what originates from the gui or not 2019-11-27 12:55:39 -08:00
distributed.py 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
emudata.py removed saving default configurations for wlan and mobility by default, updated session.add_node to set default configurations for wlan and emane 2019-11-21 12:29:33 -08:00
enumerations.py removed session.create_emane_network, removed unused node types 2019-10-22 21:27:31 -07:00
session.py 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
sessionconfig.py switched session.metadata to just be a standard dict, fixed shutdown service issue during session.data_collect 2019-10-30 13:27:12 -07:00