6754
|
1 |
.. include:: replace.txt
|
|
2 |
|
|
3 |
|
|
4 |
Conclusion
|
|
5 |
----------
|
|
6 |
|
|
7 |
Futures
|
|
8 |
*******
|
|
9 |
|
|
10 |
This document is a work in process. We hope and expect it to grow over time
|
|
11 |
to cover more and more of the nuts and bolts of |ns3|.
|
|
12 |
|
|
13 |
We hope to add the following chapters over the next few releases:
|
|
14 |
|
|
15 |
* The Callback System
|
|
16 |
* The Object System and Memory Management
|
|
17 |
* The Routing System
|
|
18 |
* Adding a New NetDevice and Channel
|
|
19 |
* Adding a New Protocol
|
|
20 |
* Working with Real Networks and Hosts
|
|
21 |
|
|
22 |
Writing manual and tutorial chapters is not something we all get excited about,
|
|
23 |
but it is very important to the project. If you are an expert in one of these
|
|
24 |
areas, please consider contributing to |ns3| by providing one of these
|
|
25 |
chapters; or any other chapter you may think is important.
|
|
26 |
|
|
27 |
Closing
|
|
28 |
*******
|
|
29 |
|
|
30 |
|ns3| is a large and complicated system. It is impossible to cover all
|
|
31 |
of the things you will need to know in one small tutorial.
|
|
32 |
|
|
33 |
We have really just scratched the surface of |ns3| in this tutorial,
|
|
34 |
but we hope to have covered enough to get you started doing useful networking
|
|
35 |
research using our favorite simulator.
|
|
36 |
|
|
37 |
-- The |ns3| development team.
|