examples/wscript
2008-07-09 Add David Evensky's tcp-2way regression test
2008-07-08 Check in a tcp example which has rate error models
2008-07-02 Add a tcp server example
2008-06-28 work through second tutorial example
2008-06-28 add updated tutorial examples
2008-06-21 remove tcp-2way from examples. mistake from changeset c8011a2a0c60
2008-06-21 another testcase for bug 217. Make sure we do not report tags outside of the current range
2008-06-09 bug 186: internet-node directory must be renamed to internet-stack
2008-04-08 revive mixed-wireless example from Simutools tutorial
2008-03-31 remove example of p2p static routing: this requires using the low-level API and we don't want to show how to do this.
2008-03-31 Remove the TCP examples that aren't in line with the helper API
2008-03-19 move wifi examples to example directory
2008-01-25 Added in ns-3-tcp (second try)
2007-11-14 Add src/common/error-model implementation and example script, and add to NetDevices
2007-10-13 back out unrelated changes
2007-10-13 Clarify pkt-uid field in doxygen
2007-10-06 Add support for non-unit-cost metrics for Ipv4Interfaces (for use in routing); add example script simple-alternate-routing.cc
2007-09-21 merge with ns-3-dev
2007-09-12 merge with ns-3-dev
2007-09-11 merge with ns-3-dev
2007-09-06 Update OLSR code to NS-3 API changes.
2007-09-05 merge
2007-07-30 solve some merge problems
2007-07-30 merge
2007-07-26 Add OLSR routing support, (loosely) based on Francisco J. Ros's NS-2 code (University of Murcia).
2007-09-12 start of udp echo applications
2007-09-10 merge with trunk
2007-08-12 branch merge
2007-08-12 untested multicast support
2007-09-04 Fix for bug69: set local address correctly upon UDP connect; apply correct UDP connect() semantics (that sendto cannot override addresses on a connected socket); if destination is IPv4 limited broadcast address, convert to subnet-directed broadcast and send out on each interface; provide example csma-broadcast.cc script
2007-08-28 Remove references to really-simple-point-to-point, fix build
2007-08-24 Change the protocol stack processing to pass packets by non-const
2007-08-10 global routing csma patch
2007-08-09 rename to csma
2007-08-08 WAF: add new bld.create_ns3_module() and bld.create_ns3_program() methods to make declaration of modules and programs simpler, and allowing us to change how ns-3 is built in a centralized way, without needing to change every module wscript file.
2007-08-06 merge packet socket with trunk
2007-08-01 example code.
2007-08-03 interim
2007-08-03 merge with ns-3-dev
2007-07-27 rename party
2007-07-17 Allow compiling the 'routing' module and example with WAF
2007-07-27 rename example from p2p to point-to-point
2007-07-27 new script for csma-cd
2007-07-27 a csma/cd NetDevice subclass and a test script
2007-07-27 cleanup the wscripts
2007-05-13 WAF: simplify wscripts using the new chained uselib_local dependencies feature of WAF SVN; now build all samples and examples; add --disable-rpath configure option; add WAF build instructions.