Tom Henderson
b97001e014
Freshen the tutorial
2011-12-23 12:00:12 -08:00
Tom Henderson
10743cd004
finishoff previous documentation patch
2011-11-06 05:22:00 -08:00
Tom Henderson
47e34c8850
Fix documentation links
2011-11-06 05:02:49 -08:00
Mitch Watrous
f8eb13120f
Fix more references to old website in Tutorial
2011-09-08 17:35:18 -07:00
Mitch Watrous
e6f6aaf3cd
Fix references to old website in Tutorial
2011-09-08 12:23:16 -07:00
Mitch Watrous
7678ec1394
Miscellaneous fixes to Tutorial
2011-06-23 12:41:51 -07:00
Josh Pelkey
60880afa35
remove semi-colons
2011-05-25 10:44:58 -04:00
Josh Pelkey
2d832cc03b
change doc version for ns-3-dev branch
2011-05-25 10:37:27 -04:00
Josh Pelkey
06c59d4493
delete old link
2011-05-25 10:34:22 -04:00
Andrey Mazo
f0eeb738ad
documentation fixes
2011-05-25 08:57:47 +04:00
Vedran Miletić
0d2da59558
some tutorial index.rst fixes
2011-05-22 21:57:24 -07:00
Tom Henderson
cdd2878ca0
update version strings to ns-3.11
2011-05-22 21:56:43 -07:00
Vedran Miletić
cc69b4f83f
documentation file name fix
2011-05-15 21:21:50 -07:00
Mitch Watrous
242bad5242
Fix even more paths in the documentation
2011-05-10 13:41:04 -07:00
Mitch Watrous
a861a19dbc
Fix more paths in the documentation
2011-05-10 11:09:17 -07:00
Mitch Watrous
22efca3d83
Rescan wifi's bindings and fix some paths in the documentation
2011-05-09 18:04:52 -07:00
Mitch Watrous
e0c73e34f2
Fix an example dependency problem and fix some paths in the documentation
2011-05-06 13:21:20 -07:00
Mitch Watrous
ccda4f247a
Fix module names in documentation
2011-05-06 08:38:41 -07:00
Mitch Watrous
7f4cb423d2
Update tutorial to show built modules list in columns
2011-04-29 10:33:14 -07:00
Mitch Watrous
a87f0cb97e
Bug 1110 - Sort alphabetically and display Modules built in columns
2011-04-26 14:21:44 -07:00
Mitch Watrous
534e71f5f6
Update tutorial
2011-04-19 10:30:50 -07:00
Mitch Watrous
c9202337a8
Move examples out of samples directory and remove it
2011-04-14 14:22:09 -07:00
Mitch Watrous
1f9ea7d2ef
Make examples not be built by default
2011-04-12 14:35:16 -07:00
Mitch Watrous
198e3ea042
Make tests not be built by default
2011-04-06 10:13:04 -07:00
Tom Henderson
fd84bcf6e5
get rid of some sphinx warnings
2011-01-03 16:17:05 -08:00
Tom Henderson
5864cf546a
fix boilerplates
2011-01-03 14:27:07 -08:00
Tom Henderson
7502977115
Move tutorial to Sphinx
2011-01-02 22:57:32 -08: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
Mitch Watrous
23adf1034b
Remove regression tests from waf
2010-10-15 16:31:32 -07:00
Tom Henderson
06f22619ed
fix small typo
2010-09-15 20:43:31 -07:00
Josh Pelkey
bae5d35b8a
minor tutorial update for clarity
2010-08-06 15:40:56 -04:00
Andrey Mazo
892d5e3f3d
spell check, mostly in comments.
2010-04-23 15:09:31 +04:00
Craig Dowell
de73485b1d
Mention wiki page with prerequisites in tutorial
2010-04-22 09:23:26 -07:00
Josh Pelkey
54ec7b22b8
a few more texi typos
2010-04-21 15:15:19 -04:00
Josh Pelkey
f3a6c5ab08
another texi typo
2010-04-21 15:07:34 -04:00
Josh Pelkey
ab86112c3e
fix typos in texi files for documentation build
2010-04-21 15:00:25 -04:00
Craig Dowell
b22f6f0019
tutorial change to reflect pcap change to streams at the lowest levels
2010-04-16 11:35:41 -07:00
Andrey Mazo
b3a1b16240
Documentation typos
2010-04-12 16:33:17 +04:00
Craig Dowell
835c2f0ef8
Add new tutorial section on ns-3 attribute values
2010-04-10 13:47:55 -07:00
Craig Dowell
77e5f8e785
small explanation about (lack of) logging in optimized builds
2010-03-19 15:54:01 -07:00
Craig Dowell
d0340777da
discussion of start and stop application had gone stale
2010-03-05 11:14:53 -08:00
Craig Dowell
1775662f84
Missing declaration in myfirst tweak
2010-03-04 10:32:19 -08:00
Craig Dowell
c61053c448
plumb explicitFilename everywhere and update manual and tutorial
2010-03-01 18:15:36 -08:00
Craig Dowell
1771a8d88c
update manual and tutorial to reflect changes in tracing
2010-03-01 15:14:42 -08:00
Craig Dowell
3e4ddb232d
virtual destructors and missing @end in tutorial
2010-02-24 14:40:09 -08:00
Craig Dowell
292b1d993f
OutputStreamKeeper to OutputStreamWrapper
2010-02-23 10:30:38 -08:00
Craig Dowell
d7b6488b64
PcapFileObject to PcapFileWrapper
2010-02-23 10:04:31 -08:00
Craig Dowell
3d434639f1
The name OutputStreamObject is no longer appropriate
2010-02-12 17:31:11 -08:00
Craig Dowell
3e43b632ce
some rewording of rewording suggested by Tom
2010-02-01 13:35:47 -08:00
Craig Dowell
0a97d873ae
linearize mixins and make internet stack helper work correctly
2010-01-28 17:21:04 -08:00