-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |