Skip to content

Commit

Permalink
Update README.md (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
MetalKnight authored Aug 17, 2017
1 parent 2c92015 commit 7f045d5
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# woss
# woss-ns3
WOSS ns3 Integration Framework

This repository aims to introduce WOSS support for ns3 users.
Expand All @@ -8,13 +8,23 @@ Currently, WOSS integrates the Bellhop ray-tracing program.
Thanks to its automation the user only has to specify the location in the world and the time where the simulation should take place. This is done by setting the simulated date and the wanted latitude and longitude of every node involved. The simulator automatically handles the rest (see technical description).
WOSS can be integrated in any network simulator or simulation tool that supports C++.

'woss-ns3' module will be automatically installed by the ns3 app store.

It can also be manually installed by cloning this repository in the '<ns3-dir>/src' path

woss-ns3 relies on the following libraries:
'woss-ns3' relies on the following libraries:
- WOSS
- NetCDF
- Acoustic Toolbox

latest WOSS source code, installation instructions and related libraries can be found at http://telecom.dei.unipd.it/woss
Latest WOSS source code, installation instructions and related libraries can be found at http://telecom.dei.unipd.it/woss

'woss-ns3' module will be automatically installed by the ns3 app installer, but this feature is not yet complete.

It can also be manually installed by:
- downloading and installing the latest Acoustic Toolbox library
- downloading and installing the recommended NetCDF library
- downloading and installing the latest WOSS library
- cloning this repository in the '<ns3-dir>/src' path and then running ./waf configure
--with-woss-source=<woss_source_path> --with-woss-library=<woss_lib_path> --with-netcdf-lib=<netcdf_installed_lib_path> --with-netcdf-include=<netcdf_installed_include_path>
- for info on how to install all the required libraries with the suggested paths, please check http://telecom.dei.unipd.it/ns/woss/doxygen/installation.html

For any info and question please use the NS3 users mailing list.

Any issue should be reported via github Issue tracker.

0 comments on commit 7f045d5

Please sign in to comment.