Skip to content
Joakim Eriksson edited this page Mar 2, 2016 · 2 revisions

Emulation tool for MSPSim based emulations that connect to radio-sim's radio medium.

Start it by java -jar ... -yaml => reads a yaml from standard in

The input configuration is based on YAML of the following format: A map of key-value's where nodes: is a list of nodes that define the nodes ID and position in the simulation.

Example:

nodes:
- {id: 1, pos: [1,2]}
- {id: 2, pos: [12,4]}
- ...

The format for position is [x,y]

Clone this wiki locally