Skip to content

Commit

Permalink
Update Readme.md (#5)
Browse files Browse the repository at this point in the history
* Update Readme.md

* Update README.md
  • Loading branch information
MetalKnight authored Aug 17, 2017
1 parent 9b6b129 commit f115748
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# woss
WOSS NS3 Integration Framework
WOSS ns3 Integration Framework

This repository aims to introduce WOSS support for ns3 users.

WOSS is a multi-threaded C++ framework that permits the integration of any existing underwater channel simulator that expects environmental data as input and provides as output a channel realization.
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
- NetCDF
- Acoustic Toolbox

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

0 comments on commit f115748

Please sign in to comment.