[Ns-commits] lj/ns-3-netlink
code@nsnam-code.ece.gatech.edu
code at nsnam-code.ece.gatech.edu
Sat Sep 6 02:01:35 PDT 2008
---- Python: fix constructor wrapper name for templated ns3::Objects.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen_core_customizations.py
url: http://code.nsnam.org/lj/ns-3-netlink/rev/352cfe96e593
---- New pybindgen and API rescan. Extensive API description files changes because pybindgen now handles consts differently.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
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_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_wifi.py bindings/python/ns3modulegen_core_customizations.py bindings/python/ns3modulegen_generated.py bindings/python/wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/b6804efbe16b
---- Fix compilation of Python bindings when libsqlite3 is not available (and so the class SqliteDataOutput is omitted).
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen.py bindings/python/wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/1f5d9b97a1a2
---- bug 303: return value should not be const
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/contrib/stats/data-calculator.cc src/contrib/stats/data-calculator.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/f6abfdf47163
---- ipv4-end-point-demux: add method to fetch list of all endpoints
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/ipv4-end-point-demux.cc src/internet-stack/ipv4-end-point-demux.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/4631eaaf84c4
---- nsc: core files.
user: Florian Westphal <fw at strlen.de>
files: src/internet-stack/nsc-sysctl.cc src/internet-stack/nsc-sysctl.h src/internet-stack/nsc-tcp-l4-protocol.cc src/internet-stack/nsc-tcp-l4-protocol.h src/internet-stack/nsc-tcp-socket-factory-impl.cc src/internet-stack/nsc-tcp-socket-factory-impl.h src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/nsc-tcp-socket-impl.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/e6374560e19e
---- nsc: enable network simulation cradle
user: Florian Westphal <fw at strlen.de>
files: src/helper/internet-stack-helper.cc src/helper/internet-stack-helper.h src/internet-stack/internet-stack.cc src/internet-stack/internet-stack.h src/internet-stack/wscript src/wscript wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/9e5eaef3e082
---- nsc: example files.
user: Florian Westphal <fw at strlen.de>
files: examples/tcp-nsc-lfn.cc examples/tcp-nsc-zoo.cc examples/wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/5818912ae9a3
---- merge nsc phase one
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/wscript src/wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/048d80fcffde
---- catch KeyError exception to avoid failing when sqlite or gtk are not installed
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3modulegen.py
url: http://code.nsnam.org/lj/ns-3-netlink/rev/96fa2a7b5f88
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/lj/ns-3-netlink/rev/b6cf80679b72
---- bug 274: bridge must detect compatibility of devices with bridging mode
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_bridge.py bindings/python/ns3_module_contrib.py bindings/python/ns3_module_csma.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.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_wifi.py 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/node/net-device.h src/node/node.cc src/node/simple-net-device.cc src/node/simple-net-device.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/4eb48239b4dc
---- use Mac48Address::GetMulticast to avoid code duplication
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/bridge/bridge-net-device.cc
url: http://code.nsnam.org/lj/ns-3-netlink/rev/0404af4cacf0
---- improve debugging output
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-phy.cc
url: http://code.nsnam.org/lj/ns-3-netlink/rev/692e616413a3
---- use std::string instead of raw string
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/ssid.cc src/devices/wifi/ssid.h
url: http://code.nsnam.org/lj/ns-3-netlink/rev/53e2e87aebd0
---- bug 282: remove Ipv4L4Demux
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/internet-stack/internet-stack.cc src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/internet-stack/ipv4-l4-demux.cc src/internet-stack/ipv4-l4-demux.h src/internet-stack/ipv4-l4-protocol.cc src/internet-stack/ipv4-l4-protocol.h src/internet-stack/tcp-l4-protocol.cc src/internet-stack/tcp-l4-protocol.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-l4-protocol.cc src/internet-stack/udp-l4-protocol.h src/internet-stack/udp-socket-impl.cc src/internet-stack/wscript utils/print-introspected-doxygen.cc
url: http://code.nsnam.org/lj/ns-3-netlink/rev/ad0a36bfdb62
---- make nsc build again.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/nsc-tcp-socket-impl.cc
url: http://code.nsnam.org/lj/ns-3-netlink/rev/701de46de742
---- 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/lj/ns-3-netlink/rev/a006e29edaae
---- 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/lj/ns-3-netlink/rev/f548d13ffd4e
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/rev/ab843919beb1
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/rev/74aeed0b0334
---- 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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/rev/1fec65ceb523
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/lj/ns-3-netlink/rev/da5482f27f7e
---- 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/lj/ns-3-netlink/rev/a97d3ed04035
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/lj/ns-3-netlink/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/lj/ns-3-netlink/rev/378795604085
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/lj/ns-3-netlink/rev/a74c78bfc304
---- bug 312: ./waf check fails.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: wscript
url: http://code.nsnam.org/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/rev/0aa446f659d9
---- branch merge
user: craigdo at ee.washington.edu
files:
url: http://code.nsnam.org/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/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/lj/ns-3-netlink/rev/2aee7df86786
More information about the Ns-commits
mailing list