examples/simple-point-to-point-olsr.cc
Thu, 22 Jan 2009 14:11:09 -0500 Raj Bhattacharjea Apply Mathieu's change: remove all calls to SetSeed
Tue, 13 Jan 2009 17:15:44 -0500 Raj Bhattacharjea Proposed RNG API changes
Thu, 03 Jul 2008 15:44:54 -0700 Craig Dowell bug 232, references to Parameter obsolete
Thu, 29 May 2008 19:09:56 -0700 Craig Dowell point-to-point cleanup
Thu, 29 May 2008 11:45:57 +0100 Gustavo J. A. M. Carneiro Make Application::Start/Stop times relative, Simulator::StopAt(time) renamed to Simulator::Stop(time) and time also made relative, to improve consistency of the API which uses relative times everywhere else. Closes bug #191.
Tue, 20 May 2008 07:27:16 -0700 Tom Henderson remove spurious test line
Tue, 20 May 2008 07:25:17 -0700 Tom Henderson Add attributes to new abstract base class for UdpSocket
Sat, 17 May 2008 12:08:20 -0700 Tom Henderson s/ns3::Udp/ns3::UdpSocketFactory
Tue, 22 Apr 2008 21:19:39 -0700 Tom Henderson branch merge
Tue, 22 Apr 2008 21:18:04 -0700 Tom Henderson EnablePcap()->EnablePcapAll(); EnableAscii()->EnableAsciiAll()
Sun, 13 Apr 2008 15:46:17 -0700 Tom Henderson Align helper API use of Install()
Mon, 21 Apr 2008 08:32:50 -0700 Mathieu Lacage avoid crash due to mis-spelled data rate unit
Thu, 17 Apr 2008 13:42:25 -0700 Mathieu Lacage get rid of Attribute class. Use AttributeValue subclasses directly.
Mon, 07 Apr 2008 18:29:38 -0700 Craig Dowell rework app constructors
Mon, 07 Apr 2008 10:44:06 -0700 Mathieu Lacage SetupUdp -> SetUdpLocal, SetupTcp -> SetTcpLocal
Mon, 07 Apr 2008 10:41:21 -0700 Mathieu Lacage Ipv4AddressHelper::Allocate -> Ipv4AddressHelper::Assign
Mon, 07 Apr 2008 10:38:37 -0700 Mathieu Lacage Build -> Install
Mon, 31 Mar 2008 17:48:21 -0700 Craig Dowell use global seed in examples, new regression tests
Mon, 31 Mar 2008 15:19:11 -0700 Mathieu Lacage change pcap filename template to be slightly more coherent.
Mon, 31 Mar 2008 14:23:07 -0700 Mathieu Lacage add back max simulation time on olsr example
Mon, 31 Mar 2008 14:00:40 -0700 Mathieu Lacage port to helper API
Sat, 15 Mar 2008 19:29:22 +0100 Mathieu Lacage need to use ns3:: prefix for TypeId names now.
Thu, 13 Mar 2008 12:56:49 -0700 Mathieu Lacage add back support for introspected doxygen.
Thu, 13 Mar 2008 11:10:38 -0700 Mathieu Lacage add Application::SetNode and NetDevice::SetNode, use them from Node::AddApplication and Node::AddDevice. kill useless "Node" attributes.
Tue, 11 Mar 2008 13:30:12 -0700 Mathieu Lacage get rid of CreateObjectWith
Mon, 10 Mar 2008 00:27:53 +0100 Mathieu Lacage kill DefaultValue
Sun, 09 Mar 2008 23:43:52 +0100 Mathieu Lacage rewrite CommandLine to not handle DefaultValues anymore.
Wed, 27 Feb 2008 22:19:39 +0100 Mathieu Lacage merge with HEAD
Wed, 27 Feb 2008 21:41:34 +0100 Mathieu Lacage introduce the ns3::String class, get rid of the string -> Attribute implicit conversion, and get rid of MakeDataRate, port PointToPointNetDevice to Attributes
Wed, 27 Feb 2008 00:05:23 +0100 Mathieu Lacage port Applications to Attributes
Tue, 26 Feb 2008 19:52:17 +0100 Mathieu Lacage port Olsr code to attributes/helpers
Wed, 13 Feb 2008 17:42:08 +0000 Gustavo J. A. M. Carneiro Make the OLSR example a bit more complete, adding a 5th node, to exercise 3-hop routing.
Fri, 01 Feb 2008 18:39:37 +0000 Gustavo J. A. M. Carneiro Put back the simulation time in 30 seconds, else we generate huge trace files.
Fri, 01 Feb 2008 17:17:24 +0000 Gustavo J. A. M. Carneiro Fix OLSR example: don't add static routes, increase simulation time to 300 seconds.
Thu, 31 Jan 2008 22:11:03 +0100 Mathieu Lacage QueryInterface -> GetObject
Wed, 02 Jan 2008 09:25:31 +0100 Mathieu Lacage fix bug 122: get rid of duplicate argument to QueryInterface
Wed, 02 Jan 2008 09:09:24 +0100 Mathieu Lacage add CreateObject<> to instanciate subclasses of the Object base class. Replaces Create<>.
Fri, 12 Oct 2007 12:31:29 -0700 Craig Dowell branch merge
Wed, 26 Sep 2007 18:28:42 +0100 Gustavo J. A. M. Carneiro Enable ASCII tracing unconditionally, now that the associated problem is fixed in OLSR.
Fri, 21 Sep 2007 14:28:05 +0100 Gustavo J. A. M. Carneiro Update OLSR example.
Wed, 12 Sep 2007 18:28:18 +0100 Gustavo J. A. M. Carneiro Adapt OLSR to routing API changes
Tue, 11 Sep 2007 14:52:15 +0100 Gustavo J. A. M. Carneiro merge with ns-3-dev
Thu, 06 Sep 2007 15:18:14 +0100 Gustavo J. A. M. Carneiro Stop OLSR simulation after 10 seconds (since OLSR never stops generating events)
Thu, 06 Sep 2007 13:34:54 +0100 Gustavo J. A. M. Carneiro Update OLSR code to NS-3 API changes.
less more (0) tip