Skip to content

Instantly share code, notes, and snippets.

@vramiro
Created November 7, 2018 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vramiro/bec3a4c48349d9c0fe0850e7ae9c2d18 to your computer and use it in GitHub Desktop.
Save vramiro/bec3a4c48349d9c0fe0850e7ae9c2d18 to your computer and use it in GitHub Desktop.
Scenario.name = tp1
Scenario.simulateConnections = true
Scenario.updateInterval = 0.1
Scenario.endTime = 3600
btInterface.type = SimpleBroadcastInterface
btInterface.transmitSpeed = 250k
btInterface.transmitRange = 10
Scenario.nrofHostGroups = 1
Group.movementModel = RandomWaypoint
Group.waitTime = 0, 120
Group.nrofInterfaces = 1
Group.interface1 = btInterface
Group.speed = 0.5, 1.5
Group.msgTtl = 300
Group.nrofHosts = 10
Group.groupID = p
MovementModel.rngSeed = 1
MovementModel.worldSize = 100, 100
MovementModel.warmup = 0
Events.nrof = 0
Report.nrofReports = 3
Report.warmup = 0
Report.reportDir = ../TP/tp1/reports/
# Report classes to load
Report.report1 = ContactTimesReport
Report.report2 = InterContactTimesReport
Report.report3 = ExtendedContactTimesReport
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment