Commit Graph

23 Commits

Author SHA1 Message Date
Josh Pelkey
e09cf6a452 remove duplicate core-module.h includes 2011-03-01 09:59:55 -05:00
Tom Henderson
607c518617 mobility module to new directory structure 2011-02-25 16:06:17 -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
Gustavo J. A. M. Carneiro
cb32fb77be Missing ipv4-global-routing-helper.h include 2010-10-27 12:05:40 +01:00
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
Nicola Baldo
ed5eadfbde fixed bug 843 2010-05-18 11:35:47 +02:00
Craig Dowell
c62514bb74 Python versions of tap VM examples 2010-03-08 15:24:22 -08:00
Craig Dowell
8b4770ff79 branch merge 2010-02-23 12:18:35 -08:00
Craig Dowell
f6f567b84e make adhoc 2010-02-19 17:11:16 -08:00
Craig Dowell
fab79d5875 infinite recursion isn't a good idea 2010-02-19 16:29:40 -08:00
Craig Dowell
c0b0d26e26 update bridge names and IP addresses 2010-02-18 22:02:31 -08:00
Craig Dowell
ae08ebf579 comments are helpful 2010-02-18 10:58:39 -08:00
Craig Dowell
27c965c4af remove internet stack since it just confuses things 2010-02-18 10:44:55 -08:00
Craig Dowell
e862ad7ede fix build, remove debugging code from tap example 2010-02-17 23:44:33 -08:00
Craig Dowell
15c45af6ed add example for linux containers 2010-02-17 21:49:22 -08:00
Craig Dowell
8ae5f99f61 redo pcap tracing 2010-01-04 10:35:32 -08:00
Craig Dowell
0a38ed8a0d make tap-bridge work and add simpler example 2009-12-02 11:25:29 -08:00
Craig Dowell
970e4b6d2d remove comment referencing non-working use case 2009-10-21 00:17:14 -07:00
Craig Dowell
a52357aa83 split examples, add examples, tweak test.py to minimize builds 2009-10-06 19:34:29 -07:00