Commit Graph

  • 61d85c75d3 add operator < Mathieu Lacage 2007-10-09 12:30:37 +02:00
  • 8dab22328c add MacTxMiddle to build Mathieu Lacage 2007-10-09 12:23:14 +02:00
  • ac0991a7cc add WifiMacQueue to build Mathieu Lacage 2007-10-09 12:20:43 +02:00
  • bc276b2bc1 add Dcf to build Mathieu Lacage 2007-10-09 12:17:02 +02:00
  • 1e6415ce45 add MacLow to build Mathieu Lacage 2007-10-09 11:36:13 +02:00
  • e4f6408939 do not include dead header Mathieu Lacage 2007-10-09 11:07:18 +02:00
  • 497bb74d5a replace header mode with preamble mode Mathieu Lacage 2007-10-09 11:07:05 +02:00
  • dee939e78c remove extra WifiPhy::SendPacket argument. Add header mode support Mathieu Lacage 2007-10-09 10:21:46 +02:00
  • 79aa1535f3 topologies Craig Dowell 2007-10-08 22:00:04 -07:00
  • 9f2902e9d2 support for star network, example in tutorial Craig Dowell 2007-10-08 20:51:21 -07:00
  • ace6574179 branch merge Craig Dowell 2007-10-08 18:52:08 -07:00
  • 8ac82843af tutorial file names Craig Dowell 2007-10-08 18:51:48 -07:00
  • 3e4acb6921 more descriptive name Craig Dowell 2007-10-08 14:50:00 -07:00
  • bb9a9fb06d port to new MacStation API Mathieu Lacage 2007-10-08 17:04:34 +02:00
  • 1a0edab86e port ArfMacStations to new MacStation API Mathieu Lacage 2007-10-08 17:02:20 +02:00
  • 673ac3faa9 remove 'All rights reserved' Mathieu Lacage 2007-10-08 16:04:59 +02:00
  • 3833b9b585 remove 'All rights reserved' Mathieu Lacage 2007-10-08 16:04:57 +02:00
  • 6ba9224f32 port to new MacStation API Mathieu Lacage 2007-10-08 16:04:12 +02:00
  • d138a49895 implement broadcast/multicast MacStation Mathieu Lacage 2007-10-08 15:58:07 +02:00
  • 0e434f0212 fix copyright statement Mathieu Lacage 2007-10-08 15:44:08 +02:00
  • f807067337 use WifiMode rather than mode indexes in MacStations API. Mathieu Lacage 2007-10-08 15:43:19 +02:00
  • 5e5800363e add operator == for WifiMode Mathieu Lacage 2007-10-08 15:42:07 +02:00
  • d643cf8c1d add WifiMode mandatory flag Mathieu Lacage 2007-10-08 15:36:37 +02:00
  • 0873562023 add MacStations::LookupNonUnicast Mathieu Lacage 2007-10-08 14:43:53 +02:00
  • ca890b509a add Mac48Address::IsBroadcast/IsMulticast Mathieu Lacage 2007-10-08 14:43:29 +02:00
  • 59fc14c57c move mac-station code in mac-stations Mathieu Lacage 2007-10-08 14:33:29 +02:00
  • c96ad24a35 Add support for non-unit-cost metrics for Ipv4Interfaces (for use in routing); add example script simple-alternate-routing.cc Tom Henderson 2007-10-06 21:21:07 -07:00
  • 9a7694f32a deal with static constructor problem Craig Dowell 2007-10-12 13:41:24 -07:00
  • 73e9110b64 branch merge Craig Dowell 2007-10-12 12:31:29 -07:00
  • 90439fc8c4 env var changes Craig Dowell 2007-10-12 12:30:19 -07:00
  • 1a480445c9 make sure we cleanup after ourselves in DefaultValueTests Mathieu Lacage 2007-10-12 15:49:04 +02:00
  • adf066acdd Add a missing const. Gustavo J. A. M. Carneiro 2007-10-11 18:34:15 +01:00
  • a2d11d8100 Optimize EventGarbageCollector by using std::multiset with EventIds sorted by expiration time. Gustavo J. A. M. Carneiro 2007-10-11 17:26:32 +01:00
  • f77b8a9137 Make EventGarbageCollector private to the olsr module; adapt olsr to Timer API changes. Gustavo J. A. M. Carneiro 2007-10-11 16:17:27 +01:00
  • ad0241047d merge Gustavo J. A. M. Carneiro 2007-10-11 15:51:36 +01:00
  • 6218b00486 Bug #88 (Ipv4Address operator ==, !=, < should be inline for performance reasons) Gustavo J. A. M. Carneiro 2007-10-11 15:39:39 +01:00
  • 4585f14b5f bug 87: do not export the garbage collection facility from the Timer class. Mathieu Lacage 2007-10-11 17:59:59 +02:00
  • cd045df1c3 bug 86: add missing functions to manipulate Mac48Address Mathieu Lacage 2007-10-11 13:11:45 +02:00
  • 20b226769f constify more conversion operators Mathieu Lacage 2007-10-11 13:02:47 +02:00
  • 8460428f2e constify conversion operator Mathieu Lacage 2007-10-11 13:00:12 +02:00
  • b42e00961b add missing call to Simulator::Destroy to cleanup after test Mathieu Lacage 2007-10-10 15:32:04 +02:00
  • 86abaf4009 Fix CommandLine::AddArgCommand memory leak. Gustavo J. A. M. Carneiro 2007-10-10 11:14:16 +01:00
  • c0af9c2bf1 merge Gustavo J. A. M. Carneiro 2007-10-09 13:25:30 +01:00
  • 10baa77dbc Bug 81 (CommandLine::AddArgValue not working correctly) Gustavo J. A. M. Carneiro 2007-10-09 11:38:01 +01:00
  • bf2adc6861 log verbosity changes Craig Dowell 2007-10-08 18:13:26 -07:00
  • 3a41b51160 Bug 82 (Add convenience API to retrieve default values) Gustavo J. A. M. Carneiro 2007-10-08 17:49:18 +01:00
  • c0ed9be287 Fix bug 80 (valgrind error when finalizing PacketMetadata). Gustavo J. A. M. Carneiro 2007-10-08 17:44:17 +01:00
  • 7a37ee7c30 merge Gustavo J. A. M. Carneiro 2007-10-08 14:14:24 +01:00
  • d42e7a6d0a remove 'All rights reserved' mention Mathieu Lacage 2007-10-08 15:54:36 +02:00
  • 115506476b add missing copyright Mathieu Lacage 2007-10-08 15:50:25 +02:00
  • fab9df7825 Use 'const Ptr<T>' rather than 'Ptr<T> const' Gustavo J. A. M. Carneiro 2007-10-08 14:13:58 +01:00
  • 743a4eaf02 Adapt the OLSR agent code to use the new Timer class. Gustavo J. A. M. Carneiro 2007-10-08 11:37:03 +01:00
  • 4df07ae61f merge Gustavo J. A. M. Carneiro 2007-10-08 11:24:16 +01:00
  • 6c1d1db4b4 Fix typo Gustavo J. A. M. Carneiro 2007-10-08 11:23:53 +01:00
  • 11ac94d449 exercise Craig Dowell 2007-10-05 18:52:22 -07:00
  • a84a41bc75 add seed calls Craig Dowell 2007-10-05 18:17:18 -07:00
  • 5f61c348c2 prototype address and network allocation Craig Dowell 2007-10-05 16:00:04 -07:00
  • ffdc440926 Add operator < to Ptr smart pointers, to make them behave well with STL containers. Gustavo J. A. M. Carneiro 2007-10-05 19:13:36 +01:00
  • 907ad64f96 merge with HEAD Mathieu Lacage 2007-10-08 10:28:52 +02:00
  • 3457fcb48b Fix race condition in mobility-visualizer-view; reduce refresh rate to 30fps. Gustavo J. A. M. Carneiro 2007-10-04 11:24:05 +01:00
  • f70700c330 add Timer::GetDelayLeft Mathieu Lacage 2007-10-04 09:22:05 +02:00
  • b28727ef8c make the timer a tristate object Mathieu Lacage 2007-10-04 09:14:16 +02:00
  • 3af33c8b75 enable log prefix Craig Dowell 2007-10-03 13:34:06 -07:00
  • 9059dd7e3e log changes Craig Dowell 2007-10-03 12:41:17 -07:00
  • 2d0f686964 Compile mobility-visualizer with -fno-strict-aliasing to avoid GNOME bug #316221 Gustavo J. A. M. Carneiro 2007-10-03 19:38:03 +01:00
  • cf896e8064 Use GStaticMutex instead of G_DEFINE_LOCK Gustavo J. A. M. Carneiro 2007-10-03 19:36:56 +01:00
  • 2422ec276d Fix a couple more warnings in OLSR Gustavo J. A. M. Carneiro 2007-10-03 19:11:46 +01:00
  • c00aa2d807 Fix unused variable warning in optimized build. Gustavo J. A. M. Carneiro 2007-10-03 19:06:31 +01:00
  • ab400de069 merge Gustavo J. A. M. Carneiro 2007-10-03 17:54:38 +01:00
  • 829a28c986 merge Gustavo J. A. M. Carneiro 2007-10-03 17:38:49 +01:00
  • 666850a6bc Hide the velocity vector if it is null. Gustavo J. A. M. Carneiro 2007-10-03 17:38:05 +01:00
  • 89ff51cc09 mereg Gustavo J. A. M. Carneiro 2007-10-03 17:33:45 +01:00
  • c0ea316f44 Draw the velocity vector Gustavo J. A. M. Carneiro 2007-10-03 17:29:27 +01:00
  • 7fae03e300 Add a small mobility model visualization tool Gustavo J. A. M. Carneiro 2007-10-03 16:38:17 +01:00
  • 728d858f15 add CrMacStations to build Mathieu Lacage 2007-10-03 15:46:28 +02:00
  • 2029981f00 build MacParameters Mathieu Lacage 2007-10-03 15:44:02 +02:00
  • 3e2e67d88d hg ignore doc/trace-source-list.h Gustavo J. A. M. Carneiro 2007-10-03 13:59:32 +01:00
  • 4fd5e3dc74 Now run doxygen again before the build, but the doc/trace-source-list.h is generated during waf check; make doxygen less verbose, and give a warning when doc/trace-source-list.h is missing. Gustavo J. A. M. Carneiro 2007-10-03 13:58:01 +01:00
  • 17a02b8fbb install header Mathieu Lacage 2007-10-03 14:22:41 +02:00
  • 75a174bc7b no need for ns3 prefix Mathieu Lacage 2007-10-03 14:22:03 +02:00
  • 086e01fcb8 no need for ns3 prefix Mathieu Lacage 2007-10-03 14:21:19 +02:00
  • a219428887 add missing header Mathieu Lacage 2007-10-03 14:20:07 +02:00
  • ca86b0acf9 add missing header Mathieu Lacage 2007-10-03 14:19:54 +02:00
  • f20df8a492 build WifiMacTrailer Mathieu Lacage 2007-10-03 14:19:24 +02:00
  • d742b306d7 forgot to add wscript file Mathieu Lacage 2007-10-03 14:11:10 +02:00
  • 119c647097 build WifiMacHeader Mathieu Lacage 2007-10-03 14:08:31 +02:00
  • 64c6fa6525 add more files to build Mathieu Lacage 2007-10-03 13:12:26 +02:00
  • 5a7965468d add MacStation to build Mathieu Lacage 2007-10-03 13:11:28 +02:00
  • 855ccbf300 add MacStations to build Mathieu Lacage 2007-10-03 13:10:44 +02:00
  • 855d52908b add Timer::Suspend/Resume/IsSuspended Mathieu Lacage 2007-10-03 13:01:29 +02:00
  • 1440302ab3 add Simulator::GetDelayLeft Mathieu Lacage 2007-10-03 13:01:12 +02:00
  • 9e055bd52f implement WifiPhy::GetChunkSuccessRate Mathieu Lacage 2007-10-03 11:35:07 +02:00
  • d4a36c2e0f use WifiMode rather than TransmissionMode Mathieu Lacage 2007-10-03 11:01:17 +02:00
  • ef9c8a4716 tutorial Craig Dowell 2007-10-02 15:34:00 -07:00
  • cd21a5ed8a In trace sources list documentation, make the trace path stand out better, as it is extremely important but previously easy to miss. Gustavo J. A. M. Carneiro 2007-10-02 11:51:45 +01:00
  • 1d0c9511a5 Phy80211 -> WifiPhy Mathieu Lacage 2007-10-02 12:42:16 +02:00
  • cd73b37673 WifiPhy class Mathieu Lacage 2007-10-02 12:41:04 +02:00
  • f970ede20b merge Gustavo J. A. M. Carneiro 2007-10-02 11:11:27 +01:00
  • 9308382295 Run the program print-trace-sources to generate doc/trace-source-list.h when generating docs. As a side effect, --doxygen is now has to be processed at the end of the build. Gustavo J. A. M. Carneiro 2007-10-02 11:10:31 +01:00
  • caf0a2c143 add ssid to build Mathieu Lacage 2007-10-02 11:38:47 +02:00