doc/tutorial/conclusion.texi
changeset 6754 7ff69b244b5b
parent 6753 c9133c87760d
child 6755 b3da3ed88b6e
equal deleted inserted replaced
6753:c9133c87760d 6754:7ff69b244b5b
     1 @c ============================================================================
       
     2 @c Begin document body here
       
     3 @c ============================================================================
       
     4 
       
     5 @c ============================================================================
       
     6 @c PART:  Closing Remarks
       
     7 @c ============================================================================
       
     8 @c The below chapters are under the major heading "Closing Remarks"
       
     9 @c This is similar to the Latex \part command
       
    10 @c
       
    11 @c ============================================================================
       
    12 @c Closing Remarks
       
    13 @c ============================================================================
       
    14 @node Closing Remarks
       
    15 @chapter Closing Remarks
       
    16 
       
    17 @menu
       
    18 * Futures::
       
    19 * Closing::
       
    20 @end menu
       
    21 
       
    22 @c ============================================================================
       
    23 @c Futures
       
    24 @c ============================================================================
       
    25 @node 
       
    26 @section Futures
       
    27 
       
    28 This document is a work in process.  We hope and expect it to grow over time
       
    29 to cover more and more of the nuts and bolts of @command{ns-3}.  
       
    30 
       
    31 We hope to add the following chapters over the next few releases:
       
    32 
       
    33 @itemize @bullet
       
    34 @item The Callback System
       
    35 @item The Object System and Memory Management
       
    36 @item The Routing System
       
    37 @item Adding a New NetDevice and Channel
       
    38 @item Adding a New Protocol
       
    39 @item Working with Real Networks and Hosts
       
    40 @end itemize
       
    41 
       
    42 Writing manual and tutorial chapters is not something we all get excited about,
       
    43 but it is very important to the project.  If you are an expert in one of these
       
    44 areas, please consider contributing to @command{ns-3} by providing one of these
       
    45 chapters; or any other chapter you may think is important.
       
    46 
       
    47 @c ============================================================================
       
    48 @c Closing
       
    49 @c ============================================================================
       
    50 @node 
       
    51 @section Closing
       
    52 
       
    53 @code{ns-3} is a large and complicated system.  It is impossible to cover all 
       
    54 of the things you will need to know in one small tutorial.
       
    55 
       
    56 We have really just scratched the surface of @command{ns-3} in this tutorial, 
       
    57 but we hope to have covered enough to get you started doing useful networking 
       
    58 research using our favorite simulator.
       
    59 
       
    60 -- The @command{ns-3} development team.