equal
deleted
inserted
replaced
139 functionality just as other |ns3| net devices to. You enable tracing similarly |
139 functionality just as other |ns3| net devices to. You enable tracing similarly |
140 to these other net devices::: |
140 to these other net devices::: |
141 |
141 |
142 EmuHelper::EnablePcapAll ("emu-udp-echo-client"); |
142 EmuHelper::EnablePcapAll ("emu-udp-echo-client"); |
143 |
143 |
144 To see an example of a client script using the ``Emu`` net device, see |
144 For examples that use the ``Emu`` net device, see |
145 ``examples/emu-udp-echo-client.cc`` and ``examples/emu-udp-echo-server.cc`` |
145 ``src/emu/examples/emu-udp-echo.cc`` and ``src/emu/examples/emu-ping.cc`` |
146 in the repository `<http://code.nsnam.org/craigdo/ns-3-emu/>`_. |
146 in the repository `<http://code.nsnam.org/craigdo/ns-3-emu/>`_. |
147 |
147 |
148 Implementation |
148 Implementation |
149 ************** |
149 ************** |
150 |
150 |