Nicola Baldo
898e505917
fixed another module dependency in examples/tcp/wscript
2013-04-19 19:35:23 +02:00
Anh Nguyen
2000b34287
Westwood and Westwood+
2013-04-18 15:57:07 -04:00
Nicola Baldo
d0f70a008d
fixed a module dependency in examples/tcp/wscript
2013-04-05 17:31:44 +02:00
Brian Swenson
d2f222fb91
new ns3 nsc tcp comparison example. Updated tcp documentation
2013-03-29 10:27:53 -04:00
Vedran Miletić
80fe6e05ba
Remove C headers and replace them by C++ headers if actually used
2013-03-26 22:11:05 +01:00
Andrey Mazo
ec4007ca27
make non-static global debugging-only functions static inline (bug 1170).
...
Compilers shouldn't warn on unused static inline function and just don't emit code for
them in optimized builds.
Also debugging-only functions don't pollute symbol tables.
2013-01-21 17:19:00 +04:00
Tom Henderson
f1734920c9
bug 954: back out changesets 1a2abe07b53d, 8934b7c0c1cb, and 8ef8d8bae350
2012-12-15 23:02:03 -08:00
Peter D. Barnes, Jr.
3086fb5c95
bug 954: Changing the simulation time resolution does not work well with attributes
2012-12-08 21:23:44 -08:00
Daniel Lertpratchya
b69e3c1278
Bug 1361 - Set TOS from Application level (sockets)
2012-11-20 17:52:39 -05:00
Tom Henderson
38f973aa5c
bug 1514: make TimeValue usage consistent in the tutorial
2012-10-21 15:48:47 -07:00
Mitch Watrous
e9ac335b78
Make MobilityHelper use an output stream wrapper
2012-09-28 12:22:18 -07:00
Tom Henderson
5df5cc2753
complete move of mobility example to src/mobility
2012-09-21 13:48:41 -07:00
Tom Henderson
46f436a7d8
move ns-2 mobility example to mobility module
2012-09-21 12:43:24 -07:00
Mitch Watrous
eafb5075bf
Add a constant rate setting function to the on-off helper
2012-08-23 16:00:17 -07:00
Mitch Watrous
a795fbd539
Clean up a couple comments
2012-08-21 10:45:45 -07:00
Mitch Watrous
261dc3b45a
Replace more instances of RandomVariable with RandomVariableStream
2012-08-20 19:08:45 -07:00
Mitch Watrous
da1cf74f90
Replace various instances of RandomVariable with RandomVariableStream
2012-08-20 14:25:35 -07:00
Mitch Watrous
998713685f
Replace src/network usage of RandomVariable with RandomVariableStream
2012-08-16 09:13:36 -07:00
Mitch Watrous
0d8bb3de72
Replace src/mobility usage of RandomVariable with RandomVariableStream (Patch Set 2)
2012-08-15 15:33:02 -07:00
Mitch Watrous
49a757cebc
Replace src/mobility usage of RandomVariable with RandomVariableStream (Patch Set 1)
2012-08-15 14:28:33 -07:00
Mitch Watrous
190f314ba5
Replace src/application usage of RandomVariable with RandomVariableStream
2012-08-13 16:08:13 -07:00
Tom Henderson
f984cd440d
remove explicit visualizer dependency from examples
2012-06-06 22:07:56 -07:00
Tom Henderson
1b584e2e27
bug 1432: Align Ipv6AddressHelper API with Ipv4AddressHelper API
2012-05-20 15:19:52 -07:00
Yufei Cheng
bf937fb148
Update DSR model
2012-05-06 20:52:24 -07:00
Yufei Cheng
e9e61c5e25
Add IPv4 DSR routing
2012-01-27 15:15:48 -08:00
Tom Henderson
820f31944f
(bug 1404) Bound user input in tutorial third.cc program
2012-05-04 16:32:59 -07:00
Vedran Miletić
b5cac1da24
Use longer names for QueueMode and ErrorUnit enums and move them to Queue and RateErrorModel classes respectively.
2012-05-01 20:48:34 +02:00
Nicola Baldo
e8d8a23857
fixed Bug 1416 - WifiMac traces not being called
2012-04-23 13:46:14 +02:00
John Abraham
8eb4c8b945
NetAnim: add configure start/stop time, update examples
2012-03-31 22:54:27 -07:00
Mathieu Lacage
db064e1f69
bug 1000: Make RealtimeSimulatorImpl last until stop
2012-03-26 06:13:16 -04:00
Gustavo J. A. M. Carneiro
255e15cd28
Add parenthesis in while (packet = socket->Recv ()) to make clang++ (LLVM) happy
2012-02-22 13:50:26 +00:00
Ken Renard
cf2e9f8212
Add support for IPv6 transport protocols
2012-02-20 14:05:07 +01:00
Gustavo J. A. M. Carneiro
bd94bca008
Bug 1355 - visualizer dependencies not detected at buildtime
2012-02-14 18:44:16 +00:00
Andrey Mazo
cec21ade43
Bug 1170: Formulate best practices for dealing with unused debug variables.
2012-02-10 19:02:12 +04:00
Gary Pei
c7048115e4
Fix wifi-clear-channel-cmu.cc example
2011-12-07 16:09:12 -08:00
Tom Henderson
266768b4ba
add protocol selection as command-line argument
2011-11-14 21:25:58 -08:00
Tom Henderson
c4b3e2faf2
enable optional mobility tracing on example
2011-11-06 17:04:22 -08:00
Gustavo J. A. M. Carneiro
dbf390ad90
Update pyviz to the new modular bindings namespace
2011-09-01 18:32:23 +01:00
Tom Henderson
d51656dd5f
update manet-routing-compare example to use current tracing API
2011-08-19 11:58:47 -07:00
Tom Henderson
02a767d9de
add visualizer module to some wifi example wscripts
2011-06-28 11:06:44 -07:00
Lalith Suresh
d5d6910547
Typo in first.cc
2011-06-24 16:08:55 +01:00
Mitch Watrous
2975c66c68
Bug 1123 - Class MinMaxAvgTotalCalculator does not implement all the methods in its interface
2011-06-08 11:42:04 -07:00
John Abraham
8f417ffb78
Manet-routing example , unused variable
2011-05-23 15:15:06 -04:00
Tom Henderson
2a2690a003
rerun check-style.py at default level to enforce space after function name
2011-05-22 23:18:47 -07:00
Tom Henderson
34688f76ec
rerun check-style.py with uncrustify-0.58
2011-05-22 22:28:15 -07:00
Tom Henderson
bce5938783
add manet routing example
2011-05-20 15:44:37 -07:00
Ruben Merz
e9d0d2a36e
Add missing module dependency for wifi-simple-infra example
2011-05-18 07:23:19 +02:00
John Abraham
0379ad69c1
Bug 1162 - opt build examples module unused variables
2011-05-18 12:59:20 -04:00
John Abraham
c01bb896b0
Bug 1152 part 3,‘ifInAddrSrc’ set but not used , g++4.6.0
2011-05-14 03:59:01 -04:00
John Abraham
2b4507c22c
Bug 1152 part 2 , variable set but not used , g++4.6.0
2011-05-14 03:57:30 -04:00