[Ns-commits] gjc/ns-3-pyviz
code@nsnam-code.ece.gatech.edu
code at nsnam-code.ece.gatech.edu
Wed Sep 10 09:44:45 PDT 2008
---- Fix build when ns3_module_*__local.py files are used.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/f548d13ffd4e
---- add missing aggregate removed by previous commit
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/internet-stack.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/a006e29edaae
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/967bf4132c6f
---- update AUTHORS, CHANGES, RELEASE_NOTES for ns-3.2
user: Craig Dowell <craigdo at ee.washington.edu>
files: AUTHORS CHANGES.html RELEASE_NOTES
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/dfd634417b8d
---- Added tag ns-3.2-RC1 for changeset dfd634417b8d
user: Craig Dowell <craigdo at ee.washington.edu>
files: .hgtags
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/8feda39dff1f
---- nsc: Fix build problem if gtk config store is disabled
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/693faf7f4e9b
---- move Address and ack timeout down to MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/6c39b712a535
---- move cts timeout down to MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/fe35e5be4b78
---- move sifs down to MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/7b209b3b6af2
---- move slot and pifs down to MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/721bd46c15f8
---- move GetBssid down to MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_wifi.py src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/dca-txop.cc src/devices/wifi/mac-low.cc src/devices/wifi/mac-low.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/5888dfe3f245
---- remove unecessary include
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/b179502b5ec6
---- implement SendFrom correctly
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/e8e41feee205
---- implement SupportsSendFrom
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/da21b3e410b6
---- implement promisc mode
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/callbacks_list.py bindings/python/ns3_module_wifi.py src/devices/wifi/adhoc-wifi-mac.cc src/devices/wifi/adhoc-wifi-mac.h src/devices/wifi/nqap-wifi-mac.cc src/devices/wifi/nqap-wifi-mac.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/devices/wifi/wifi-mac.h src/devices/wifi/wifi-net-device.cc src/devices/wifi/wifi-net-device.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/a84d99890289
---- We cannot default-construct the position of a mobility model.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/mobility-model.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/60f2abc7df58
---- make sure to propagation the address down to the MacLow
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/eb9b8020bd68
---- make sure we convey the right 'to' address to the NetDevice layer.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqap-wifi-mac.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/e75787538c9a
---- from and to addresses were inverted
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqap-wifi-mac.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/63b5da6fee38
---- forward a frame back to the wireless network only if the destination is associated, is a broadcast or multicast packet.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqap-wifi-mac.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/475d6e5d6794
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_wifi.py src/internet-stack/ipv4-l4-demux.cc src/internet-stack/ipv4-l4-demux.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/ab843919beb1
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/5950066a1592
---- Update PyBindGen, fixes compilation with python 2.4.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/10bac9e67669
---- bug 309: GtkConfigStore does not build on freebsd.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/gtk-config-store.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/4925c4225148
---- Adjust LD_LIBRARY_PATH for FreeBSD also; fallback to adjusting LD_LIBRARY_PATH when we don't know any better.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/74aeed0b0334
---- Disable Python support on the CygWin platform, at least until/if the problems are fixed.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/a97d3ed04035
---- add NetDeviceContainer constructors
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/net-device-container.cc src/helper/net-device-container.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/8100abafd21d
---- testcase for wifi bridging
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-wired-bridging.cc examples/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/660d3a0c40cd
---- add wifi+wired bridge example
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-wired-bridging.cc wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/1fec65ceb523
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/da5482f27f7e
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/25871ba19a71
---- forgot to add test file
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: regression/tests/test-wifi-wired-bridging.py
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/378795604085
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/a74c78bfc304
---- bug 312: ./waf check fails.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/5209cecd2ade
---- New pybindgen, should fix bug #308.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/422ce0c7bd20
---- Add a summary of optional features at the end of the configuration stage.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript src/contrib/stats/wscript src/contrib/wscript src/internet-stack/wscript wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/30afad8324d5
---- We don't want mercurial -q option when fetching nsc, user feedback is important.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/2438df52233e
---- Exclude any possible 'nsc' folder from the dist tarball (nsc is ~= 100MB).
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/672f2a6de8b4
---- Move all NSC related build code into src/internet-stack, to unclutter a bit the main wscript
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/internet-stack/wscript wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/a9c05c7e54f2
---- further cleanup of MTU in CSMA
user: craigdo at ee.washington.edu
files: examples/realtime-udp-echo.cc examples/udp-echo.cc src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/367ae1cba60f
---- MTU, encap mode cleanup for csma
user: craigdo at ee.washington.edu
files: examples/csma-multicast.cc src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/0aa446f659d9
---- branch merge
user: craigdo at ee.washington.edu
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/d52cce4f1d6c
---- apply MTU/FrameSize treatment to point-to-point
user: craigdo at ns-test
files: bindings/python/ns3_module_csma.py bindings/python/ns3_module_helper.py 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
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/aa1fb0f43571
---- flip LLC to DIX framing switch in csma
user: craigdo at ns-test
files: src/devices/csma/csma-net-device.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/fedc8b314171
---- add AddIpv4Stack, splt functions in independent chunks
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/internet-stack.cc src/internet-stack/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/abab38fa09ab
---- compile nsc code unconditionally.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/internet-stack.cc src/internet-stack/nsc-sysctl.cc src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/nsc-tcp-socket-impl.h src/internet-stack/sim_errno.h src/internet-stack/sim_interface.h src/internet-stack/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/cddd59578812
---- make sure aid is initialized
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mgt-headers.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/2aee7df86786
---- For better consistency, option --nsc becomes --enable-nsc, --python-disable becomes --disable-python.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript src/internet-stack/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/a6d8bf62a61d
---- Use the information provided by conf.report_optional_feature() to enable/disable python bindings for optional APIs
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/8e69ebf086f1
---- no references to timespec if CLOCK_REALTIME undef
user: craigdo at ns-test
files: src/simulator/wall-clock-synchronizer.cc src/simulator/wall-clock-synchronizer.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/5edc4dfe0708
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/f21114ef31de
---- fix MinGW build
user: craigdo at ns-test
files: src/simulator/wall-clock-synchronizer.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/0acb1792ffb1
---- just remove hires clocks from wall-clock-synchronizer until they are needed
user: craigdo at ns-test
files: src/simulator/wall-clock-synchronizer.cc src/simulator/wall-clock-synchronizer.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/00938a81ad10
---- Python bindings generation does not need to depend on the 'everything.h' file, only API scanning and compilation of the generated sources.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/cd704871a4ed
---- Detect the pthread.h header file and automatically disable components that cannot build without it.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py src/core/wscript src/simulator/event-impl.h src/simulator/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/f912b24ddf2d
---- Fix TCP closedown FINs, and remove broken tcp-erros example (bug 242)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: examples/tcp-errors.cc examples/tcp-large-transfer.cc examples/wscript src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-typedefs.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/7afa66c2b291
---- Implement TCP finite rx buffer (bug 239)
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: src/internet-stack/pending-data.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/node/tcp-socket.cc src/node/tcp-socket.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/5d836ab1523b
---- Update CHANGES.html to reflect the last two changesets
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: CHANGES.html
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/5a0182408867
---- Don't build realtime simulator if required core components aren't built
user: craigdo at ns-test
files: src/simulator/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/2b2f692044d8
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/tcp-errors.cc src/simulator/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/c1a2ee633ab5
---- Missing include
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/simulator/realtime-simulator-impl.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/516c4f22d251
---- bug 316: make nsc compilation conditional again
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/internet-stack.cc src/internet-stack/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/9a2b20293ae5
---- update release notes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: RELEASE_NOTES
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/f17da31d6081
---- update build matrix
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: README
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/b6724ca12da9
---- add msvc to set of platforms known to not work
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: README
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/cf7200b67f16
---- do not reserve space for unwritten data to avoid memory initialization problems
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mgt-headers.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/878961da459c
---- make sure to destroy all left-over memory before exit
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-wired-bridging.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/bf33e34f8cd0
---- make mobility helper ascii output more robust to formatting portability problems.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/mobility-helper.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/67ca221a24bb
---- should set retry bit in acks.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/f44b66348690
---- should set retry bit in rts and acks.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/653395340b5c
---- don't use bitfields: they are evil.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mac-header.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/0ae474317c28
---- initialize m_ctrlPwrMgt
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mac-header.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/07850bede91a
---- initialize sta listen interval
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mgt-headers.cc
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/eb4d8f900458
---- Problem of Python bindings in MinGW has been fixed
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: README bindings/python/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/457fea62fbdd
---- Use subprocess.Popen instead of os.system to improve portability of the regression testing framework
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/31e3bf84da41
---- bug 322: download nsc from released location if in 'release' mode.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/e10e48cbce9c
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/596f2bd3c39c
---- prep for ns-3.2-RC2
user: Craig Dowell <craigdo at ee.washington.edu>
files: CHANGES.html
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/ba90a28f8c59
---- fix typo to allow cloning traces when they are not there yet
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/5e2260309dca
---- Stop the /dev/null redirection abuse
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/81b9840155de
---- enable nsc when nsc enabled
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/wscript src/simulator/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/e96e61efb9a5
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/eacfb4274caa
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_csma.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_wifi.py bindings/python/wscript examples/tcp-errors.cc src/contrib/wscript
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/9f8b6d0305fd
---- Add PromiscRx tracing support for the CSMA device
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/devices/csma/csma-net-device.cc src/devices/csma/csma-net-device.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/eafdcd98f5e1
---- Trace CSMA Tx/Rx/PromiscRx; represent broadcasts as multiple unicast transmissions
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/contrib/pyviz.cc src/contrib/pyviz.h
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/d3c1312e5a61
---- Remove broadcasts hack; make the pause button insensitive when the simulation ends.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: examples/visualizer.py
url: http://code.nsnam.org/gjc/ns-3-pyviz/rev/4a0f77181b7e
More information about the Ns-commits
mailing list