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
Sébastien Deronne
57b77fe55b
examples: Cleanup wifi-module includes
2018-05-10 22:13:49 +02:00
Mohit P. Tahiliani
38a0fd1a13
In third.cc restore limit on nWifi due to grid layout.
...
This partially reverts r11418 4d6051f4166f
2016-10-21 18:06:49 -07:00
Sébastien Deronne
4f54ca4f1e
wifi: ( fixes #2116 and #2213 ) Refactor helpers and APIs
2016-02-05 21:48:25 +01:00
Peter D. Barnes, Jr.
dfd965e6f8
Revert unintentional change of third.cc trace file names, and remove execute bits.
...
These were introduced in 11418:4d6051f4166f.
Reported by Tom Henderson
2015-06-26 11:43:48 -07:00
Peter D. Barnes, Jr.
e9c14c2b54
Bring tutorial third.cc and mpi third-distributed.cc into alignment.
2015-05-18 21:14:10 -07:00
Tom Henderson
38f973aa5c
bug 1514: make TimeValue usage consistent in the tutorial
2012-10-21 15:48:47 -07:00
Tom Henderson
820f31944f
(bug 1404) Bound user input in tutorial third.cc program
2012-05-04 16:32:59 -07: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
John Abraham
d406a5b87d
Bug 1105 Move topology helpers into separate per-device modules
2011-04-26 15:18:32 -07: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
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
Gustavo J. A. M. Carneiro
cb32fb77be
Missing ipv4-global-routing-helper.h include
2010-10-27 12:05:40 +01:00
Nicola Baldo
ed5eadfbde
fixed bug 843
2010-05-18 11:35:47 +02:00
Craig Dowell
8ae5f99f61
redo pcap tracing
2010-01-04 10:35:32 -08:00
Craig Dowell
a52357aa83
split examples, add examples, tweak test.py to minimize builds
2009-10-06 19:34:29 -07:00