Commit Graph

253 Commits

Author SHA1 Message Date
Tom Henderson
9df8ef4b29 doc: Update ns-3 version in tutorial examples 2021-07-14 08:16:40 -07:00
Mohtashim Nawaz
422e0666ff Update building-topologies.rst (maximum number of packets in FqCoDelQueueDisc) 2021-06-03 05:53:02 +00:00
Tom Henderson
380c8548a0 doc: Update ns-3 version in tutorial examples 2021-03-23 21:14:33 -07:00
Tom Henderson
80e0dd0482 doc: Installation path cannot contain spaces 2021-03-23 20:53:08 -07:00
Tommaso Pecorella
b2706bfb37 tutorial: (fixes #359) correct link approx. length 2021-03-11 22:25:29 +00:00
Michele Abruzzese
96e08d63b2 tutorial: Fix typos and errors 2020-10-20 08:18:15 -07:00
Tom Henderson
ad08b56bb1 documentation: Update tutorial to ns-3.32 2020-10-04 08:00:41 -07:00
Tom Henderson
7f9fe95dd5 documentation: Add recipe to tutorial for git version info 2020-09-27 18:27:55 -07:00
Mathew Bielejeski
cbf04e69e1 build: (fix #259, merge !411) Minimize rebuilds due to git repository update
* Add --enable-build-version option to control build version feature
 * Disable build version when --enable-build-version is not specified
 * Update getting started tutorial to reflect the new build option
2020-09-27 16:20:50 -07:00
Tom Henderson
20634ca980 doc: Update build version information in tutorial 2020-08-18 15:56:10 -07:00
Mathew Bielejeski
32e95f8228 Make build information accessible by programs by extracting data from the local git repository (or a standalone file if a git repository is not present).
Changes

* Adds a new class named Version to the core module
* Adds a template file to the core module named version-defines.h.in
* Adds --PrintVersion and --version arguments to the CommandLine class.
* Creates a new waf tool which queries the local git repository and extracts build information from itCreate a waf task to extract version information from git repository
2020-08-11 20:20:05 +00:00
Tom Henderson
f15a942835 Add html_title tag for tutorial 2020-06-28 11:37:04 -07:00
Tom Henderson
270b2cfe3e documentation: Update tutorial references to 3.31 release 2020-06-18 20:47:13 -07:00
Tom Henderson
779ff1435c documentation: Align other configuration files with commit 06865c73 2019-11-06 13:16:23 -08:00
Tom Henderson
06865c731f documentation: Prevent overflow of tutorial table 2019-10-31 12:24:40 -07:00
Rediet
a9c54ea956 wifi: Use wifi- prefix for all test-suites and examples
Will enable easier wildcarding
2019-10-08 12:41:32 -07:00
Eduardo Abinader
01582e9850 tutorial: fix text on tracing chapter 2019-09-03 12:46:02 +02:00
Tom Henderson
cdedc7aea8 documentation: Update tutorial references to 3.30 release 2019-08-13 11:02:46 -07:00
Eduardo Abinader
6f075d4949 documentation: correct text on building topologies section 2019-08-01 12:17:03 +02:00
Tom Henderson
c0997bc821 build: (works around #14) add Waf option to run without building 2019-04-03 15:34:32 -07:00
Tom Henderson
bba146ea39 Remove reference to Mercurial 2019-01-10 14:20:39 -08:00
Tom Henderson
9548c0ce9b documentation: Update tutorial to ns-3.29 and conversion to git 2019-01-07 15:27:20 -08:00
Tom Henderson
db1ad997e3 documentation: Update Sphinx math extensions 2019-01-06 21:04:55 -08:00
Peter D. Barnes, Jr.
83a27c361e docs: sphinx: fix various errors 2018-12-03 18:04:57 -08:00
Tom Henderson
b2158512ec build: (partial fix #2938) Add --disable-werror flag to Waf 2018-08-05 14:23:39 -07:00
Alexander Krotov
8d1b7b1391 Spellcheck the rest of ns-3 2018-06-28 12:51:39 +03:00
Tom Henderson
77115f1280 Update getting started section in tutorial 2018-03-22 19:30:35 -07:00
Stefano Avallone
ef0df6b476 documentation: Add a tutorial section about ns-3 queues 2018-03-09 14:18:54 +01:00
Tom Henderson
76d3ab7de6 Update tutorial for ns-3.27 2017-10-03 16:35:09 -07:00
Alexander Krotov
4b66cb5ac5 Documentation spelling fixes 2017-09-01 11:40:28 +03:00
Alexander Krotov
359ec07864 Tutorial spellcheck 2017-07-19 11:37:44 +03:00
Mohit P. Tahiliani
e21f50cb78 documentation: Update the explanation of third.cc in tutorial 2017-03-19 07:54:50 -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
Tom Henderson
37a474bdd3 update tutorial version number to 3.26 2016-10-03 15:54:51 -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
16b2f4fd09 documentation: Update references to latest release 2016-03-15 17:23:44 -07:00
Tom Henderson
e2fc90a90a update some stale tutorial info 2016-01-11 14:44:13 -08:00
Tom Henderson
610b102fa7 add waf --check-profile option 2016-01-06 09:11:14 -08:00
Tommaso Pecorella
09e006a8f9 Clarification about the p2p delay attribute 2015-11-01 18:48:16 +01:00
Tom Henderson
6bcce32d02 update version numbers in tutorial 2015-09-15 12:13:38 -07:00
Peter D. Barnes, Jr.
baddf3f749 Refactor TracedValue callback function signatures.
Move from template class TracedValue to namespace TracedValueCallback.

Rename from [type]Callback to just [type]:
TracedValue<double>::DoubleCallback  -> TracedValueCallback::Double
2015-07-29 13:56:55 -07:00
Peter D. Barnes, Jr.
f7311ec17a Build profile macros 2015-07-28 16:33:35 -07:00
Tom Henderson
cc0ac11580 update tutorial package version numbers 2015-05-13 11:12:28 -07:00
Tom Henderson
44d377e425 additional coverage of group name usage in the tutorial 2015-03-27 11:52:48 -07:00
Tom Henderson
447e418d6c update tutorial documentation for SetGroupName 2015-03-27 10:03:43 -07:00
Tom Henderson
55a43bb5bc fix tutorial typos (found by Renan) 2015-02-23 12:31:31 -08:00
Tom Henderson
f1336f4f21 fix typos (found by Keith Briggs) 2015-02-06 06:50:48 -08:00
Tom Henderson
77423c2a20 small edits on previous commit 2015-02-05 13:02:44 -08:00