Commit Graph

498 Commits

Author SHA1 Message Date
Kirill Andreev
fce22caf9e Added dot11s installator, fixed bug with adding tag in proactive mode of HWMP 2009-06-10 12:51:49 +04:00
Kirill Andreev
1716b106dc Helper restructure: done 2009-06-09 21:14:42 +04:00
Kirill Andreev
71a4eb6a10 Restructured mesh - helper 2009-06-09 21:08:32 +04:00
Kirill Andreev
f3201b79cf Added interface helper 2009-06-09 20:13:11 +04:00
Pavel Boyko
d18f8da347 Large merge with nsnam 2009-06-08 15:12:15 +04:00
Mathieu Lacage
8dfb6eb0dc merge with HEAD 2009-06-08 09:19:00 +02:00
Craig Dowell
f240bf1ecd update to new trace hook in object-names example 2009-06-04 12:07:48 -07:00
Nicola Baldo
22f45c914a added support for radiotap and prism headers 2009-06-03 11:53:26 +02:00
Mathieu Lacage
a8e074d6e3 new tags 2009-06-03 08:49:40 +02:00
Mathieu Lacage
1a7d263bfa Backed out changeset b7faa7398d1e 2009-06-02 19:45:03 +02:00
Mathieu Lacage
ec6fbe54f4 add missing log call 2009-06-02 16:23:39 +02:00
Pavel Boyko
3feb3c9a24 merge with nsnam.org 2009-05-29 10:15:19 +04:00
Tom Henderson
b002b52934 examples/ changes for IPv4 routing rework 2009-05-28 21:38:06 -07:00
Gary Pei
7b6bf39786 802.11b PHY support 2009-05-28 20:10:27 +02:00
Kirill Andreev
ede41dc54d Mesh ID is made separately from SSID 2009-05-22 17:27:10 +04:00
Kirill Andreev
4d14e87f97 Infrastructure for statistics is done 2009-05-20 14:03:26 +04:00
Pavel Boyko
86aa196354 merge with http://code.nsnam.org/ns-3-dev 2009-05-14 16:32:15 +04:00
Mathieu Lacage
a269556050 pass regression tests on mingw 2009-05-04 16:30:53 +02:00
Tom Henderson
3c5b3218d8 remove Control-M from example 2009-05-01 09:07:04 -07:00
Kirill Andreev
933d9b22fe Merge with ns-3-dev 2009-04-29 18:26:25 +04:00
Craig Dowell
8e75aa36cb new emu-ping example 2009-04-26 18:44:03 -07:00
Mirko Banchi
8a94aee8aa add qos MACs 2009-04-24 10:21:37 +02:00
Mirko Banchi
9f0c9cd975 Add WifiMacHelper 2009-04-24 10:01:41 +02:00
Pavel Boyko
2db6112c90 merge 2009-04-21 16:22:45 +04:00
Pavel Boyko
7b502ab37e MulthopAction -> Action management frames in 802.11s according to std 2009-04-21 16:13:45 +04:00
Tom Henderson
bd5cf9cb07 merge with tip 2009-04-17 12:33:17 -07:00
Andrey Mazo
b871da5c23 Merge changes from ns-3-dev. 2009-04-17 21:21:24 +04:00
Mathieu Lacage
b3507de41f output rraa simulation 2009-04-17 14:06:20 +02:00
Federico Maguolo
9e0617b9fc cara rate control 2009-04-17 10:59:51 +02:00
Federico Maguolo
5a9a6eab99 bug 536: aarf-cd rate control 2009-04-17 09:13:14 +02:00
Kirill Andreev
9d109ef601 More than one root works 2009-04-16 15:21:09 +04:00
Kirill Andreev
f2a313666a Fixed proactive mode. 1 root works 2009-04-16 14:53:21 +04:00
Mathieu Lacage
306fe22769 bug 542: invalid trace paths 2009-04-16 11:00:13 +02:00
Kirill Andreev
3274c58cc8 Bugfixes. Changed traversal time, because 4x4 network does not work 2009-04-15 20:15:10 +04:00
Kirill Andreev
36ab0b3f78 Fixed bug pith routing information collected from PREP 2009-04-15 16:42:38 +04:00
Tom Henderson
5c3fa90cac Implementation cut over to use Ipv4InterfaceAddress 2009-04-12 22:13:49 -07:00
Kirill Andreev
1d808caeca Bugfixes 2009-04-08 14:57:57 +04:00
Kirill Andreev
95cc866cc3 Bugfixes 2009-04-07 20:57:18 +04:00
Kirill Andreev
6900402c16 Unicast chain instead of broadcast data frame added. Metric
calculation:unfinished
2009-04-07 20:24:39 +04:00
Tom Henderson
3a277c0b56 revert gtk-config-store in csma-broadcast example 2009-04-06 22:05:02 -07:00
Tom Henderson
1f612b1dc0 fix csma-broadcast for regression script 2009-04-04 13:48:13 -07:00
Mathieu Lacage
0b4406a005 fix typo 2009-04-03 20:09:07 +02:00
Kirill Andreev
97b31efba4 Bugfixes. HWMP on 2-interface network works! 2009-04-02 20:41:08 +04:00
Kirill Andreev
40d4dc921f Bugfixes with tag 2009-04-02 19:18:36 +04:00
Pavel Boyko
6d9f90af7d Add spread interfaces frequency channels option 2009-04-02 17:26:20 +04:00
Kirill Andreev
d0a68752eb Peer link restructured to support multi-interface 2009-04-02 13:38:38 +04:00
Pavel Boyko
6e1a80ecb8 Mesh test refactored, see --pcap and --interfaces command line arguments 2009-04-01 18:43:58 +04:00
Pavel Boyko
8de7e3dbe5 802.11s helper (ns3::dot11s::MeshWifiHelper) refactored 2009-04-01 18:05:36 +04:00
Pavel Boyko
df751a24e7 Old HWMP routing table test removed from examples. 2009-04-01 14:12:53 +04:00
Kirill Andreev
f9888706b3 Added unicast PREQ, peer link status callback. 2009-04-01 13:38:09 +04:00