This commit introduces TerrainLOS a terrain-based radio medium for COOJA #2037
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TerrainLOS uses real terrain data provided by the SRTM. TerrainLOS is divided into two files, the medium itself in radiomediums/TerrainLOSRadioMedium, and the visualizer in plugins/skins/TerrainLOSVisualizerSkin. In addition two config files were modified cooja_applet.config and cooja_default.config in order for TerrainLOS to be selected as a radio medium using the new simulation gui.
TerrainLOS was created by myself, Sam Mansfield, Kerry Veenstra, Sidharth Gilela, and Katia Obraczka as part of the Inter-networking Research Group (I-NRG) at University of California, Santa Cruz.
TerrainLOS was recently published in MASCOTS 2016 to compare network graphs and metrics against UDGM as well as routing protocols, RPL and ORPL. An extended paper is currently in the works where TerrainLOS will be compared against Ray Tracing and where we will also compare simulation running times.
Please let me know if there is any additional information I can provide.
Sam Mansfield