Commit Graph

19651 Commits

Author SHA1 Message Date
Mathieu Lacage
9a367b2be7 use the helper from the static speed mobility model 2007-07-19 10:17:02 +02:00
Mathieu Lacage
f671c11773 remove mobility model helper, re-enable random direction model with new helper 2007-07-19 10:05:07 +02:00
Mathieu Lacage
bb7208b754 move delay calculation code from helper to random walk class 2007-07-19 10:01:42 +02:00
Mathieu Lacage
3ae6f849ac move rebound code from helper to random walk model 2007-07-19 09:54:57 +02:00
Mathieu Lacage
e682be574b move intersection code to rectangle class 2007-07-19 09:48:10 +02:00
Mathieu Lacage
ab084a9399 move around rectangle class and move IsInside method from Position to Rectangle 2007-07-19 09:34:36 +02:00
Mathieu Lacage
3f4edebda6 remove 'now' events 2007-07-19 08:43:43 +02:00
Mathieu Lacage
a59e3bb3cd remove schedule API to allow canceling and removing now and destroy events 2007-07-19 08:43:28 +02:00
Mathieu Lacage
e62ea4cdb4 add operator == and != to EventId 2007-07-19 08:29:48 +02:00
Craig Dowell
e3283739ce general cleanup of routing 2007-07-18 16:57:54 -07:00
Raj Bhattacharjea
600aa2ec16 Added Triangularly distributed random variables 2007-07-18 17:43:45 -04:00
Craig Dowell
0921355a74 General cleanup -- const correctness, encapsulation, documentation, etc. 2007-07-18 14:35:06 -07:00
Mathieu Lacage
1ac757bd60 get rid of old buggy random walk model 2007-07-18 17:56:43 +02:00
Mathieu Lacage
9c46074145 do not try to remove invalid events 2007-07-18 17:55:58 +02:00
Mathieu Lacage
2ad239b6c9 more debugging, make sure to save value string if it is value after parsing. 2007-07-18 17:52:18 +02:00
Mathieu Lacage
9bc8eb952b fix typos 2007-07-18 17:45:53 +02:00
Mathieu Lacage
83cbc1f450 be consistant with the rest of the code 2007-07-18 17:45:35 +02:00
Mathieu Lacage
5ef0970789 add disc center position and debugging 2007-07-18 17:45:07 +02:00
Mathieu Lacage
41920cc74f add debugging output 2007-07-18 17:44:32 +02:00
Mathieu Lacage
bda63626d2 a real random walk model 2007-07-18 17:07:25 +02:00
Mathieu Lacage
d0d364d729 add Rectangle class and use it. 2007-07-18 17:07:15 +02:00
Mathieu Lacage
e896c2576b make sure we schedule the start event correctly 2007-07-18 17:06:36 +02:00
Emmanuelle Laprise
8b417ebd25 Fixed a typo in the documentation. Had to change NodeList::Index to
NodeList::NodeIndex
2007-07-18 09:27:22 -05:00
Emmanuelle Laprise
6d93d700bb trying to merge again 2007-07-18 09:11:48 -05:00
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