Commit Graph

811 Commits

Author SHA1 Message Date
Tom Henderson
d2b7db2a02 traffic-control: Add chapter to Makefile 2018-03-15 13:10:28 -07:00
Viyom
58cb65c475 internet: Add documentation chapter for UDP 2018-03-15 13:09:08 -07:00
Stefano Avallone
ef0df6b476 documentation: Add a tutorial section about ns-3 queues 2018-03-09 14:18:54 +01:00
Stefano Avallone
2005953337 traffic-control: Add the Fifo queue disc 2018-03-03 10:55:08 +01:00
Peter D. Barnes, Jr.
b02adffd4a [doxy] Speed up doxygen.warnings.report.sh run 2018-01-22 17:25:15 -08:00
Tom Henderson
6372023689 documentation: Update instructions for Python bindings 2017-11-13 14:39:51 -08:00
Tom Henderson
fd3c64fdaa documentation: Remove redundant model library chapter
data-collection chapter is already present in the manual
2017-11-10 09:28:08 -08:00
Tom Henderson
e37c20cc50 documentation: Fix broken link 2017-11-10 09:26:47 -08:00
Peter D. Barnes, Jr.
5fe45ac83e doxy: suppress erroneous ATTRIBUTE_HELPER_HEADER/CPP warnings 2017-10-18 22:39:05 -07:00
Tom Henderson
76d3ab7de6 Update tutorial for ns-3.27 2017-10-03 16:35:09 -07:00
Peter D. Barnes, Jr.
0bd2e15546 [doxy] Add blacklist of errors to ignore 2017-09-17 21:04:56 -07:00
Peter D. Barnes, Jr.
c5eafff797 [doxy] Refactor top level groups core, examples, tests, util 2017-09-17 19:43:27 -07:00
Peter D. Barnes, Jr.
7b8bcd8572 [doxy] config tweaks 2017-09-17 19:41:21 -07:00
Peter D. Barnes, Jr.
0a7b303251 [sphinx] correct indentation 2017-09-17 19:39:15 -07:00
Peter D. Barnes, Jr.
485c2673b8 [doxy] Add doxygen file header to introspected-doxygen.h 2017-08-29 07:56:38 -07:00
Tom Henderson
e0f6baf998 bindings: Updates corresponding to project use of CastXML 2017-09-18 13:46:16 -07:00
Alexander Krotov
4b66cb5ac5 Documentation spelling fixes 2017-09-01 11:40:28 +03:00
Tom Henderson
9c6fd63995 documentation: Make script run correctly on symlinked path 2017-08-13 18:00:45 -07:00
Alexander Krotov
359ec07864 Tutorial spellcheck 2017-07-19 11:37:44 +03:00
Stefano Avallone
543da6092a various: (fixes #2668) Make template classes use NS_LOG_* macros 2017-06-06 11:18:07 +02:00
Tom Henderson
30c922ba2c documentation: Add missing ref to nix-vector-routing.rst 2017-06-05 12:58:57 -07:00
Tommaso Pecorella
3a651df87d Routing sphynx documentation upgrades 2017-05-28 22:22:41 +02:00
Stefano Avallone
6c0840352d traffic-control: Add the mq queue disc 2017-05-28 10:21:32 +02:00
Tommaso Pecorella
e663d70357 various doxygen fixes 2017-05-10 00:06:51 +02:00
Lauri Sormunen
54b20047fd build: (fixes #2630) Add contrib directory in parallel to src 2017-04-06 20:32:04 -07:00
Tommaso Pecorella
4610d4b1d3 manual: update gnuplot documentation to avoid build-dependent instructions 2017-04-02 16:25:30 +02:00
Peter D. Barnes, Jr.
b271b6fdff Revert changes to doxygen.conf from r12694 5209b094 2017-03-23 12:39:31 -07:00
Mohit P. Tahiliani
e21f50cb78 documentation: Update the explanation of third.cc in tutorial 2017-03-19 07:54:50 -07:00
Tom Henderson
c25f435c4f lte: add missing figure formats for documentation build 2017-03-19 07:39:03 -07:00
Tom Henderson
23c944816a documentation: Update previous tutorial commit 2017-03-14 09:15:21 -07:00
Tom Henderson
578f6c0049 documentation: Align tutorial tracing section with current code 2017-03-14 07:25:07 -07:00
Sébastien Deronne
ba433f9a20 wifi: add RRPAA wifi rate control (patch from Matias Richart) 2017-02-15 23:44:05 +01:00
Tom Henderson
960908c604 wifi: Fix wifi documentation build issues 2017-02-03 10:19:28 -08:00
Tom Henderson
e575508919 core: (fixes #2490) Change logging timestamp precision 2017-01-22 18:54:49 -08:00
Tom Henderson
37a474bdd3 update tutorial version number to 3.26 2016-10-03 15:54:51 -07:00
Tom Henderson
8310340b77 update manual chapter on Python bindings 2016-10-03 15:51:13 -07:00
Piyush Aggarwal
86c24f29bd doc: fix sphinx and doxygen build errors 2016-09-29 00:04:27 -04:00
Peter D. Barnes, Jr.
46932fa7b2 build: (fixes #2459) Add ./waf --check-config option to reprint the summary
Add ./waf --check-config option to reprint the summary of optional features
from the configuration
2016-09-19 23:06:16 -07:00
Tom Henderson
fb4c5d4de8 traffic-control: Include PIE chapter in documentation 2016-08-30 19:35:54 -07:00
Pasquale Imputato
a048b009b2 network: Introduce Byte Queue Limits (BQL) 2016-08-08 00:21:03 +02:00
Pasquale Imputato
5f3f99ec52 traffic-control: Introduce the FQ-CoDel queue disc 2016-08-01 10:53:29 +02:00
Peter D. Barnes, Jr.
65d371e58e [doc] Sphinx reference error: misnamed file 2016-07-29 12:36:12 -07:00
Stefano Avallone
83ed5e7bb6 network: Support socket priorities 2016-07-14 15:59:55 +02:00
Natale Patriciello
b7ec2e833c tcp: Documentation on TCP-application interface 2016-06-27 16:32:04 +02:00
Alexander Krotov
3a83e72a81 .gitignore
While main NS-3 repository [1] uses Mercurial, NS-3 also has official
[2] git mirror [3]. Added .gitignore replicates current .hgignore,
also taking advantage of the ability to split it into multiple files.

[1] http://code.nsnam.org/ns-3-dev/
[2] https://www.nsnam.org/wiki/HOWTO_use_Git_instead_of_Mercurial
[3] https://github.com/nsnam/ns-3-dev-git
2016-05-15 01:58:21 +03:00
Tom Henderson
52eea7895d documentation: Move TapBridge to separate chapter 2016-03-15 17:24:13 -07:00
Tom Henderson
16b2f4fd09 documentation: Update references to latest release 2016-03-15 17:23:44 -07:00
Tommaso Pecorella
3b70174980 manual: (fixes #1286) NS_LOG clarification 2016-03-11 21:16:26 +01:00
Pasquale Imputato
f2ddfb2948 traffic-control: CoDel is a queue disc now 2016-03-08 10:48:18 -08:00
Pasquale Imputato
58756a8efd traffic-control: RED is a queue disc now 2016-03-08 10:48:05 -08:00