added daemon/core/emane/tdma.py module to support EMANE 1.0.1 TDMA model

This commit is contained in:
adamson 2016-09-05 17:05:13 -04:00 committed by Tom Goff
parent f03311b50a
commit d270da8f41
3 changed files with 116 additions and 3 deletions

View file

@ -91,7 +91,7 @@ class NrlNhdp(NrlService):
servicenames = map(lambda x: x._name, services)
if "SMF" in servicenames:
cmd += " -flooding ecds"
cmd += " -flooding ecds-etx sticky"
cmd += " -smfClient %s_smf" % node.name
netifs = filter(lambda x: not getattr(x, 'control', False), \