[Ns-commits] mathieu/ns-3-simu
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Sat Nov 29 05:24:06 PST 2008
---- re-implement waiting loops
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/simu-fd.cc src/process-manager/unix-datagram-socket-fd.cc src/process-manager/unix-datagram-socket-fd.h src/process-manager/unix-fd.cc src/process-manager/unix-fd.h src/process-manager/unix-file-fd.cc src/process-manager/unix-file-fd.h src/process-manager/unix-socket-fd.cc src/process-manager/unix-socket-fd.h src/process-manager/unix-stream-socket-fd.cc src/process-manager/unix-stream-socket-fd.h src/process-manager/utils.cc src/process-manager/utils.h src/process-manager/waiter.cc src/process-manager/waiter.h src/process-manager/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6040390996dc
---- make sure that select does setup waiters
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/simu-fd.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d4c77975216f
---- make sure we really accept incoming connections
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/unix-stream-socket-fd.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f566fbadf090
---- change waiter API to make it easier to use for multi-waits
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/simu-fd.cc src/process-manager/unix-socket-fd.cc src/process-manager/unix-socket-fd.h src/process-manager/unix-stream-socket-fd.cc src/process-manager/waiter.cc src/process-manager/waiter.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/007c19b1805f
---- check of available data in CanSend
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/unix-datagram-socket-fd.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/270d757ff425
---- handle SO_SNDBUF and SO_RCVBUF, set a default non-infinite socket buffer size.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/unix-socket-fd.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f2f445923b3e
---- make send blocking
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/unix-stream-socket-fd.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/2b7fbadcb1c5
---- ensure that send unblocks
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/unix-socket-fd.cc src/process-manager/unix-socket-fd.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4b42aef1e78c
---- remove dead variables
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/unix-socket-fd.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b6041bb8171d
---- make sure that the send callback is removed upon close
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/unix-socket-fd.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6cdf7346643d
---- make sure that the recv and send waiter pointers are initialized correctly
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/unix-fd.cc src/process-manager/unix-fd.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e6dcbca92ce5
---- get rid of stupid cmd line prefix
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/process-bench.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/2cc91788707d
---- return type is bool, not int
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/unix-socket-fd.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/7a56127e6c9b
---- make sure that we listen before starting the sender
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/process-bench-app.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/7ccc5e7d4c65
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/point-to-point/wscript src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/dca-txop.cc src/devices/wifi/dcf-manager.cc src/devices/wifi/dcf-manager.h src/devices/wifi/error-rate-model.cc src/devices/wifi/error-rate-model.h src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/jakes-propagation-loss-model.cc src/devices/wifi/jakes-propagation-loss-model.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/mac-rx-middle.cc src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-channel.h src/devices/wifi/wifi-mac.h src/devi!
ces/wifi/wifi-mode.cc src/devices/wifi/wifi-mode.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/devices/wifi/wifi-phy-state-helper.cc src/devices/wifi/wifi-phy-state-helper.h src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/wifi-test.cc src/devices/wifi/wscript src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-channel.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b1573bf5e693
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/address-utils.cc src/node/address-utils.h src/node/application.cc src/node/icmp-socket.cc src/node/icmp-socket.h src/node/inet6-socket-address.cc src/node/inet6-socket-address.h src/node/ipv6-address.cc src/node/ipv6-address.h src/node/ipv6-header.cc src/node/ipv6-header.h src/node/mac48-address.cc src/node/mac48-address.h src/node/net-device.h src/node/simple-net-device.cc src/node/simple-net-device.h src/node/socket.cc src/node/socket.h src/node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/548ea6f5e49a
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/sim_interface.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/25919428be0d
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/arp-cache.cc src/internet-stack/icmpv4-l4-protocol.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/62a297cbd288
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/cdcaca1364eb
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/ipv4-raw-socket-impl.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ba6379b7776e
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/3807d4df0e29
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/arp-l3-protocol.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/239acb27e21b
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/arp-ipv4-interface.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/15cb1c0adbe8
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/nsc-tcp-socket-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/04f4c26237bc
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/udp-socket-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/fc1244f0fbaf
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/71608f0f2e04
---- incorrect merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/arp-ipv4-interface.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9282a1f6299b
---- bug 394: AdhocWifiMac claims to support SendFrom
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4ed410f69d36
---- Bug 311
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/tcp-socket-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/080614a8e247
---- Bug 340
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/applications/onoff/onoff-application.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/37b316422064
---- apply icmp patch
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_node.py src/internet-stack/arp-ipv4-interface.cc src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/icmpv4-l4-protocol.h src/internet-stack/icmpv4.cc src/internet-stack/icmpv4.h src/internet-stack/internet-stack.cc src/internet-stack/ipv4-end-point-demux.cc src/internet-stack/ipv4-end-point-demux.h src/internet-stack/ipv4-end-point.cc src/internet-stack/ipv4-end-point.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-l4-protocol.cc src/internet-stack/ipv4-l4-protocol.h src/internet-stack/ipv4-raw-socket-factory-impl.cc src/internet-stack/ipv4-raw-socket-factory-impl.h src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/ipv4-raw-socket-impl.h src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-l4-protoc!
ol.h src/internet-stack/udp-l4-protocol.cc src/internet-stack/udp-l4-protocol.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/internet-stack/wscript src/node/ipv4-raw-socket-factory.cc src/node/ipv4-raw-socket-factory.h src/node/socket.cc src/node/socket.h src/node/udp-socket.cc src/node/udp-socket.h src/node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c04ecfdce1ef
---- Apply icmp-application patch frm lacage
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-ping.cc examples/csma-raw-ip-socket.cc examples/wscript regression/tests/test-csma-ping.py regression/tests/test-csma-raw-ip-socket.py src/applications/v4ping/v4ping.cc src/applications/v4ping/v4ping.h src/applications/v4ping/wscript src/helper/v4ping-helper.cc src/helper/v4ping-helper.h src/helper/wscript src/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9ea825f066a2
---- double and int confusion in main-test-sync
user: Craig Dowell <craigdo at ee.washington.edu>
files: samples/main-test-sync.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9a246859e808
---- Fix bug 362; cancel WaitReplyTimer when ArpCache is flushed
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/arp-cache.cc src/internet-stack/arp-l3-protocol.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/761f94afe2a2
---- Work around a WAF bug in failing to recognize GCC while detecting CXXFLAGS for compiling Python extensions.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c4acb0e1fd28
---- Trivial change to fix time insertions after recent output format change.
user: tjkopena at cs.drexel.edu
files: src/contrib/stats/sqlite-data-output.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/be0a0e796faf
---- merge in tap device
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emutap/host-tap-net-device.cc src/devices/emutap/host-tap-net-device.h src/devices/emutap/tap-channel.cc src/devices/emutap/tap-channel.h src/devices/emutap/tap-manager-client.cc src/devices/emutap/tap-manager-client.h src/devices/emutap/tap-manager.cc src/devices/emutap/tap-net-device.cc src/devices/emutap/tap-net-device.h src/devices/emutap/wscript src/wscript wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/40c5841b616d
---- give up on merging tap and emulated, break apart
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emulated/emulated-net-device.cc src/devices/emulated/emulated-net-device.h src/devices/emulated/emulated.h src/devices/emulated/waf src/devices/emulated/wscript src/devices/emutap/host-tap-net-device.cc src/devices/emutap/host-tap-net-device.h src/devices/emutap/tap-channel.cc src/devices/emutap/tap-channel.h src/devices/emutap/tap-manager-client.cc src/devices/emutap/tap-manager-client.h src/devices/emutap/tap-manager.cc src/devices/emutap/tap-net-device.cc src/devices/emutap/tap-net-device.h src/devices/emutap/wscript src/devices/tap/host-tap-net-device.cc src/devices/tap/host-tap-net-device.h src/devices/tap/tap-channel.cc src/devices/tap/tap-channel.h src/devices/tap/tap-manager-client.cc src/devices/tap/tap-manager-client.h src/devices/tap/tap-manager.cc src/devices/tap/tap-net-device.cc src/devices/tap/tap-net-device.h src/devices/tap/wscript src/node/net-device.h src/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4b603cd4ee42
---- add in the helpers
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/emu-helper.cc src/helper/emu-helper.h src/helper/tap-helper.cc src/helper/tap-helper.h src/helper/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/337b244e6d8f
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/wscript src/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/97ae21d8caca
---- rework to address suid root issues
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu-encode-decode.cc src/devices/emu/emu-encode-decode.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h src/devices/emu/emu-sock-creator.cc src/devices/emu/emu.h src/devices/emu/waf src/devices/emu/wscript src/devices/emulated/emulated-net-device.cc src/devices/emulated/emulated-net-device.h src/devices/emulated/emulated.h src/devices/emulated/waf src/devices/emulated/wscript src/helper/emu-helper.cc src/helper/emu-helper.h src/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/8862b9be62bb
---- add emu-udp-echo example
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/emu-udp-echo.cc examples/wscript src/devices/emu/emu-net-device.cc src/devices/emu/emu-sock-creator.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/16c2970a0344
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a457408d0bb6
---- some dox
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/65517a42bcb8
---- reverse sense of waf sudo flag to --enable-sudo
user: Craig Dowell <craigdo at ee.washington.edu>
files: wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/debf281cc42b
---- turn off LOG in emu-sock-creator
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu-net-device.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/8966e68809a6
---- enable multicast in emu-net-device
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu-net-device.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e3aa8940f23b
---- clarify comment in emu-helper
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/emu-helper.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ece71adb1c42
---- sentence made no sense in emu.h
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c57cb1ef0098
---- remove tap device and helper
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/tap/host-tap-net-device.cc src/devices/tap/host-tap-net-device.h src/devices/tap/tap-channel.cc src/devices/tap/tap-channel.h src/devices/tap/tap-manager-client.cc src/devices/tap/tap-manager-client.h src/devices/tap/tap-manager.cc src/devices/tap/tap-net-device.cc src/devices/tap/tap-net-device.h src/devices/tap/wscript src/helper/tap-helper.cc src/helper/tap-helper.h src/helper/wscript src/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c85506878fe5
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e48410cf76e4
---- Apply Patch to address bug 294 -- due to vincent
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/internet-stack/arp-ipv4-interface.cc src/node/net-device.h src/node/simple-net-device.cc src/node/simple-net-device.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1e7abf5fca79
---- apply patch for bug 294 (GetMulticastAddr) + emu device update + rescan
user: vincent at clarinet.u-strasbg.fr
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/545ddf9398ed
---- remove unimplemented methods from emu class + rescan
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_emu.py src/devices/emu/emu-net-device.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ca2159d54d75
---- need bindings for v4ping
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_v4ping.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/df9b99bc768c
---- apply patch for bug 390 (regression tests can't open input files)
user: mathieu.lacage at sophia.inria.fr
files: wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e45be3d9181b
---- apply patch for bug 390 (SocketImpl::Bind returns something other than -1)
user: raj.b at gatech.edu
files: src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/265004d6dc15
---- asserts cut and paste into places where fatal error was appropriate
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu-net-device.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/784c45b27326
---- address bug 393 (need to overload Install methods for python)
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/application-container.cc src/helper/application-container.h src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/emu-helper.cc src/helper/emu-helper.h src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/helper/mobility-helper.cc src/helper/mobility-helper.h src/helper/on-off-helper.cc src/helper/on-off-helper.h src/helper/packet-sink-helper.cc src/helper/packet-sink-helper.h src/helper/packet-socket-helper.cc src/helper/packet-socket-helper.h src/helper/udp-echo-helper.cc src/helper/udp-echo-helper.h src/helper/v4ping-helper.cc src/helper/v4ping-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/affd0834debc
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a10653fa0891
---- keep gcc 3.4 from complaining
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu-net-device.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/03ebd59f4d06
---- g++ 4.3.2-1ubuntu7 too picky
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/emu/emu-net-device.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/cc6a7f93dc3f
---- Initial IPv6 capability
user: vincent at clarinet.u-strasbg.fr
files: AUTHORS examples/test-ipv6.cc examples/wscript src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/node/address-utils.cc src/node/address-utils.h src/node/icmp-socket.cc src/node/icmp-socket.h src/node/inet6-socket-address.cc src/node/inet6-socket-address.h src/node/ipv6-address.cc src/node/ipv6-address.h src/node/ipv6-header.cc src/node/ipv6-header.h src/node/mac48-address.cc src/node/mac48-address.h src/node/net-device.h src/node/simple-net-device.cc src/node/simple-net-device.h src/node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9cf7ad0cac85
---- Make olsr::RoutingTable public, add a method GetEntries to it, and add a method GetRoutingTable to OlsrAgent. This way it is possible to read the actual routing table that OLSR has discovered, for debugging/visualization purposes.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_olsr.py src/routing/olsr/olsr-agent-impl.cc src/routing/olsr/olsr-agent-impl.h src/routing/olsr/olsr-agent.h src/routing/olsr/olsr-routing-table.cc src/routing/olsr/olsr-routing-table.h src/routing/olsr/routing-table.cc src/routing/olsr/routing-table.h src/routing/olsr/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f04e7f61b1ed
---- osx doesn't emu
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wscript src/devices/emu/wscript src/helper/wscript src/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c049b25f2ded
---- Python: require new pybindgen and re-scan API to make the list of free functions and namespaces sorted.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py bindings/python/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/7fdcbeea6c4f
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/7e9406b15666
---- Ipv6Header::GetName() is declared but not implemented; remove it.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_node.py src/node/ipv6-header.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6ed8e59690b2
---- fix buggy example
user: craigdo at ee.washington.edu
files: examples/csma-star.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6559f390009d
---- added abusive regression test csma-star
user: craigdo at ee.washington.edu
files: regression/tests/test-csma-star.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9ba0a3f6a07a
---- make ppp header public
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/point-to-point/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4c1c3f6bcd03
---- change attribute ReceiveErrorModel in CSMA and rescan
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_point_to_point.py src/devices/csma/csma-net-device.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/dacfd1f07538
---- Allow /32 addresses to be configured via Ipv4AddressHelper
user: Tom Henderson <tomh at tomh.org>
files: src/helper/ipv4-address-helper.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ed0dfce40459
---- Add an InternetStackHelper method to do ascii tracing on drop events
user: Tom Henderson <tomh at tomh.org>
files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4222173d1e6d
---- rescan for new method in InternetStackHelper
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_helper.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6180d3afa1a6
---- overdue changes to CHANGES.html
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6647bcafbf3f
---- Refactor wscript code to move regression testing code to a separate python module (bug 325)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py wscript wutils.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9e946fee902c
---- Bug 387: Build fails with junk subdirectories in "scratch" directory
user: Andrey Hippo <ahippo at yandex.ru>
files: wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e29698e2e158
---- Fix build of Python bindings with Python 2.6
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/827884bf1356
---- nsc-tcp-socket-impl: use new nsc getsockname/getpeername interface.
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/sim_interface.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/0edba1e055aa
---- 5% cpu optimization
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/type-id.cc src/core/type-id.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a77d35844233
---- 5% cpu optimization
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object.cc src/core/type-id.cc src/core/type-id.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c6f693de286d
---- Add a --with-regression-traces configure option, to allow using externally supplied regression traces instead of fetching them from the network.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: regression.py regression/tests/test-csma-bridge.py regression/tests/test-csma-broadcast.py regression/tests/test-csma-multicast.py regression/tests/test-csma-one-subnet.py regression/tests/test-csma-packet-socket.py regression/tests/test-csma-ping.py regression/tests/test-csma-raw-ip-socket.py regression/tests/test-csma-star.py regression/tests/test-realtime-udp-echo.py regression/tests/test-simple-error-model.py regression/tests/test-simple-global-routing.py regression/tests/test-simple-point-to-point-olsr.py regression/tests/test-tcp-large-transfer.py regression/tests/test-tcp-nsc-lfn.py regression/tests/test-udp-echo.py regression/tests/test-wifi-wired-bridging.py wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/8e757a83fb36
---- Add a --with-pybindgen option, to allow external pybindgen to be used instead of fetching it from the network
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/2ad80d9647f0
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6e665285884c
---- fix --with-pybindgen path handling bug
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d8186b9e2b80
---- Depend on nsc 0.5.0. This is required so the interface is the same for an NSC
user: Sam Jansen <sam.jansen at gmail.com>
files: src/internet-stack/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/81d31a09aae6
---- Drop trace notification when outgoing interface is down
user: Tom Henderson <tomh at tomh.org>
files: src/internet-stack/ipv4-l3-protocol.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5091e3a14b26
---- Allow a zero NetDevice in WifiChannel.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-channel.h src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/3b7d0c1fce02
---- add a string-based constructor
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mode.cc src/devices/wifi/wifi-mode.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/3a887a06b795
---- do not crash if the callback is null.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b685a65a4b72
---- PHY-layer test scripts
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d3f8cf4d2c2a
---- print the tx power, not a random character
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/05de3d432860
---- do a binary search for the range boundary.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy-test.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/091bb8fef41f
---- change name of parameter
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy-test.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/260d8acdbd01
---- test PHY collisions
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/wscript src/devices/wifi/wifi-phy-test.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/006d3dd58939
---- add missing files.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/flow-id-tag.cc src/contrib/flow-id-tag.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5c98289383e3
---- remove dead method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/51e9f5ef0963
---- rename WifiPhy to YansWifiPhy and add WifiPhy abstract base class.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.cc examples/wifi-adhoc.cc examples/wifi-ap.cc src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-channel.h src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/wifi-test.cc src/devices/wifi/wscript src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a15618dcd0eb
---- no need to reference WifiNetDevice
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.h src/devices/wifi/wifi-mac.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f35819202b66
---- typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/63910e38db95
---- add missing Setter
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/object-factory.cc src/core/object-factory.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/590b21d7fcdd
---- add UnsafeAttributeList
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-list.cc src/core/attribute-list.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f985e116b696
---- split WifiChannel in WifiChannel + YansWifiChannel
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.cc examples/wifi-adhoc.cc examples/wifi-ap.cc src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-channel.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-phy.h src/devices/wifi/wifi-test.cc src/devices/wifi/wscript src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-channel.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/wifi-helper.cc src/helper/wifi-helper.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/94f771c1373a
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.cc src/internet-node/arp-cache.cc src/internet-node/arp-cache.h src/internet-node/arp-header.cc src/internet-node/arp-header.h src/internet-node/arp-ipv4-interface.cc src/internet-node/arp-ipv4-interface.h src/internet-node/arp-l3-protocol.cc src/internet-node/arp-l3-protocol.h src/internet-node/internet-stack.cc src/internet-node/internet-stack.h src/internet-node/ipv4-checksum.cc src/internet-node/ipv4-checksum.h src/internet-node/ipv4-end-point-demux.cc src/internet-node/ipv4-end-point-demux.h src/internet-node/ipv4-end-point.cc src/internet-node/ipv4-end-point.h src/internet-node/ipv4-impl.cc src/internet-node/ipv4-impl.h src/internet-node/ipv4-interface.cc src/internet-node/ipv4-interface.h src/internet-node/ipv4-l3-protocol.cc src/internet-node/ipv4-l3-protocol.h src/internet-node/ipv4-l4-demux.cc src/internet-node/ipv4-l4-demux.h src/internet-node/ipv4-l4-protocol.cc src/internet-node/ipv4-l4-protocol.h src/internet-node/ipv4-loopback-in!
terface.cc src/internet-node/ipv4-loopback-interface.h src/internet-node/ipv4-static-routing.cc src/internet-node/ipv4-static-routing.h src/internet-node/pending-data.cc src/internet-node/pending-data.h src/internet-node/rtt-estimator.cc src/internet-node/rtt-estimator.h src/internet-node/sequence-number.cc src/internet-node/sequence-number.h src/internet-node/sgi-hashmap.h src/internet-node/tcp-header.cc src/internet-node/tcp-header.h src/internet-node/tcp-l4-protocol.cc src/internet-node/tcp-l4-protocol.h src/internet-node/tcp-socket-factory-impl.cc src/internet-node/tcp-socket-factory-impl.h src/internet-node/tcp-socket-impl.cc src/internet-node/tcp-socket-impl.h src/internet-node/tcp-typedefs.h src/internet-node/udp-header.cc src/internet-node/udp-header.h src/internet-node/udp-l4-protocol.cc src/internet-node/udp-l4-protocol.h src/internet-node/udp-socket-factory-impl.cc src/internet-node/udp-socket-factory-impl.h src/internet-node/udp-socket-impl.cc src/internet-node/!
udp-socket-impl.h src/internet-node/waf src/internet-node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6b3415c550e1
---- remove unneeded headers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b584563a7781
---- doc cleanup
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/yans-wifi-channel.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/61c8b717d361
---- split state management in a helper class
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy-state-helper.cc src/devices/wifi/wifi-phy-state-helper.h src/devices/wifi/wscript src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/44645cec42f2
---- add missing license headers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy-state-helper.cc src/devices/wifi/wifi-phy-state-helper.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/0d0517e7a557
---- constify
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/wifi-phy-state-helper.cc src/devices/wifi/wifi-phy.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/804d92c1f7c3
---- re-enable tracing of wifi phy state.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-ap.cc src/devices/wifi/wifi-phy-state-helper.cc src/devices/wifi/wifi-phy-state-helper.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/wifi-helper.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1687492ff059
---- remove header from list of public headers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/46153af8a08e
---- split the error rate model from the yans phy
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/error-rate-model.cc src/devices/wifi/error-rate-model.h src/devices/wifi/wscript src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9e048e073cf0
---- add missing license headers
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/error-rate-model.cc src/devices/wifi/error-rate-model.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/714f93024a37
---- kill dead method declaration
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1271239aaec5
---- split interference calculation from YansWifiPhy. Move them to InterferenceHelper
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dcf-manager.cc src/devices/wifi/dcf-manager.h src/devices/wifi/error-rate-model.cc src/devices/wifi/error-rate-model.h src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/wifi-phy-state-helper.cc src/devices/wifi/wifi-phy-state-helper.h src/devices/wifi/wifi-phy.h src/devices/wifi/wscript src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/99c9346b5d71
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_wifi.py doc/tutorial/Makefile doc/tutorial/attributes.texi doc/tutorial/callbacks.texi doc/tutorial/figures/README doc/tutorial/figures/buffer.dia doc/tutorial/figures/dumbbell.dia doc/tutorial/figures/helpers.obj doc/tutorial/figures/oneobj.png doc/tutorial/figures/packet.obj doc/tutorial/figures/pp.dia doc/tutorial/figures/sockets-overview.dia doc/tutorial/figures/star.dia doc/tutorial/figures/threeobj.png doc/tutorial/helpers.texi doc/tutorial/introduction.texi doc/tutorial/log.texi doc/tutorial/other.texi doc/tutorial/output.texi doc/tutorial/packets.texi doc/tutorial/routing.texi doc/tutorial/sockets.texi doc/tutorial/statistics.texi doc/tutorial/troubleshoot.texi examples/mixed-wireless.cc examples/stats/wifi-example-sim.cc examples/wifi-ap.cc examples/wifi-wired-bridging.cc src/contrib/wscript!
src/core/uid-manager.cc src/core/uid-manager.h src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/wifi-helper.cc src/helper/wifi-helper.h src/internet-stack/ipv4-l4-demux.cc src/internet-stack/ipv4-l4-demux.h src/routing/olsr/olsr.cc tutorial/hello-simulator.cc tutorial/testipv4.cc tutorial/tutorial-bus-network.cc tutorial/tutorial-csma-echo-ascii-trace.cc tutorial/tutorial-csma-echo-pcap-trace.cc tutorial/tutorial-csma-echo.cc tutorial/tutorial-linear-dumbbell.cc tutorial/tutorial-point-to-point.cc tutorial/tutorial-star-routing.cc tutorial/tutorial-star.cc tutorial/waf tutorial/wscript utils/replay-simulation.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/01acc159ffb1
---- add composite capability to PropagationLossModel base class.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_wifi.py src/devices/wifi/composite-propagation-loss-model.cc src/devices/wifi/composite-propagation-loss-model.h src/devices/wifi/jakes-propagation-loss-model.cc src/devices/wifi/jakes-propagation-loss-model.h src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h src/devices/wifi/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/56e477db65b2
---- fix build.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_wifi.py src/devices/wifi/jakes-propagation-loss-model.h src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/232d52317a18
---- get rid of reference model for log distance model
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-ap.cc examples/wifi-wired-bridging.cc samples/main-propagation-loss.cc src/devices/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-model.h src/devices/wifi/wifi-phy-test.cc src/helper/wifi-helper.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4e7e594b0b7e
---- assert on invalid uid
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/type-id.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6fa1d439ba1c
---- implement missing method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/propagation-loss-model.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a9bd53792bc1
---- new wifi API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_helper.py bindings/python/ns3_module_wifi.py examples/mixed-wireless.cc examples/stats/wifi-example-sim.cc examples/wifi-adhoc.cc examples/wifi-ap.cc examples/wifi-wired-bridging.cc src/devices/wifi/interference-helper.cc src/devices/wifi/wifi-channel.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-phy.h src/devices/wifi/wifi-test.cc src/devices/wifi/wscript src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-channel.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/wifi-helper.cc src/helper/wifi-helper.h src/helper/wscript src/helper/yans-wifi-phy-helper.cc src/helper/yans-wifi-phy-helper.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4d1a61f80745
---- typo
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/propagation-loss-model.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a9162f5e5e2e
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_wifi.py src/core/type-id.cc src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/helper/packet-socket-helper.cc src/helper/wifi-helper.cc src/helper/wifi-helper.h src/helper/wscript src/routing/olsr/routing-table.cc src/routing/olsr/routing-table.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/18ac5bec5c49
---- add WifiHelper::Install (Ptr<Node>) method per craig's comment.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_helper.py src/helper/wifi-helper.cc src/helper/wifi-helper.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c798f3d5cb2e
---- Disable EmuNetDevice Python bindings if the netdevice is not compiled in (bug #413)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py src/devices/emu/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a1e72a0595a6
---- Work around #define ECHO in a system header file included by Python.h on Mac OS X (bug #413)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/fe95a4f9d423
---- When --run'ing a program, tell WAF to only build that program, nothing more.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/3604c4e42fd1
---- Post-fix the last patch, to make sure invalid program names passed into --run trigger an informative error message as before.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/fd796ed5b166
---- bug 257: change the default log output of time to seconds, not the simulator's resolution.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/simulator.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/736b807ae8c0
---- [Bug 398] NqstaWifiMac does not filter received frames by BSSID
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/wifi/nqsta-wifi-mac.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ee1f01c019f4
---- instrument PcapWriter
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/common/pcap-writer.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d549fa894719
---- bug 408: ensure that we perform duplicate detection and defragmentation for both management and data frames. bug 214: make the sequence smaller check a debug log message rather than an unconditional message.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-rx-middle.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f38616f83c3b
---- regression test for ns2 mobility file helper
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: regression/tests/test-ns2-mob.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1a216c2ee391
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/29e5814f544d
---- bug 420: avoid valgrind warning
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/static-speed-helper.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/29bb5689faa4
---- Make sure obj.name == obj.target for 'scratch' programs; fixes issue reported in ns-3-users with ./waf --run scratch/simple not working.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a2a992900b0b
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c05de2ba481f
---- add missing chainup to parent DoDispose method
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/application.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/591392bea401
---- Bug 289: CommandLine::AddValue is not wrapped
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_core.py bindings/python/ns3module_helpers.cc bindings/python/ns3modulegen_core_customizations.py bindings/python/ns3modulescan.py bindings/python/wscript src/core/command-line.cc src/core/command-line.h utils/python-unit-tests.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/909b0a724ed3
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ccc0b1372100
---- bug 396: try harder to send ASSOCIATION_RESPONSE frames.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/dca-txop.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4ac29a986eef
---- bug 421: memory leak in csma-ping
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/applications/v4ping/v4ping.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/76fabfcfd757
---- Fix waf problem running programs with arguments.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript wutils.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/3c149230e98a
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/745312072e11
---- add bridged routing example
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-bridge-one-hop.cc examples/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4b18d1e1e2e5
---- implement IsBridged for net devices
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/emu/emu-net-device.cc src/devices/emu/emu-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/node/net-device.h src/node/simple-net-device.cc src/node/simple-net-device.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e525995ce5dc
---- convince global routing not to crash in the presence of bridges
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-bridge-one-hop.cc src/core/abort.h src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/helper/bridge-helper.cc src/helper/node-container.cc src/helper/node-container.h src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-route-manager-impl.h src/routing/global-routing/global-route-manager.cc src/routing/global-routing/global-route-manager.h src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/04f9377661b8
---- Admit possibility that not all nodes are routers.
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-bridge-one-hop.cc src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/972310213d07
---- factor DiscoverLSAs into understandable modules
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/206f627bd5af
---- deal with bridged stub/transit networks on routers
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/49b432aefbd0
---- teach global routing about bridges
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/476c3bed16c0
---- fix bug 114 and bug 66
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-bridge-one-hop.cc src/routing/global-routing/global-router-interface.cc src/routing/global-routing/global-router-interface.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/eef10dbce686
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e2ada9e99280
---- remove some hey-look-here debugging flags
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/routing/global-routing/global-router-interface.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6a47ccdf2c5d
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/devices/wifi/composite-propagation-loss-model.cc src/devices/wifi/composite-propagation-loss-model.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/bbccb5d7b6ea
---- document wifi-wired-bridging a little and add aborts if bridged net devices with IP addresses found
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wifi-wired-bridging.cc src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-router-interface.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6a20c485ddb5
---- disallow routing on bridge devices with IP address, fix wifi-wired-bridging
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wifi-wired-bridging.cc src/routing/global-routing/global-route-manager-impl.cc src/routing/global-routing/global-router-interface.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/756887a9bbea
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a8e97cf0aae3
---- CHANGES.html for global routing supporting bridges
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/016c554c4f6d
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f6bc20790cb6
---- merge with ns-3-dev
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_process.py bindings/python/ns3_module_process_manager.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_tap.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py bindings/python/ns3module_helpers.cc bindings/python/ns3modulegen_generated.py bindings/python/ns3modu!
lescan.py bindings/python/wscript doc/tutorial/Makefile doc/tutorial/figures/README doc/tutorial/introduction.texi examples/csma-ping.cc examples/csma-raw-ip-socket.cc examples/mixed-wireless.cc examples/wifi-wired-bridging.cc examples/wscript src/applications/v4ping/v4ping.cc src/common/pcap-writer.cc src/contrib/wscript src/devices/bridge/bridge-net-device.cc src/devices/bridge/bridge-net-device.h src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h src/devices/point-to-point/point-to-point-net-device.cc src/devices/point-to-point/point-to-point-net-device.h src/devices/wifi/composite-propagation-loss-model.cc src/devices/wifi/composite-propagation-loss-model.h src/devices/wifi/error-rate-model.cc src/devices/wifi/error-rate-model.h src/devices/wifi/interference-helper.cc src/devices/wifi/interference-helper.h src/devices/wifi/jakes-propagation-loss-model.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqsta-wifi-mac.cc src/devi!
ces/wifi/propagation-loss-model.cc src/devices/wifi/propagation-loss-m
odel.h src/devices/wifi/wifi-channel.cc src/devices/wifi/wifi-channel.h src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h src/devices/wifi/wifi-phy-state-helper.cc src/devices/wifi/wifi-phy-state-helper.h src/devices/wifi/wifi-phy-test.cc src/devices/wifi/wifi-phy.cc src/devices/wifi/wifi-phy.h src/devices/wifi/wifi-test.cc src/devices/wifi/wscript src/devices/wifi/yans-wifi-channel.cc src/devices/wifi/yans-wifi-channel.h src/devices/wifi/yans-wifi-phy.cc src/devices/wifi/yans-wifi-phy.h src/helper/node-container.cc src/helper/node-container.h src/helper/wscript src/internet-stack/arp-ipv4-interface.cc src/internet-stack/icmpv4-l4-protocol.cc src/internet-stack/icmpv4-l4-protocol.h src/internet-stack/icmpv4.cc src/internet-stack/icmpv4.h src/internet-stack/internet-stack.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-l4-protocol.h src/internet-stack/ipv4-raw-socket-impl.!
cc src/internet-stack/ipv4-raw-socket-impl.h src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/tcp-l4-protocol.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-l4-protocol.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/internet-stack/wscript src/node/ipv6-header.h src/node/net-device.h src/node/simple-net-device.cc src/node/simple-net-device.h src/node/socket.cc src/node/socket.h src/routing/olsr/routing-table.cc src/routing/olsr/routing-table.h src/simulator/simulator.cc src/wscript wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/75d47d7f4bc2
---- remove crap
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ca6011a9bc06
---- implement missing methods
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/tap/host-tap-net-device.cc src/devices/tap/host-tap-net-device.h src/devices/tap/tap-net-device.cc src/devices/tap/tap-net-device.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9e685caaf8e1
---- update to new wifi API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/process-http-demo.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a00a04710414
---- get rid of duplicate code compilation
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4ef327a3bee4
---- no need for visualizer
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/mixed-wireless.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b4b99ac9000c
---- no need for visualizer
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/tcp-star-server.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4eedc91526e3
---- condition was inverted
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/unix-socket-fd.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/33388c823a55
---- get rid of useless Timeout method. modify assert to handle pathological case where thread has been made active but not running yet
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/waiter.cc src/process-manager/waiter.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1d5fe8f8d30f
---- make sure that we don't perform spurious wakeups
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/waiter.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/3bd581ec9e23
---- logging
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/unix-socket-fd.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6e92236cd647
---- make the tcp bench more robust
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/process-bench-app.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1dade9e0f093
---- Remove IcmpSocket class.
user: Sebastien Vincent <vincent at clarinet.u-strasbg.fr>
files: bindings/python/ns3_module_node.py src/node/icmp-socket.cc src/node/icmp-socket.h src/node/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/3d1e71561636
---- The 'contrib' module actually depends on 'common' too (affects waf --python-scan)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py src/contrib/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/561a37800333
---- Const fix (needed for older Python versions)
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3module_helpers.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/503e8d54ee1d
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/icmp-socket.cc src/node/icmp-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4ddcca845f07
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py bindings/python/ns3module_helpers.cc src/contrib/wscript src/node/icmp-socket.cc src/node/icmp-socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/1033a797f33b
---- rescan
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_common.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_core.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_emu.py bindings/python/ns3_module_global_routing.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_olsr.py bindings/python/ns3_module_onoff.py bindings/python/ns3_module_packet_sink.py bindings/python/ns3_module_point_to_point.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_stats.py bindings/python/ns3_module_tap.py bindings/python/ns3_module_udp_echo.py bindings/python/ns3_module_v4ping.py bindings/python/ns3_module_wifi.py bindings/python/ns3modulegen_generated.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/dd1dff2c3268
More information about the Ns-commits
mailing list