Commit Graph

4434 Commits

Author SHA1 Message Date
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
af32684b40 Make routing protocol attribute of mesh point to be accessable by Config:: 2009-04-01 16:14:05 +04:00
Pavel Boyko
df751a24e7 Old HWMP routing table test removed from examples. 2009-04-01 14:12:53 +04:00
Pavel Boyko
dd699e5338 Build fix 2009-04-01 14:08:52 +04:00
Pavel Boyko
4ba116b0f5 HwmpRtable unit test + cleanup 2009-04-01 14:05:21 +04:00
Kirill Andreev
f9888706b3 Added unicast PREQ, peer link status callback. 2009-04-01 13:38:09 +04:00
Kirill Andreev
1b726f6c06 Ported to new tags 2009-03-31 20:08:05 +04:00
Kirill Andreev
6ba7122c7b Data frames can go 2009-03-31 18:50:12 +04:00
Kirill Andreev
9ca44123a5 PREP propagation ported!!! 2009-03-31 18:04:54 +04:00
Pavel Boyko
2098df3b03 PREQ unit test created 2009-03-31 15:24:16 +04:00
Pavel Boyko
e2ecae602b RANN test cleanup 2009-03-31 14:55:03 +04:00
Pavel Boyko
28cda227f2 Unit test for RANN information element 2009-03-31 14:44:29 +04:00
Pavel Boyko
107042648d HWMP headers cleanup to create correct doxygen docs 2009-03-31 12:40:39 +04:00
Kirill Andreev
288de2cad1 restructured precursors in rtable 2009-03-30 22:22:16 +04:00
Pavel Boyko
f777caceb9 dot11s-codes.h removed. StatusCode enum is found to be unused and removed. ReadonCode enum is moved to dot11s/ie-dot11s-peer-management.h 2009-03-30 18:13:48 +04:00
Pavel Boyko
6cf9944b77 For now mesh point aggregates installed protocols. This is done to allow user directly access protocols via mp->GetObject<...>() (though you must known mesh point and protocol class to do this) 2009-03-30 17:47:20 +04:00
Pavel Boyko
a74d65fdda merge with ns3-dev 2009-03-30 14:41:30 +04:00
Kirill Andreev
4333b1e421 Preq propagation ported:) 2009-03-29 13:56:30 +04:00
Kirill Andreev
cbe755a7f7 First PREQ delivered 2009-03-27 20:03:13 +03:00
Craig Dowell
4d1839e95f don't use pthread option under cygwin 2009-03-27 09:58:04 -07:00
Kirill Andreev
f4ff4a4a6e HwmpProtocol: path error procedure reviewed, RequestRoute reviewed 2009-03-27 16:33:08 +03:00
Gustavo J. A. M. Carneiro
49056cac7d fix mac osx python bindings 2009-03-27 11:18:54 +00:00
Kirill Andreev
91b639b83d Restructured rtable, queue size moved from protocol setter to attribute 2009-03-27 13:46:02 +03:00
Craig Dowell
4d17b00ad4 Make Names API return void not bool, rescan for Python Bindings 2009-03-26 17:39:20 -07:00
Kirill Andreev
cdda5efb10 Removed dot11s-parameters and they are made as attributes 2009-03-26 21:11:29 +03:00
Kirill Andreev
8b4949d764 Added HWMP tag to mercurial :) 2009-03-26 20:25:40 +03:00
Kirill Andreev
f56dd65eb5 More bufix 2009-03-26 20:17:41 +03:00
Kirill Andreev
ec473a988e Fixrd bugs with address extensions, broadcast frames can go through L2Routing 2009-03-26 20:13:54 +03:00
Kirill Andreev
3a1e027566 Attach interfaces replaced with Install. Helper is simplifyed 2009-03-26 16:53:49 +03:00
Kirill Andreev
3023b41449 HWMP is attached to mesh point device and MAC layer with zero functionality 2009-03-26 14:00:46 +03:00
Kirill Andreev
74747fc24e HWMP rolled to "initial position" 2009-03-25 23:19:27 +03:00
Kirill Andreev
1037c32158 HWMP rtable and tag added back to wscripts without any changes 2009-03-25 22:24:20 +03:00
Tom Henderson
b7ab01edef Fix a previous regexp substitution that went too far 2009-03-25 10:40:01 -07:00
Tom Henderson
d565da8710 wifi-wired-bridging does not need to call GlobalRouteManager 2009-03-25 10:34:11 -07:00
Craig Dowell
0bc0bc5d15 fix some tutorial nits 2009-03-25 09:34:39 -07:00
Kirill Andreev
ec53387736 HWMP files renamed 2009-03-25 18:11:01 +03:00
Kirill Andreev
56b6b0557a Restored mesh-wifi-mac-header 2009-03-25 18:09:47 +03:00
Kirill Andreev
7296bbf39a Moved hwmp to dot11s, removed unneded files, removed unneded headers from
wscript
2009-03-25 17:37:51 +03:00
Pavel Boyko
14ad8fa222 Minor cosmetics. Peer management protocol is assumed to be implemented now. 2009-03-25 16:58:24 +03:00
Kirill Andreev
5f1ee55fe0 Fixed BCA 2009-03-25 16:34:16 +03:00
Kirill Andreev
359cc256d7 BCA works again 2009-03-25 16:12:01 +03:00
Kirill Andreev
7b696d55a7 Merge with ns3-dev 2009-03-25 14:32:56 +03:00
Kirill Andreev
74036fd606 Added a method to find peer link, code cleanup 2009-03-25 14:32:18 +03:00
Pavel Boyko
bf0716c852 cosmetics 2009-03-25 13:44:16 +03:00
Kirill Andreev
91a655467b Rstructured file names: IeDot11s* no is Ie, because it is in namespace dot11s 2009-03-25 12:23:12 +03:00
Craig Dowell
f2c609494d wrap up tutorial updates 2009-03-24 17:53:30 -07:00
Craig Dowell
0ed62f98e1 clean up tutorial up through tweaking section 2009-03-24 12:45:30 -07:00
Kirill Andreev
a7aeceb937 Code cleanups. Software delay is removed 2009-03-24 20:08:53 +03:00
Kirill Andreev
764f01dee2 Dot11s prefix removed 2009-03-24 19:46:26 +03:00