Dean Armstrong
ebb9193ef9
Bug 871: Rework construction of Wi-Fi rates
...
This patch attempts to lay some groundwork for enhancements to the Wi-Fi module
by bringing the representation of transmit rates more in line with the
standard.
The key part of the patch is the introduction of a type that corresponds to the
notion of Modulation Class described in IEEE 802.11-2007, Section 9.6.1, Table
9-2.
It also adds coding rate information to the WifiModes and centralises their
construction into a single WifiModeFactory method. The rates are also renamed
with reference to their Modulation Class.
WifiModes no longer have a WifiStandard, but the latter type still exists and is
used to imply the set of WifiModes that a MAC/PHY pair will support.
2010-06-16 10:55:13 +01:00
Gary Pei
a1fd50d60e
Add NistErrorRateModel for wifi
2010-06-15 10:28:51 -07:00
Duy Nguyen
147bb21923
cleaned up and fixed valgrind error in multirate example
2010-05-21 14:19:15 -07:00
Duy Nguyen
78317ae460
disable flowmonitor for multirate example
2010-05-20 13:45:20 -07:00
Duy Nguyen
d9b2fb855c
update multirate example for test.py
2010-05-19 16:09:42 -07:00
Nicola Baldo
416743507f
fixed bug 890
2010-05-18 15:38:17 +02:00
Nicola Baldo
ed5eadfbde
fixed bug 843
2010-05-18 11:35:47 +02:00
Mirko Banchi
e5d2640345
add methods in QosWifiMacHelper for block ack parameters setup
2010-05-10 16:41:20 +02:00
Kim Højgaard-Hansen
d51cda0b67
Bug 885 - Error in Ascii tracing in Python examples
2010-04-20 14:12:35 -04:00
Gustavo J. A. M. Carneiro
4bae5d0289
Fix a couple of Python examples
2010-04-16 15:06:54 +01:00
Gustavo J. A. M. Carneiro
26498c13a4
Fix tracing part of the mixed-wireless.py example
2010-04-16 12:58:30 +01:00
Pavel Boyko
b7d98aea1e
Missed file
2010-03-09 11:47:18 +03:00
Pavel Boyko
edd772f5e7
Matrix propagation loss model added
2010-03-09 11:35:09 +03:00
Craig Dowell
292b1d993f
OutputStreamKeeper to OutputStreamWrapper
2010-02-23 10:30:38 -08:00
Craig Dowell
3d434639f1
The name OutputStreamObject is no longer appropriate
2010-02-12 17:31:11 -08:00
Craig Dowell
e8b0f35b03
branch merge
2010-02-04 06:26:55 -08:00
Craig Dowell
37e30b25b3
Review feedback
2010-02-03 13:26:39 -08:00
Mirko Banchi
032d94d7f5
add a block ack example
2010-02-03 20:34:54 +01:00
Craig Dowell
f3cd175d71
add ipv6
2010-01-27 21:23:30 -08:00
Craig Dowell
a58a79f06e
checkpoint
2010-01-22 12:44:53 -08:00
Craig Dowell
8ae5f99f61
redo pcap tracing
2010-01-04 10:35:32 -08:00
Tom Henderson
66e949b29a
remove reference to scratch/ directory in wireless examples
2009-12-29 09:39:52 -08:00
Tom Henderson
a525007993
bug 776: sinkNode hardcoded in example program
2009-12-14 10:42:33 -08:00
Timo Bingmann
6c31453ea2
Renaming WifiPhy state SYNC to RX to avoid confusion with "synchronizing".
2009-11-30 18:40:35 +01:00
Guillaume Seguin
a23934a4b7
Make applications generate traffic within their associated context/node
2009-11-14 17:47:05 +01:00
Craig Dowell
a52357aa83
split examples, add examples, tweak test.py to minimize builds
2009-10-06 19:34:29 -07:00