equal
deleted
inserted
replaced
216 |
216 |
217 @node Using the CsmaNetDevice |
217 @node Using the CsmaNetDevice |
218 @section Using the CsmaNetDevice |
218 @section Using the CsmaNetDevice |
219 |
219 |
220 The CSMA net devices and channels are typically created and configured using |
220 The CSMA net devices and channels are typically created and configured using |
221 the associated @code{CsmaHelper} object. The various ns3 device dhelpers |
221 the associated @code{CsmaHelper} object. The various ns3 device helpers |
222 generally work in a similar way, and their use is seen in many of our example |
222 generally work in a similar way, and their use is seen in many of our example |
223 programs. |
223 programs. |
224 |
224 |
225 The conceptual model of interest is that of a bare computer ``husk'' into which |
225 The conceptual model of interest is that of a bare computer ``husk'' into which |
226 you plug net devices. The bare computers are created using a @code{NodeContainer} |
226 you plug net devices. The bare computers are created using a @code{NodeContainer} |