Stefano Avallone
4e9e6fec02
csma: Add support for flow control and BQL
2017-03-08 18:01:47 +01:00
Natale Patriciello
31d266c79f
examples: silence warning on dead increment in manet-routing-compare
2016-11-23 17:44:39 +01:00
Tommaso Pecorella
19b295c2e2
examples: remove questionable use of SocketAddressTag (use RecvFrom)
2016-05-21 18:30:59 +02:00
Chip Webb
ed30b42b1f
internet: Add global routing bridged topology example
2016-03-10 16:07:51 -08:00
Tom Henderson
c42d5f27a8
examples: fix wscript file formatting
2016-02-26 06:39:51 -08:00
Tommaso Pecorella
dd90b30eaa
internet: RIPv2 implementation
2016-02-25 16:30:34 -08:00
Sébastien Deronne
4f54ca4f1e
wifi: ( fixes #2116 and #2213 ) Refactor helpers and APIs
2016-02-05 21:48:25 +01:00
Tommaso Pecorella
8a65a4b9bd
Bug 2238 - Ipv6 routing reorganization
2015-12-02 23:33:58 +01:00
Tommaso Pecorella
6bd2b6f256
Moved internet-specific apps to the new internet-apps module
2015-11-09 22:32:26 +01:00
Tom Henderson
be2a37427c
replace deprecated API
2014-10-14 11:21:47 -07:00
Tommaso Pecorella
d7731afca3
Bug 1941 - [partial] Remove unnecessary dependency on Application module in other modules
2014-06-28 08:31:24 +02: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
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
54564e2fa6
Bug 1702 - A router should't aways add itself as the default router
2013-08-07 23:18:48 +02:00
Tom Henderson
e39173ac22
bug 1644: dispose of flow monitor objects from FlowMonitorHelper
2013-04-29 01:29:08 -07: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
Mitch Watrous
e9ac335b78
Make MobilityHelper use an output stream wrapper
2012-09-28 12:22:18 -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
da1cf74f90
Replace various instances of RandomVariable with RandomVariableStream
2012-08-20 14:25:35 -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
190f314ba5
Replace src/application usage of RandomVariable with RandomVariableStream
2012-08-13 16:08:13 -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
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
Andrey Mazo
cec21ade43
Bug 1170: Formulate best practices for dealing with unused debug variables.
2012-02-10 19:02:12 +04: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
Tom Henderson
d51656dd5f
update manet-routing-compare example to use current tracing API
2011-08-19 11:58:47 -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
Josh Pelkey
946e71af06
general examples coding style changes
2011-05-13 15:35:31 -04:00
Gustavo J. A. M. Carneiro
289649516b
bug 1058: InternetStackHelper pitfall: calling Install before adding routing protocols
2011-05-12 21:49:50 -07:00
Mitch Watrous
e536a8efef
Make Python examples use new modular bindings without importing everything
2011-05-02 17:17:09 -07:00
Mitch Watrous
e795aaedb2
Make Python examples use new modular bindings
2011-04-29 16:59:33 -07:00
Mitch Watrous
26006abcca
Make test.py not run examples that are not runnable
2011-04-29 09:53:35 -07:00
Mitch Watrous
1718599e48
Write a status file during waf build step
2011-04-28 09:10:29 -07:00
John Abraham
d406a5b87d
Bug 1105 Move topology helpers into separate per-device modules
2011-04-26 15:18:32 -07:00
Mitch Watrous
3f1b70a2bf
Make test.py handle examples-to-run.py files
2011-03-09 16:49:59 -08:00
Mitch Watrous
540288c432
Fix dependencies in various wscripts
2011-03-07 16:59:09 -08:00
Tom Henderson
18f2715506
remove src/helper module
2011-03-05 11:47:37 -08:00
Lalith Suresh
59a2a4f959
Converts csma, emu, tap-bridge, point-to-point, wifi and wimax modules into modular format
2011-03-03 19:54:57 +00:00
Mitch Watrous
58f7066b70
Move applications to a single module
2011-03-02 13:42:28 -08:00
Josh Pelkey
e09cf6a452
remove duplicate core-module.h includes
2011-03-01 09:59:55 -05:00
Josh Pelkey
93205ebccf
modularize nix and aodv, thanks lalith
2011-02-27 01:00:17 -05:00
Tom Henderson
c4e4de9ac3
Rename internet-stack to internet, and organize module
2011-02-25 10:32:35 -08:00