Commit Graph

133 Commits

Author SHA1 Message Date
Matías Richart
58360f8251 wifi: Adapt rate-adaptation-distance.cc example for MinstrelHt 2016-03-10 13:17:17 -08:00
Tom Henderson
e86ab2c1bb wifi: update regression test for IdealWifiManager changes 2016-03-09 23:01:40 -08:00
Sébastien Deronne
58c4f13f59 wifi: (fixes #2327) CWmin value selection based on 802.11g standard rules 2016-03-09 20:32:05 +01:00
Sébastien Deronne
4e23b3a14c wifi: add example for A-MPDU with TCP (from Hany Assasa) 2016-03-09 19:51:35 +01:00
Sébastien Deronne
a5181e1bbd wifi: (partial fix #2296) MIMO example and documentation 2016-02-24 16:30:31 -08:00
Sébastien Deronne
551b03a3bf wifi: (fixes #2120) 802.11g backward compatible with 802.11b 2016-02-17 22:40:00 +01:00
Tom Henderson
e476598d18 wifi: Bindings and examples for commit 7c60a9f8f271 2016-02-05 19:45:20 -08:00
Sébastien Deronne
4f54ca4f1e wifi: (fixes #2116 and #2213) Refactor helpers and APIs 2016-02-05 21:48:25 +01:00
Sébastien Deronne
8f8f8acc07 Bug 2193: Simulation fails when transmitting very small MPDU subframes 2015-11-27 09:46:34 +01:00
Tom Henderson
f5d2016219 change plot file suffic for ofdm-vht-validation example 2015-10-30 17:12:59 -07:00
Sébastien Deronne
46a217a308 Move uint8_t packetType to enum mpduType 2015-10-10 11:01:47 +02:00
Sébastien Deronne
ca5d9ed3cf Update documentation for NIST and YANS validation examples; include those examples in the test suite 2015-09-05 15:54:41 +02:00
Sébastien Deronne
007da847b8 Correct small mistake in previous commit 2015-09-05 13:37:30 +02:00
Sébastien Deronne
25c14127fd Update documentation and extend functionnalities of ht and vht wifi examples 2015-09-05 13:33:43 +02:00
Sébastien Deronne
1746c079c2 Add helper to convert mcs values into datarate values 2015-09-05 11:37:49 +02:00
Sébastien Deronne
04dfda290c add support for IEEE 802.11ac 2015-09-03 22:16:49 +02:00
Matías Richart
61c9d74b0e Bug 2171 - power-adaptation-distance.cc:202:22: error: call to 'pow' is ambiguous 2015-08-25 06:46:23 -07:00
Matias Richart
c971b0de7d Bug 2154 [wifi] - Incorrect power calculation in wifi power adaptation examples 2015-07-22 23:16:53 +02:00
Mohit P. Tahiliani
6433205b6c fix command-line argument handling in mixed-wireless.py example 2015-06-24 18:46:01 -07:00
Sébastien Deronne
5a7d7b1684 fix warning about decimal constant 2015-05-06 15:12:29 +02:00
Sébastien Deronne
5ce6f9786a add example to reproduce a hidden nodes scenario in 802.11n networks with A-MPDU enabled 2015-05-05 00:42:26 +02:00
Sébastien Deronne
60b507ccdf add two-level aggregation 2015-05-04 23:55:32 +02:00
Tommaso Pecorella
a25dbffd6f Bug 2083 - BridgeNetDevice may send corrupted packets 2015-03-25 16:55:18 +01:00
Sébastien Deronne
08e3414452 Bug 2079: mcs variable in ht-wifi-network example is confusing 2015-03-19 21:07:13 +01:00
Tom Henderson
47789200d4 specify unsigned integer literal (fix compiler warning) 2015-02-01 08:17:09 -08:00
Matias Richart
c4d93c7490 hook PARF and APARF wifi examples to test.py 2015-02-01 07:09:35 -08:00
Sébastien Deronne
fc96da1266 wifi example to demonstrate how to set non-standard timing attributes 2015-01-31 17:42:11 -08:00
Sébastien Deronne
7cf8a0b73a split wifi example simple-wifi-frame-aggregation.cc into two examples, one for MSDU aggregation and one for MPDU aggregation 2015-01-31 17:41:12 -08:00
Sébastien Deronne
cc86ee0dac improve ht-wifi-network example 2015-01-31 17:36:14 -08:00
Ghada Badawy
3eaf58a12b add MPDU aggregation (with contributions from Sebastien Deronne and Ioannis Selinis) 2015-01-28 10:11:32 -08:00
Matias Richart
024fa2e09f add rate adaptation example to demonstrate Minstrel operation 2015-01-25 12:02:18 -08:00
Matias Richart
7e4542f5c0 add PARF and APARF WiFi rate controls 2015-01-25 11:21:46 -08:00
Sébastien Deronne
8bdfaee6e9 bug 1758: Missing Yans and Nist error rate models for 5/6 code rate of 802.11n HT 2014-11-29 10:13:25 -08:00
Tom Henderson
d4f2adc449 add wscript support for wifi-sleep.cc example 2014-11-24 06:29:58 -08:00
Peter D. Barnes, Jr.
bfdb6ef10a [Bug 1551] Redux: NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace? 2014-09-26 15:51:00 -07:00
Tommaso Pecorella
5d52c03318 Bug 652 - no public API for IPv4 neighbor table - Print functions 2014-09-20 23:53:22 +02:00
Tommaso Pecorella
4231c89fee Example ht-wifi-network contains old random variable syntax 2014-09-19 22:07:09 +02:00
Tommaso Pecorella
e6a48c0188 Bug 1983 - FlowMonitor returns containers copies instead of references 2014-09-19 21:25:48 +02:00
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
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
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
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
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
Junling Bu
546d448cb3 Bug 1675 - Throughput computation error in Wireless examples 2013-07-09 21:13:38 +02:00