A simple gui frontend based on giu and golang to automate the generation of movement traces using bonnmotion.
Features:
- Example values for all parameter values
- Batch creation of mobility traces
- Movement model preview using the ONE
Supported movement models at the moment:
- Random Waypoint
- SMOOTH
- SWIM
- SLAW
Just run go build
in the repo root.
To use darmotion
make sure that bonnmotion is callable as bonnmotion
somewhere in your PATH
, e.g., ln -s /home/user01/src/bonnmotion-src/bin/bm /usr/local/bin/bonnmotion
.
Furthermore, for quick previews make sure that one.sh
of the-ONE DTN simulator is callable from anywhere and in your PATH
. By default this is not possible, a patched startup script can be found in this fork.