Commit Graph

5927 Commits

Author SHA1 Message Date
Mathieu Lacage
88b0af83b5 add cid support to waypoint model 2007-07-18 14:11:33 +02:00
Mathieu Lacage
5e3d0126e3 add default value support to random waypoint 2007-07-18 14:08:34 +02:00
Mathieu Lacage
aef4192d6a add a 3d random waypoint model 2007-07-18 13:56:37 +02:00
Gustavo J. A. M. Carneiro
30b8b3c61f WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc. 2007-07-18 12:20:31 +01:00
Gustavo J. A. M. Carneiro
7a1c6388c2 Backed out changeset df68dad55087ea649a33f04e78b4ff4cf324acdd 2007-07-18 12:17:53 +01:00
Gustavo J. A. M. Carneiro
a694ccb39e WAF: add a --command-template option to e.g. allow running programs with valgrind, gdb, etc. 2007-07-18 11:43:39 +01:00
Mathieu Lacage
a85bcfc0d7 Random2dPosition -> RandomPosition 2007-07-18 11:04:54 +02:00
Mathieu Lacage
5cc787f648 move Position class in own header 2007-07-18 11:03:01 +02:00
Mathieu Lacage
a011792fb6 RandomRectangleTopology -> RandomTopology 2007-07-18 10:53:53 +02:00
Mathieu Lacage
2bd88ed300 use Random2dPosition from RandomRectangleTopology 2007-07-18 10:46:44 +02:00
Mathieu Lacage
bd234eafe3 add iid and cid support to Random2dPosition 2007-07-18 10:46:26 +02:00
Mathieu Lacage
0405be5bb0 a random position helper class 2007-07-18 10:13:28 +02:00
Craig Dowell
f8616ba0b5 routing documentation 2007-07-17 22:20:48 -07:00
Mathieu Lacage
c40b0f6f63 start support for random walk and random waypoint models 2007-07-17 16:11:49 +02:00
Mathieu Lacage
b10c76a3a6 cleanup the header 2007-07-17 14:37:11 +02:00
Mathieu Lacage
683b301fb7 split useful code out of random direction mobility model 2007-07-17 14:32:19 +02:00
Gustavo J. A. M. Carneiro
76223227ba Allow compiling the 'routing' module and example with WAF 2007-07-17 11:02:14 +01:00
Craig Dowell
04e59f26b9 checkpoint documentation 2007-07-17 12:17:17 -07:00
Mathieu Lacage
ba0f81e65c remove unused class declarations 2007-07-17 11:13:34 +02:00
Mathieu Lacage
204352ca8b fix small typo 2007-07-17 11:12:24 +02:00
Mathieu Lacage
8b07f89d13 remove extraneous setters/getters 2007-07-17 10:58:13 +02:00
Mathieu Lacage
2f01154847 fix small typo 2007-07-17 10:54:50 +02:00
Mathieu Lacage
24458b4bf1 a topology class to read ns2's mobility files and a mobility generator. 2007-07-17 10:47:25 +02:00
Tom Henderson
52049833fd update release checklist 2007-07-16 22:49:48 -07:00
Tom Henderson
3ec27d06ec Added tag release ns-3.0.4 for changeset 5701e60bf01a 2007-07-16 22:44:02 -07:00
Tom Henderson
2c813805e7 Remove doc/build-waf.txt 2007-07-16 22:43:10 -07:00
Tom Henderson
0583ab3bc8 changes for 3.0.4 release 2007-07-16 21:41:19 -07:00
Craig Dowell
510d234611 checkpoint 2007-07-16 16:59:23 -07:00
Emmanuelle Laprise
3006bcb3f7 Testing 2007-07-16 18:42:40 -05:00
Mathieu Lacage
b9c2580f22 a hierarchical mobility model 2007-07-16 15:27:56 +02:00
Tom Henderson
2684031ff2 Fix SPFVertex destructor; make unit tests succeed again 2007-07-15 22:47:58 -07:00
Gustavo J. A. M. Carneiro
ae8f10ae47 WAF: derive the variable NS3_MODULES from the 'all_modules' list in src/wscript, instead of requiring every module to define a configure function to register themselves. This way module registration is done in one place only: src/wscript. Requires module naming conventions, though. 2007-07-15 13:04:47 +01:00
Craig Dowell
de2866fe38 merge 2007-07-13 14:37:00 -07:00
Craig Dowell
2f2b10d22b remove inappropriate assertions that popped when routing disabled 2007-07-13 14:35:24 -07:00
Tom Henderson
2065013a04 Small readme for the routing 2007-07-13 14:22:40 -07:00
Tom Henderson
57b3448019 Check for static routing flag before instantiating a StaticRouteManager 2007-07-13 14:21:44 -07:00
Craig Dowell
65faee4e7b fix merge problem that lost candidate queue changes 2007-07-13 14:05:12 -07:00
Craig Dowell
e1c4bbed1d remove debug prints 2007-07-13 13:49:10 -07:00
Craig Dowell
420fb5f6cc merge probs 2007-07-13 13:46:01 -07:00
Tom Henderson
c4ee764dd8 Debugged; works 2007-07-13 13:33:56 -07:00
Craig Dowell
3e0167a9e9 delete vertices, fix candidate queue pop/top semantics 2007-07-13 12:21:48 -07:00
Craig Dowell
be74b3dca8 implement SPFIntraAddRouter 2007-07-12 22:15:59 -07:00
Tom Henderson
ba94df76e1 Finish function prototypes 2007-07-12 11:41:59 -07:00
Tom Henderson
6361dd3f6e Initial logic for SPFNexthopCalculation 2007-07-12 11:05:23 -07:00
Craig Dowell
9f44a9d6a4 dox for candidate queue 2007-07-12 10:47:12 -07:00
Gustavo J. A. M. Carneiro
b6c0155487 Make Simulator::IsExpired parameter const, to reflect the fact that the EventId is not changed. EventId::IsExpired and EventId::IsRunning also made const. 2007-07-12 12:41:37 +01:00
George F. Riley
42d93b9872 Simplifications to the point to point devices and channel 2007-07-13 10:40:10 +02:00
Tom Henderson
534ab7a030 finish SPFNext logic; add declaration for NexthopCalculation 2007-07-11 23:43:09 -07:00
Tom Henderson
e0399adca9 Non-default constructor for SPFVertex 2007-07-11 22:54:47 -07:00
Tom Henderson
33a0cc3759 move m_stat flag to LSA 2007-07-11 22:37:48 -07:00