core-extra/daemon/core/emane
2020-05-23 01:05:46 -07:00
..
__init__.py initial pass to remove support for legacy emane code and focus on newer releases 2018-03-19 16:33:36 -07:00
bypass.py fix to emane bypass model and config group data being supplied to guis 2020-01-28 09:20:43 -08:00
commeffect.py removed devname from linkconfig as the only usage was of it was using a parametr that was already being passed in 2020-05-23 00:00:40 -07:00
emanemanager.py changes to support better type checking for retrieving an arbitrary node from a session, get_node now requires an expected class that the node would be an instance of, if the returned node is not an instance a CoreError is thrown, this also helps editors pick up expected types to account for variable/function usage better as well 2020-05-20 14:44:34 -07:00
emanemanifest.py fixed formatting in docs due 2020-01-16 16:12:01 -08:00
emanemodel.py removed devname from linkconfig as the only usage was of it was using a parametr that was already being passed in 2020-05-23 00:00:40 -07:00
ieee80211abg.py added type hinting to core.emane functions 2020-01-14 16:27:08 -08:00
linkmonitor.py modified wireless links to obtain colors based on connected network from the session, LinkData will no provide a color itself 2020-04-15 15:41:37 -07:00
nodes.py moved common variables up and localname to CoreInterface, they were being created in all subclasses and avoids type hinting errors 2020-05-23 01:05:46 -07:00
rfpipe.py added type hinting to core.emane functions 2020-01-14 16:27:08 -08:00
tdma.py added type hinting to core.emane functions 2020-01-14 16:27:08 -08:00