core-extra/daemon/core
2018-04-26 14:26:39 -07:00
..
api fixed old log imports and dont bail out on tdma model exception 2017-08-08 09:17:09 -07:00
emane updates to remove restriction for emane in general and emane 1.2.1, should support at leat 1.0.1 possibly further back and can run without emane again, updated gui to ask users to install emane when not preset on the emane models panel 2018-04-20 21:22:08 -07:00
future removed issue with double loading services from core-daemon, fixed exceptions noted as not an error previously and updated code to more gracefully handle those cases, fixed issue with add_node when setting node.ype for all nodes 2018-04-26 14:26:39 -07:00
legacy moved future core server and handler code to act as the default core-daemon, updated future examples and tests to leverage new api 2018-04-25 16:33:58 -07:00
misc merged latest from rel/5.1 2018-03-23 10:33:13 -07:00
netns added some test cases based on future api interactions, node add/delete/update link add/delete/update 2018-04-23 15:46:08 -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 update to add a way to avoid loading parent service classes, that inherit from CoreService that should not be loaded on their own 2018-04-20 21:40:55 -07:00
xml removed issue with double loading services from core-daemon, fixed exceptions noted as not an error previously and updated code to more gracefully handle those cases, fixed issue with add_node when setting node.ype for all nodes 2018-04-26 14:26:39 -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 attempt to fix missing updates for sdt, moved broker specific code to broker 2017-08-07 15:37:41 -07:00
conf.py small doc cleanup, updated python specific docs to leverage the sphix rtd theme as well 2017-08-18 11:34:25 -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
coreobj.py added a convenience target for generating all documentation based on existing google code example, fixed a few issues with doc strings 2018-03-15 14:31:07 -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 switched to making use of logzero for logging, provides nicer color output, and an easier path to switch to rotating log files 2017-08-07 11:58:51 -07:00
mobility.py removed issue with double loading services from core-daemon, fixed exceptions noted as not an error previously and updated code to more gracefully handle those cases, fixed issue with add_node when setting node.ype for all nodes 2018-04-26 14:26:39 -07:00
sdt.py initial commit removing all related xen code, docs, files 2018-03-07 15:47:14 -08:00
service.py update to add a way to avoid loading parent service classes, that inherit from CoreService that should not be loaded on their own 2018-04-20 21:40:55 -07:00
session.py removed session manager, since CoreEmu does this now, set future examples to serve as API examples, removed netns examples that are replaced by these API variations 2018-04-26 13:06:18 -07:00