core-extra/daemon/core
2018-06-20 16:18:30 -07:00
..
api updates to account for config messages in core handlers that dont contain all configuration options 2018-06-07 15:32:16 -07:00
emane setup a simple default way for dealing with configurable options and added conifg group opbjects as a better way to access the same information formatted within a string 2018-06-14 08:41:48 -07:00
emulator added logic to help provide dependent service ordering 2018-06-19 18:36:53 -07:00
misc set default logging to INFO, cleaned up logging to help isolate debug type messages to DEBUG level, fixed issue with shutdown 2018-04-27 12:09:31 -07:00
netns refactored configs back to be able to provide instance conifgurations for sessions 2018-06-13 11:59:50 -07:00
phys defined custom core command error that defaults to printing command output as well 2018-03-02 16:22:20 -08:00
services removed startup service 2018-06-20 13:07:43 -07:00
xml refactored service interaction use names with a _, and cleanup up some of the CoreServices methods 2018-06-15 14:03:27 -07:00
.gitignore Add some gitignore files. 2015-01-28 02:15:45 +00:00
__init__.py defined custom core command error that defaults to printing command output as well 2018-03-02 16:22:20 -08:00
broker.py initial commit with things working for the most part 2018-06-06 14:51:45 -07:00
conf.py setup a simple default way for dealing with configurable options and added conifg group opbjects as a better way to access the same information formatted within a string 2018-06-14 08:41:48 -07:00
constants.py.in update to find programs from path instead of being hardcoded when build 2018-03-21 23:07:34 -07:00
corehandlers.py made use of threadpool for starting services, refactored services to support 3 validation models (blocking, non-blocking, timer) 2018-06-20 12:59:07 -07:00
coreobj.py refactored service interaction use names with a _, and cleanup up some of the CoreServices methods 2018-06-15 14:03:27 -07:00
coreserver.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
data.py merged cleanup branch with master 2017-06-19 18:03:39 -07:00
enumerations.py initial commit removing all related xen code, docs, files 2018-03-07 15:47:14 -08:00
location.py initial commit with things working for the most part 2018-06-06 14:51:45 -07:00
mobility.py setup a simple default way for dealing with configurable options and added conifg group opbjects as a better way to access the same information formatted within a string 2018-06-14 08:41:48 -07:00
sdt.py initial commit with things working for the most part 2018-06-06 14:51:45 -07:00
service.py making use of threadpools to boot each node and boot the services within a node 2018-06-20 16:18:30 -07:00
session.py making use of threadpools to boot each node and boot the services within a node 2018-06-20 16:18:30 -07:00