Add user guide

This commit is contained in:
2026-03-10 11:03:11 +01:00
parent 58d494e674
commit d28adcf52d
51 changed files with 10408 additions and 1 deletions

View File

@@ -60,10 +60,13 @@ mkdir output
## Documentation
Before attempting to understand this library, we recommend reading the [ns-3 documentation](https://www.nsnam.org/releases/ns-3-40/documentation/). A very good entry point is the [ns-3 tutorial](https://www.nsnam.org/docs/release/3.40/tutorial/html/index.html).
Next, a set of commented simulation scripts illustrating the use of the libraries can be found at the following paths :
Next, a user guide is available in userGuide/.
Finnaly, a set of commented simulation scripts illustrating the use of the libraries can be found at the following paths :
- contrib/ethernet/examples/
- contrib/traffic-generator/examples/
- contrib/tsn/examples/
- contrib/real-device/examples/
## Contact