Eduardo Almeida
5afa1fd7ef
Use Time() constructor with integer values
2024-11-08 18:01:13 +00:00
André Apitzsch
8bc94a1cc3
Use SPDX license identifiers
2024-09-06 19:32:31 +00:00
Eduardo Almeida
dfc6fb9d2d
Remove emacs comment from C++ files
2022-10-14 14:13:12 +00:00
Eduardo Almeida
e25ff966fe
Apply clang-format to codebase
2022-10-07 20:08:35 +00:00
Tom Henderson
f50ba3169c
wifi: ( fixes #470 ) Update default Wi-Fi standard to 802.11ax
2022-02-14 12:26:32 -08:00
Sébastien Deronne
e353bafa48
examples: Set wifi data link type when PCAP file is generated
2021-04-19 12:49:58 +02:00
Sébastien Deronne
7c89eaf663
wifi: Remove YansWifiPhyHelper::Default and SpectrumWifiPhyHelper::Default methods
2020-10-26 20:39:16 +00:00
Peter D. Barnes, Jr
b23be18b3b
Use CommandLine cmd (__FILE__) instead of COMMANDLINE macro.
...
This in effect replaces commit 5e624d550
2020-05-01 14:42:53 -07:00
Peter D. Barnes, Jr
5e624d5504
doc: Use the new COMMANDLINE macro in every example
2020-04-27 16:20:09 -07:00
Alexander Krotov
00bb6fe7f6
Spellcheck
2018-06-27 10:50:27 +03:00
Sébastien Deronne
29ea252284
wifi: Add support for 802.11 PCF
2018-05-21 15:06:50 +02:00
Sébastien Deronne
117d5d8c46
examples: Cleanup header inclusion in wireless examples
2018-04-13 23:08:35 +02:00
Sébastien Deronne
d1e029e07e
examples: Remove useless network-module inclusion in some wireless examples
2018-04-09 18:44:59 +02:00
Sébastien Deronne
80053da5d1
examples: Clean up wireless examples
2017-02-12 14:38:54 +01:00
Sébastien Deronne
7b2bb74c73
examples: Clean wireless examples
2017-02-06 20:31:02 +01:00
Sébastien Deronne
241e80ca6d
wifi: Remove unnecessary includes
2016-11-27 20:59:04 +01:00
Peter D. Barnes, Jr.
38632b0e18
Add CommandLine to all examples
2016-05-27 01:24:32 -04:00
Sébastien Deronne
8a19cbd288
examples: remove unnecessary wifi settings
2016-07-02 11:48:13 +02:00
Sébastien Deronne
4f54ca4f1e
wifi: ( fixes #2116 and #2213 ) Refactor helpers and APIs
2016-02-05 21:48:25 +01:00
Mitch Watrous
261dc3b45a
Replace more instances of RandomVariable with RandomVariableStream
2012-08-20 19:08:45 -07:00
Tom Henderson
18f2715506
remove src/helper module
2011-03-05 11:47:37 -08:00
Mitch Watrous
58f7066b70
Move applications to a single module
2011-03-02 13:42:28 -08:00
Tom Henderson
c4e4de9ac3
Rename internet-stack to internet, and organize module
2011-02-25 10:32:35 -08:00
Tom Henderson
ca7b93cc3d
Merge node and common modules into new network module
2011-02-21 09:11:37 -08:00
Tom Henderson
df07734f32
merge src/simulator into src/core; move src/core to new module layout
2011-02-18 16:05:39 -08:00
Dean Armstrong
0f79de44fe
Bug 978: Run check-style.py on files touched in the reorganisation
...
Cosmetic changes only in this one (hence the reason I wanted them kept
separate from the the previous changeset).
2010-12-01 22:13:26 +00:00
Dean Armstrong
0946a77009
Bug 978: Consolidate Wi-Fi MAC high functionality
...
This change reorganises the Wi-Fi MAC high classes in attempt to
reduce duplication of functionality that is required for more than one
of the MAC high models. A new class called RegularWifiMac has been
created. This derives from the abstract WifiMac, and is parent of
AdhocWifiMac, StaWifiMac, ApWifiMac, and MeshWifiInterfaceMac. The QoS
and non-QoS class variants are no longer, with a RegularWifiMac
attribute "QosSupported" allowing selection between these two modes of
operation. QosWifiMacHelper and NqosWifiMacHelper continue to work as
previously.
Updates to some regression traces are necessary because the
reorganisation has led to random number streams being initialised in
slightly different orders and thus over-the-air timing changing.
2010-12-02 07:51:34 +00: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
Mirko Banchi
032d94d7f5
add a block ack example
2010-02-03 20:34:54 +01:00