doc/tutorial/conceptual-overview.texi
changeset 3348 fe47da29d783
parent 3346 2e205ef88dab
child 3350 11e3699b754e
equal deleted inserted replaced
3347:dde05296726b 3348:fe47da29d783
     9 @node Conceptual Overview
     9 @node Conceptual Overview
    10 @chapter Conceptual Overview
    10 @chapter Conceptual Overview
    11 
    11 
    12 @menu
    12 @menu
    13 * Key Abstractions::
    13 * Key Abstractions::
    14 * A First ns-3 script
    14 * A First ns-3 script::
    15 @end menu
    15 @end menu
    16 
    16 
    17 The first thing we need to do before actually starting to look at or write
    17 The first thing we need to do before actually starting to look at or write
    18 @command{ns-3} code is to explain a few core concepts and abstractions in the
    18 @command{ns-3} code is to explain a few core concepts and abstractions in the
    19 system.  Much of this may appear transparently obvious to some, but we
    19 system.  Much of this may appear transparently obvious to some, but we