Daniel Lertpratchya
1857322c43
Bug 1858 - wireless examples not correctly recording packet reception - reported by Scott Carpenter <scarpen_at_ncsu.edu>
2014-09-10 08:27:26 +02:00
Stefano Avallone
bd8c6c8a32
add support for a Wifi sleep mode
2014-09-05 16:33:57 -07:00
Cristiano Tapparello
d3ff87aeb2
Energy harvester model
2014-09-05 15:38:55 -07:00
Tommaso Pecorella
2d79be2427
Improvements to tcp-variants-comparison example
2014-08-13 22:43:18 +02:00
Tommaso Pecorella
d7731afca3
Bug 1941 - [partial] Remove unnecessary dependency on Application module in other modules
2014-06-28 08:31:24 +02:00
Tom Henderson
23a41e0e22
add netanim capability to mixed-wireless.cc
2014-05-04 18:46:44 -07:00
Tom Henderson
7867d64876
make mobility and visualization more reasonable for example
2014-05-04 18:37:17 -07:00
Tom Henderson
ddd060a1cc
re-align mixed-wireless C++ and Python example
2014-05-04 17:59:01 -07:00
Peter D. Barnes, Jr.
a43d770825
[Bug 1868] Optimized builds are sensitive to -fstrict-overflow
2014-04-30 21:32:57 -07:00
Tommaso Pecorella
74d8c0d6c7
Helper: associate nodes to a PAN
2014-03-16 22:33:50 +01:00
Tommaso Pecorella
ff799f5cbd
Fix Hel'er's install and add ping6/6LoWPAN example
2014-03-16 20:46:00 +01:00
Tommaso Pecorella
f3a3fb85b1
RIPng implementation
2014-03-17 20:01:49 +01:00
Tommaso Pecorella
1ff598b75c
Bug 1842 - FlowMonitor SerializeToXml<Something> should be called by the helper
2014-03-17 19:34:43 +01:00
Peter D. Barnes, Jr.
4a5acb6109
One waf to rule them all.
2014-02-07 17:00:28 -08:00
Tommaso Pecorella
ef975e2309
Make stats example program immune to MacOS's sed
2013-12-11 19:55:09 +01:00
Peter D. Barnes, Jr.
ea4c4c364e
Unix line endings
2013-11-14 09:22:14 -08:00
Daniel Lertpratchya
3cde3fa84b
Update ns-3 wiki URL
2013-11-13 16:06:43 -05:00
Vedran Miletić
f781366d2e
Fix compilation with Clang 3.2 and newer versions, including Apple Clang 5.0
...
Clang 3.2 requires all class members to be used in the code; this patch either removes class members that are not used or adds NS_UNUSED/NS_UNUSED_GLOBAL around them. Thanks to Andrey Mazo and Tommaso Pecorella for review.
2013-10-20 12:46:27 +02:00
Juergen Rinas
1485913f48
bug 1766: throughput calculation fix; increase packetSize to 1400 bytes; corrected filenames of log output (?:-operator)
2013-10-08 06:33:02 -07:00
Tom Henderson
f765bcff0f
remove trailing whitespace
2013-08-28 18:45:56 -07:00
Peter D. Barnes, Jr.
85e9ba3b48
bug 954: Changing the simulation time resolution does not work well with attributes
...
v.3 Responding to code review comments
https://codereview.appspot.com/6821106/
2013-08-14 16:52:06 -07:00
Peter D. Barnes, Jr.
8695d856a1
Link to bug num in bug database with \bugid{num}
2013-08-15 12:01:57 -07:00
Ghada Badawy
085a0eea39
partial 802.11n support
2013-08-13 22:05:25 -07:00
Tommaso Pecorella
81d40b0d40
Add "verbose" command line to IPv6 examples
2013-08-13 17:56:01 +02:00
Tommaso Pecorella
7dea6107f3
Remove obsolete StackHelper from IPv6 examples
2013-08-13 17:56:25 +02:00
Tommaso Pecorella
54564e2fa6
Bug 1702 - A router should't aways add itself as the default router
2013-08-07 23:18:48 +02:00
Tommaso Pecorella
c8cdd17d4d
Bug 1728 - Radvd application is missing an Helper
2013-07-12 00:03:20 +02:00
Tommaso Pecorella
17e7d24deb
Bug 1721 - Path MTU isn't handled properly
2013-08-12 06:51:18 +02:00
Tommaso Pecorella
ce46777402
Add IPv6 packet support to data collection
2013-08-11 12:34:17 +02:00
Tom Henderson
2a08426b17
data collection extensions for stats module
2013-08-08 06:40:41 -07:00
Junling Bu
546d448cb3
Bug 1675 - Throughput computation error in Wireless examples
2013-07-09 21:13:38 +02:00
Guowang Shi
70f2ea6e92
Bug 1688 - Routers should advertise themselves from the link-local address
2013-06-19 09:10:31 +02:00
Tom Henderson
1071fd3d46
move gnuplot support from src/tools to src/stats
2013-06-18 13:16:51 -07:00
Tom Henderson
e39173ac22
bug 1644: dispose of flow monitor objects from FlowMonitorHelper
2013-04-29 01:29:08 -07:00
Anh Nguyen
14506d5d6e
Add BurstErrorModel class
2013-04-19 12:58:25 -07:00
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