[Ns-commits] mathieu/ns-3-simu
code@nsnam.ece.gatech.edu
code at nsnam.ece.gatech.edu
Mon Oct 27 05:21:53 PDT 2008
---- bug 361: make GetBssid public.
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
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9819ffe46a68
---- bug 367: generate beacons by default at time 0.0
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqap-wifi-mac.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/0dd9486ceaf4
---- bug 331: constify Packet::PeekHeader
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc src/common/packet.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/011897c60e9c
---- remove tgif figures; replace with dia
user: Tom Henderson <tomh at tomh.org>
files: doc/manual/Makefile doc/manual/figures/README doc/manual/figures/internet-node-recv.dia doc/manual/figures/internet-node-recv.obj doc/manual/figures/internet-node-send.dia doc/manual/figures/internet-node-send.obj doc/manual/figures/node.dia doc/manual/figures/node.obj doc/manual/figures/packet.dia doc/manual/figures/packet.obj
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/97bd03e5af73
---- branch merge
user: Tom Henderson <tomh at tomh.org>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4cb1e74d0f9e
---- remove tgif figures; replace with dia
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/Makefile doc/tutorial/figures/README doc/tutorial/figures/helpers.dia doc/tutorial/figures/helpers.obj
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/dae14c4979dd
---- Upgrade to pybindgen rev. 598, to fix bug #291.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/3fd36a505c0e
---- Rescan API for Python.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_common.py bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d0cf214d050c
---- constify
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/bb6876ea0851
---- make simulator schedule calls explicitly relative throughout. fixes multithread problem in realtime simulator
user: Craig Dowell <craigdo at ee.washington.edu>
files: samples/main-test-sync.cc samples/wscript src/simulator/default-simulator-impl.cc src/simulator/realtime-simulator-impl.cc src/simulator/simulator.cc src/simulator/simulator.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/75c6a3d424d9
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: doc/manual/figures/internet-node-recv.obj doc/manual/figures/internet-node-send.obj doc/manual/figures/node.obj doc/manual/figures/packet.obj doc/tutorial/figures/helpers.obj
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9f03fc6f7296
---- add dangerous realtime scheduling methods in an intentionally harder to find and use way
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/realtime-simulator.cc src/simulator/realtime-simulator.h src/simulator/simulator.h src/simulator/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/898d8a14b88f
---- it helps to remember to add function implementations
user: Craig Dowell <craigdo at ee.washington.edu>
files: samples/main-test-sync.cc src/simulator/realtime-simulator-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ceea04d07e60
---- added test for m_running in ScheduleRealNow
user: Craig Dowell <craigdo at ee.washington.edu>
files: samples/main-test-sync.cc src/simulator/realtime-simulator-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/804beebf1ba5
---- slight reorganization and naming change for added realtime methods
user: Craig Dowell <craigdo at ee.washington.edu>
files: samples/main-test-sync.cc src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/realtime-simulator.cc src/simulator/realtime-simulator.h src/simulator/simulator.cc src/simulator/simulator.h src/simulator/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/dc1f5e534e56
---- implement a non-realtime version of RunOneEvent for realtime simulator and allow Run, Stop, Run
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/simulator/realtime-simulator-impl.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b796f3c38e3e
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b1b55512f867
---- remove uneeded include.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/simulator.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/94fe4c32956d
---- reuse operator < (EventKey)
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/heap-scheduler.cc src/simulator/heap-scheduler.h src/simulator/list-scheduler.cc src/simulator/list-scheduler.h src/simulator/map-scheduler.cc src/simulator/map-scheduler.h src/simulator/scheduler.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/902c5237743a
---- define Scheduler::Event and use it in Scheduler::Insert
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/heap-scheduler.cc src/simulator/heap-scheduler.h src/simulator/list-scheduler.cc src/simulator/list-scheduler.h src/simulator/map-scheduler.cc src/simulator/map-scheduler.h src/simulator/scheduler.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d0381b7f3030
---- don't use EventId in Schedulers: use Scheduler::Event instead.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/default-simulator-impl.cc src/simulator/heap-scheduler.cc src/simulator/heap-scheduler.h src/simulator/list-scheduler.cc src/simulator/list-scheduler.h src/simulator/map-scheduler.cc src/simulator/map-scheduler.h src/simulator/realtime-simulator-impl.cc src/simulator/scheduler.h src/simulator/simulator-impl.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/268b86ce5435
---- avoid using Ptr<EventImpl>
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/realtime-simulator.h src/simulator/simulator-impl.h src/simulator/simulator.cc src/simulator/simulator.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ace932ee6eef
---- move MakeEvent out of Simulator
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h src/simulator/make-event.cc src/simulator/make-event.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/realtime-simulator.h src/simulator/simulator-impl.h src/simulator/simulator.cc src/simulator/simulator.h src/simulator/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5e007004402e
---- remove uneeded includes.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/wifi-wired-bridging.cc src/simulator/default-simulator-impl.h src/simulator/realtime-simulator-impl.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ca47c7015ea4
---- rename RealtimeSimulator to WallclockSimulator
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-test-sync.cc src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/realtime-simulator.h src/simulator/simulator-impl.h src/simulator/simulator.cc src/simulator/wallclock-simulator.h src/simulator/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4eb8e926c6d7
---- remove event locking
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/default-simulator-impl.cc src/simulator/event-impl.cc src/simulator/event-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/6cca59a0fca6
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_common.py bindings/python/ns3_module_core.py bindings/python/ns3_module_simulator.py bindings/python/ns3_module_wifi.py bindings/python/wscript doc/manual/figures/internet-node-recv.obj doc/manual/figures/internet-node-send.obj doc/manual/figures/node.obj doc/manual/figures/packet.obj doc/tutorial/Makefile doc/tutorial/figures/README doc/tutorial/figures/helpers.obj examples/wifi-wired-bridging.cc examples/wscript src/common/packet.cc src/common/packet.h src/devices/wifi/nqsta-wifi-mac.cc src/devices/wifi/nqsta-wifi-mac.h src/internet-stack/ipv4-l3-protocol.cc src/internet-stack/ipv4-l3-protocol.h src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/simulator-impl.h src/simulator/simulator.cc src/simulator/simulator.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e113b5ba9015
---- add missing header
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/process.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/306f94075249
---- latest libmicrohttpd changed its include scheme. This is _stupid_.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: examples/process-http-demo-server.c
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/bb86965cc51c
---- use wall clock scheduler
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/tap/tap-net-device.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/79449e232183
---- rescan python bindings
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_node.py bindings/python/ns3_module_simulator.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/3caf04ccad87
---- make sure we implement all Schedule methods within the right class
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/simulator/wallclock-simulator.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f4ffcfc3a8ad
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_node.py bindings/python/ns3_module_simulator.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4e0ce05d8cd3
---- implement more open modes
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/process-manager/simu-stdio.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/3e76d5f3fe15
---- make sure that we don't use a stale pcaket size: the packet ownership is given to m_txBuffer
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/dda30b2c2d89
---- bug 372: fragmentation is broken
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3_module_node.py bindings/python/ns3_module_wifi.py src/devices/wifi/dca-txop.cc src/devices/wifi/dca-txop.h src/devices/wifi/wifi-remote-station-manager.cc src/devices/wifi/wifi-remote-station-manager.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/73e7bb607014
---- improve debugging
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/mac-low.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/524b07b47f32
---- bug 371: wifi-ap broken
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mac.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/789e9a21ecbe
---- bug 350: operator > missing.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/ptr.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/cb3da9028895
---- kill dead code
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-mac.cc src/devices/wifi/wifi-mac.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/fe7ad0964d44
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_wifi.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/096de171a476
---- bug 343: bench-packets does not work.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/bench-packets.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/79a21524565f
---- bug 352: STA receives back the broadcasts it sends.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/nqsta-wifi-mac.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d26d57ddf801
---- bug 202: header file conflict
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/config.h src/node/channel.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/5ab2feb083a0
---- A more pythonic wrapper for ns3.TypeId.LookupByNameFailSafe
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_internet_stack.py bindings/python/ns3module_helpers.cc bindings/python/ns3modulegen.py bindings/python/ns3modulegen_core_customizations.py bindings/python/ns3modulescan.py utils/python-unit-tests.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a84a48233eb3
---- Packet::Metadata::PrintStats doesn't really exist.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: src/common/packet-metadata.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ee45d2d71f01
---- Python: enable wrapping of the packet metadata APIs.
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_common.py bindings/python/ns3modulescan.py bindings/python/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c73866625b44
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3_module_core.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a10cc38ff52e
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/278766b309a9
---- merge
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e9b55c93049e
---- Touch the readme as a test
user: raj at raj-desktop
files: README
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ca7267da6c4e
---- Undo change
user: Raj Bhattacharjea <raj.b at gatech.edu>
files: README
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/cfc585a0ea16
---- fix optimized build
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/devices/wifi/wifi-remote-station-manager.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/8aed4fbf8f35
---- bug 349: workaround compiler bug
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/tag-list.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/622a33a8820c
---- give attribute power to Callback.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/attribute-accessor-helper.h src/core/attribute-helper.h src/core/attribute-test.cc src/core/boolean.h src/core/callback.cc src/core/callback.h src/core/config.h src/core/enum.cc src/core/enum.h src/core/pointer.h src/core/string.cc src/core/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e46e361a4262
---- add API to get bytes out of a packet without calling PeekData
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/common/packet.cc src/common/packet.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/64f1310350e4
---- add debugging
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/a2c60d47218b
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files:
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9650873fba21
---- bug 382: templated DynamicCast
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/ptr.cc src/core/ptr.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/b03ea30335a3
---- remove broken test
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: utils/python-unit-tests.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/4f07ee85f2a1
---- bug 278: print protocol number from Ipv4Header::Print
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/node/ipv4-header.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a0946f209866
---- Python: fix bug with missing wrapper registration for objects created directly via the python constructor
user: Gustavo J. A. M. Carneiro <gjc at inescporto.pt>
files: bindings/python/ns3modulegen_core_customizations.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/33b1372d4108
---- tutorial typos fixed (bug 379)
user: Tom Henderson <tomh at tomh.org>
files: doc/tutorial/building-topologies.texi doc/tutorial/conceptual-overview.texi doc/tutorial/tweaking.texi
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/21f40ccb03b3
---- Remove queue limit from listen
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/applications/packet-sink/packet-sink.cc src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/nsc-tcp-socket-impl.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/f0d8608ab155
---- rescan after bug 357 patch
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_common.py bindings/python/ns3_module_core.py bindings/python/ns3_module_node.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/dab0c18b39a0
---- Apply patch to fix bug 363
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/node/socket.cc src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/0e11474a0b92
---- rescan after 363 fix
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_node.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ca168a0544f2
---- Apply patch to fix bug 364
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/udp-socket-impl.cc src/node/packet-socket.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/362d7e1c12a6
---- bug 389: Beacon is sent after DIFS+Backoff instead of PIFS
user: Kirill V. Andreev <kirillano at yandex.ru>
files: src/devices/wifi/nqap-wifi-mac.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/e676513eacbd
---- Liu's GetSockName patch
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/nsc-tcp-socket-impl.h src/internet-stack/tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.h src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/node/packet-socket.cc src/node/packet-socket.h src/node/socket.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/78c4c41557f3
---- rescan for bug 283
user: Craig Dowell <craigdo at ee.washington.edu>
files: bindings/python/ns3_module_node.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/38f540bbb699
---- bug 386: make sure errno is not set incorrectly and don't access stale packets.
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/317ccc4ebb4e
---- bug 339: unconditional assert API.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/abort.h src/core/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/0eea20a7b592
---- rework StaticSpeedHelper API
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/mobility/random-direction-2d-mobility-model.cc src/mobility/random-walk-2d-mobility-model.cc src/mobility/random-waypoint-mobility-model.cc src/mobility/static-speed-helper.cc src/mobility/static-speed-helper.h src/mobility/static-speed-mobility-model.cc src/mobility/static-speed-mobility-model.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a2375aed06f3
---- Read correctly fractional seconds. Reported by Ramon Bauza
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/ns2-mobility-helper.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/d00f1a3be3d0
---- rescan python
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_mobility.py
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/47f7000e0462
---- add ns2 mobility sample.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/main-ns2-mob.cc samples/ns2-mob.tr
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/c81a20edffab
---- replace with 8 spaces.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/csma-helper.cc src/helper/csma-helper.h src/helper/mobility-helper.cc src/helper/mobility-helper.h src/helper/node-container.cc src/helper/ns2-mobility-helper.cc src/helper/ns2-mobility-helper.h src/helper/olsr-helper.cc src/helper/olsr-helper.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h src/helper/wifi-helper.cc src/helper/wifi-helper.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/9f384deadb46
---- bug 284: cannot use config paths to get a handle on an object.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/core/config.cc src/core/config.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/985324e2caaa
---- forgot to build ns2 mobility sample
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/eb2748908cc6
---- bug 280: trace helpers too inclusive
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: src/helper/csma-helper.cc src/helper/point-to-point-helper.cc src/helper/wifi-helper.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/616c83eeb4b9
---- Apply thread interrupt patch
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/unix-system-thread.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/2c655e67f7b1
---- structured thread exit methods
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/system-thread.h src/core/unix-system-thread.cc
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/cf62138bd445
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/core/system-thread.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/2897f15e0de6
---- make star topologies easier to create
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/star.cc examples/wscript src/helper/ipv4-interface-container.cc src/helper/ipv4-interface-container.h src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/a5895f134543
---- branch merge
user: Craig Dowell <craigdo at ee.washington.edu>
files: src/helper/point-to-point-helper.cc src/helper/point-to-point-helper.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/80b84f35bde8
---- csma version of install star and example
user: Craig Dowell <craigdo at ee.washington.edu>
files: examples/csma-star.cc examples/wscript src/helper/csma-helper.cc src/helper/csma-helper.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/707acdf0f8b3
---- merge with HEAD
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: samples/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/ffea4fa619db
---- remove realtime public API.
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_node.py bindings/python/ns3_module_simulator.py bindings/python/ns3modulegen_generated.py samples/main-ns2-mob.cc samples/main-test-sync.cc src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/simulator-impl.h src/simulator/simulator.cc src/simulator/simulator.h src/simulator/wallclock-simulator.h src/simulator/wscript
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/edd4928b2046
---- merge
user: Mathieu Lacage <mathieu.lacage at sophia.inria.fr>
files: bindings/python/ns3_module_common.py bindings/python/ns3_module_core.py bindings/python/ns3_module_helper.py bindings/python/ns3_module_mobility.py bindings/python/ns3_module_node.py bindings/python/ns3_module_simulator.py bindings/python/ns3module_helpers.cc bindings/python/ns3modulegen_generated.py bindings/python/ns3modulescan.py bindings/python/wscript examples/wscript samples/wscript src/common/packet.cc src/common/packet.h src/core/callback.h src/core/unix-system-thread.cc src/devices/tap/tap-net-device.cc src/devices/wifi/nqsta-wifi-mac.cc src/helper/node-container.cc src/internet-stack/ipv4-raw-socket-impl.cc src/internet-stack/ipv4-raw-socket-impl.h src/internet-stack/nsc-tcp-socket-impl.cc src/internet-stack/tcp-socket-impl.cc src/internet-stack/udp-socket-impl.cc src/internet-stack/udp-socket-impl.h src/node/socket.cc src/node/socket.h src/process-manager/unix-stream-socket-fd.cc src/simulator/default-simulator-impl.cc src/simulator/default-simulator-impl.h!
src/simulator/realtime-simulator-impl.cc src/simulator/realtime-simulator-impl.h src/simulator/simulator-impl.h src/simulator/simulator.cc src/simulator/simulator.h src/simulator/wallclock-simulator.h
url: http://code.nsnam.org/mathieu/ns-3-simu/rev/fe55cf57590a
More information about the Ns-commits
mailing list