How to use external real-trace mobility model in ONE simulator?

160 Views Asked by At

I am trying to run a simulation in ONE simulator using the haggle-one-infocom2006-complete model from CRAWDAD, but I'm getting an error saying:

Can't start: error in configuration file(s) Invalid offset line '1 CONN 16 12 up'

Here is how I specified it in the settings:

Group.movementModel = ExternalMovement ExternalMovement.file = haggle-one-infocom2006-complete.txt

1

There are 1 best solutions below

0
Ari Keränen On

The first line of the input file should contain offset information:

minTime maxTime minX maxX minY maxY minZ maxZ

See the ExternalMovementReader class for details.