Eduardo Almeida
42d6eea6de
Remove emacs lines from Python and C++ files
2023-05-23 16:20:52 +00:00
Eduardo Almeida
a93c357141
Fix clang-tidy readability-simplify-boolean-expr warnings
2023-05-07 19:06:35 +01:00
Gabriel Ferreira
6f076416e7
Fix typos
2023-02-21 22:29:29 -03:00
Tom Henderson
9d0d78e4ea
examples: Fix spelling errors
2023-02-05 10:09:18 -08:00
Tommaso Pecorella
a9223622da
network: make addresses ConvertTo public and simplify python scripts
2022-11-25 01:36:26 +00:00
Gabriel Ferreira
12373157a4
bindings, docs: pass strings via char* to CommandLine.AddValue
...
And supplement memory-management issues section
2022-10-25 23:17:55 -03:00
Eduardo Almeida
dfc6fb9d2d
Remove emacs comment from C++ files
2022-10-14 14:13:12 +00:00
Eduardo Almeida
e25ff966fe
Apply clang-format to codebase
2022-10-07 20:08:35 +00:00
Eduardo Almeida
4af0fe4b85
Fix clang-tidy modernize-use-nullptr warnings
2022-10-07 11:48:10 +00:00
Eduardo Almeida
be07b6487a
Fix clang-tidy modernize-use-override warnings
2022-10-07 11:48:10 +00:00
Eduardo Almeida
6bb6383562
Fix clang-tidy modernize-redundant-void-arg warnings
2022-10-07 11:48:10 +00:00
Eduardo Almeida
371bb9e6f0
Convert tabs to spaces in Python scripts
2022-10-06 20:41:07 +00:00
Eduardo Almeida
5b9bb7ad26
example: Add missing return 0 in multiple examples
2022-09-26 10:16:54 +00:00
Tommaso Pecorella
606eb84448
doc: fix doxygen in various examples
2022-08-30 20:30:42 +00:00
Gabriel Ferreira
36df81be90
bindings: replace pybindgen bindings support with cppyy bindings
2022-08-01 21:24:02 +00:00
Tom Henderson
b6a5ee8151
Run utils/trim-trailing-whitespace.py on codebase
2022-06-05 21:01:11 -07:00
Mohit P. Tahiliani
44c85d30ca
examples: Update fifth.cc and the cwnd plot in the tutorial
2022-04-15 21:50:57 +05:30
Gabriel Ferreira
e32c177e45
build: remove waf files, tests and references
2022-02-21 22:08:45 -03:00
Tom Henderson
f50ba3169c
wifi: ( fixes #470 ) Update default Wi-Fi standard to 802.11ax
2022-02-14 12:26:32 -08:00
Gabriel Ferreira
acd5da1957
build: refresh project on scratch changes
2022-02-02 23:37:56 +00:00
Tommaso Pecorella
da09260c3e
examples: rebase
2022-01-30 12:06:53 -06:00
Gabriel Ferreira
41aacec626
build: CMake refactoring
...
Includes:
- refactor build_lib and build_lib_example macros
- unify src and contrib macros
- replace macro with function not to leak definitions
- parse list of arguments
- different cmake-format file for modules to list one item per line
2022-01-28 10:20:18 -03:00
Gabriel Ferreira
a893eba7e3
build: Fix CMake and ns3 script bugs, add a test suite and fix formatting
2021-12-05 21:53:49 +00:00
Gabriel Ferreira
9c876c7f5a
CMake buildsystem
2021-12-01 12:29:55 -08:00
Gabriel Ferreira
a4b86694f8
Missing headers and forward declarations
2021-12-01 12:29:55 -08:00
Tom Henderson
acec4714bb
examples: (fix of commit e353bafa) Set PCAP data link type
2021-04-20 09:41:53 -07:00
Sébastien Deronne
e353bafa48
examples: Set wifi data link type when PCAP file is generated
2021-04-19 12:49:58 +02:00
Sébastien Deronne
7c89eaf663
wifi: Remove YansWifiPhyHelper::Default and SpectrumWifiPhyHelper::Default methods
2020-10-26 20:39:16 +00:00
Gabriel Arrobo
0f2add86be
Removed seventh-packet-byte-count.png from .gitignore
...
and added a note in seventh.cc file/tutorial
2020-08-05 17:54:06 -07:00
Peter D. Barnes, Jr
b23be18b3b
Use CommandLine cmd (__FILE__) instead of COMMANDLINE macro.
...
This in effect replaces commit 5e624d550
2020-05-01 14:42:53 -07:00
Peter D. Barnes, Jr
5e624d5504
doc: Use the new COMMANDLINE macro in every example
2020-04-27 16:20:09 -07:00
Mohit P. Tahiliani
8b2f8e8abe
examples: Add topology in first.py
2020-03-04 17:52:51 +05:30
howie (GCI 2019)
830df02211
examples: Add topology in first.cc
2020-03-04 17:52:51 +05:30
Parth Pratim (GCI 2018)
6b2aa28749
examples: Align third.py with third.cc
2019-10-08 12:01:19 -07:00
Tom Henderson
0258405cc6
build: Upgrade scripts to Python 3 (many changes due to Ankit Deepak)
2019-08-12 16:55:34 -07:00
Sébastien Deronne
57b77fe55b
examples: Cleanup wifi-module includes
2018-05-10 22:13:49 +02:00
Tommaso Pecorella
eb8063fae5
python: fix examples for python 3.6
2018-03-06 14:16:20 -06:00
Mohit P. Tahiliani
38a0fd1a13
In third.cc restore limit on nWifi due to grid layout.
...
This partially reverts r11418 4d6051f4166f
2016-10-21 18:06:49 -07:00
Peter D. Barnes, Jr.
38632b0e18
Add CommandLine to all examples
2016-05-27 01:24:32 -04:00
Tom Henderson
e476598d18
wifi: Bindings and examples for commit 7c60a9f8f271
2016-02-05 19:45:20 -08:00
Sébastien Deronne
4f54ca4f1e
wifi: ( fixes #2116 and #2213 ) Refactor helpers and APIs
2016-02-05 21:48:25 +01: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.
dfd965e6f8
Revert unintentional change of third.cc trace file names, and remove execute bits.
...
These were introduced in 11418:4d6051f4166f.
Reported by Tom Henderson
2015-06-26 11:43:48 -07:00
Mohit P. Tahiliani
d8ee7fffa4
add second.py and third.py Python examples
2015-06-24 19:40:03 -07:00
Peter D. Barnes, Jr.
d67ced0392
Fix parents, group names, and missing constructors in GetTypeId definitions.
2015-06-09 12:59:59 -07:00
Peter D. Barnes, Jr.
e9c14c2b54
Bring tutorial third.cc and mpi third-distributed.cc into alignment.
2015-05-18 21:14:10 -07:00
Tom Henderson
3ad3ffaa2d
fix some pylint complaints about first.py
2014-10-15 07:38:06 -07:00
Tom Henderson
5b64122a3e
bug 1997: fix PlotProbe() documentation and usage for GnuplotHelper and FileHelper
2014-10-15 07:00:24 -07:00
Peter D. Barnes, Jr.
cc56e83767
TracedValue callback function signatures.
2014-10-02 21:17:48 -07:00
Peter D. Barnes, Jr.
bfdb6ef10a
[Bug 1551] Redux: NS_LOG_COMPONENT_DEFINE inside or outside of ns3 namespace?
2014-09-26 15:51:00 -07:00