flow-monitor: Relax node spacing to account for wifi model changes

This commit is contained in:
Tom Henderson
2019-06-25 16:17:12 -07:00
parent 6c87dff0ea
commit f77c7ee3f4

View File

@@ -32,7 +32,7 @@ try:
except ImportError:
pass
DISTANCE = 100 # (m)
DISTANCE = 20 # (m)
NUM_NODES_SIDE = 3
def main(argv):