123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- <!-- Sample mobility file in he ANSim ad-hoc simulation tool's format -->
- <simulation>
- <parameter>
- <!-- the DTD requires some stuff to be put here, but MF's ANSimMobility will ignore it -->
- </parameter>
- <node_settings/>
- <mobility>
- <position_change>
- <node_id>0</node_id>
- <start_time>0</start_time>
- <end_time>10</end_time>
- <destination><xpos>50</xpos><ypos>50</ypos></destination>
- </position_change>
- <position_change>
- <node_id>0</node_id>
- <start_time>10</start_time>
- <end_time>20</end_time>
- <destination><xpos>100</xpos><ypos>100</ypos></destination>
- </position_change>
- <position_change>
- <node_id>1</node_id>
- <start_time>0</start_time>
- <end_time>10</end_time>
- <destination><xpos>50</xpos><ypos>50</ypos></destination>
- </position_change>
- <position_change>
- <node_id>1</node_id>
- <start_time>10</start_time>
- <end_time>20</end_time>
- <destination><xpos>100</xpos><ypos>200</ypos></destination>
- </position_change>
- <position_change>
- <node_id>0</node_id>
- <start_time>20</start_time>
- <end_time>30</end_time>
- <destination><xpos>300</xpos><ypos>100</ypos></destination>
- </position_change>
- <position_change>
- <node_id>1</node_id>
- <start_time>20</start_time>
- <end_time>30</end_time>
- <destination><xpos>300</xpos><ypos>200</ypos></destination>
- </position_change>
- </mobility>
- </simulation>
|