Alessio Bugetti
3d4b05bef0
lr-wpan: ( fixes #1130 ) Delay channel creation and add methods to set propagation loss and delay models in LrWpanHelper
...
- Delay channel creation by moving it to Install()
- Add SetPropagationDelayModel() and AddPropagationLossModel() methods to allow setting propagation loss and delay models in LrWpanHelper
- Update all examples that use LrWpanHelper to reflect these changes
2024-09-14 19:13:37 +02:00
André Apitzsch
8bc94a1cc3
Use SPDX license identifiers
2024-09-06 19:32:31 +00:00
Eduardo Almeida
1f438ce6f4
Fix clang-tidy modernize-use-auto warnings
2023-09-18 00:36:46 +01:00
Eduardo Almeida
42d6eea6de
Remove emacs lines from Python and C++ files
2023-05-23 16:20:52 +00:00
Giovanni Grieco
bf34f05109
examples: Remove unnecessary includes for unlinked modules
2023-04-06 06:14:29 +00:00
Alberto Gallegos Ramonet
c85819b502
lr-wpan: ( fixes #636 ) Ext address, short address and manual assoc adjustments
2023-02-27 14:33:28 +09:00
Eduardo Almeida
9a0d17186b
Fix clang-tidy readability-static-accessed-through-instance warnings
2023-01-29 18:11:10 +00:00
Tommaso Pecorella
06d0ff20d0
doc: ( fixes #817 ) various fixes highlighted by doxygen 1.9.6
2023-01-26 15:32:58 +00:00
Tommaso Pecorella
83c915c897
Deprecate use of Ping6 and V4Ping classes
2022-12-12 12:51:19 +00: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
5b9bb7ad26
example: Add missing return 0 in multiple examples
2022-09-26 10:16:54 +00:00
Tom Henderson
b6a5ee8151
Run utils/trim-trailing-whitespace.py on codebase
2022-06-05 21:01:11 -07:00
Gabriel Ferreira
e32c177e45
build: remove waf files, tests and references
2022-02-21 22:08:45 -03: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
Akash Mondal
bd7a35f821
internet: fix errors in IPv6 Path MTU discovery.
2022-01-26 23:42:10 +00: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
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
Tom Henderson
0258405cc6
build: Upgrade scripts to Python 3 (many changes due to Ankit Deepak)
2019-08-12 16:55:34 -07:00
Tommaso Pecorella
0b4ffede67
internet: ( fixes #1745 ) There can be only one Ipv6AddressHelper in a script
2018-02-07 17:35:48 -06:00
Tommaso Pecorella
6bd2b6f256
Moved internet-specific apps to the new internet-apps module
2015-11-09 22:32:26 +01:00
Tommaso Pecorella
f651927bc8
Simplify Radvd examples - remove unnecessary calls
2015-01-24 23:16:24 +01:00
Tommaso Pecorella
8434fca41f
Bug 2016 - Radvd do not consider the SendAdvert option and don't reply to RS
2014-11-19 00:13:58 +01: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
Tommaso Pecorella
d7731afca3
Bug 1941 - [partial] Remove unnecessary dependency on Application module in other modules
2014-06-28 08:31:24 +02:00
Tommaso Pecorella
74d8c0d6c7
Helper: associate nodes to a PAN
2014-03-16 22:33:50 +01:00
Tommaso Pecorella
ff799f5cbd
Fix Hel'er's install and add ping6/6LoWPAN example
2014-03-16 20:46:00 +01:00
Peter D. Barnes, Jr.
4a5acb6109
One waf to rule them all.
2014-02-07 17:00:28 -08:00
Tommaso Pecorella
81d40b0d40
Add "verbose" command line to IPv6 examples
2013-08-13 17:56:01 +02:00
Tommaso Pecorella
7dea6107f3
Remove obsolete StackHelper from IPv6 examples
2013-08-13 17:56:25 +02:00
Tommaso Pecorella
54564e2fa6
Bug 1702 - A router should't aways add itself as the default router
2013-08-07 23:18:48 +02:00
Tommaso Pecorella
c8cdd17d4d
Bug 1728 - Radvd application is missing an Helper
2013-07-12 00:03:20 +02:00
Tommaso Pecorella
17e7d24deb
Bug 1721 - Path MTU isn't handled properly
2013-08-12 06:51:18 +02:00
Guowang Shi
70f2ea6e92
Bug 1688 - Routers should advertise themselves from the link-local address
2013-06-19 09:10:31 +02:00
Tom Henderson
1b584e2e27
bug 1432: Align Ipv6AddressHelper API with Ipv4AddressHelper API
2012-05-20 15:19:52 -07:00
Tom Henderson
2a2690a003
rerun check-style.py at default level to enforce space after function name
2011-05-22 23:18:47 -07:00
Tom Henderson
34688f76ec
rerun check-style.py with uncrustify-0.58
2011-05-22 22:28:15 -07:00
Josh Pelkey
946e71af06
general examples coding style changes
2011-05-13 15:35:31 -04:00
Mitch Watrous
9959a29036
Fix dependencies in various wscripts
2011-03-18 13:21:02 -07:00
Lalith Suresh
01cd8c0a98
Bug 1070: csma/ipv6 examples duplicate NS_LOG_COMPONENT_DEFINE
2011-03-11 21:48:51 +00:00
Mitch Watrous
3f1b70a2bf
Make test.py handle examples-to-run.py files
2011-03-09 16:49:59 -08:00
Tom Henderson
18f2715506
remove src/helper module
2011-03-05 11:47:37 -08:00
Lalith Suresh
59a2a4f959
Converts csma, emu, tap-bridge, point-to-point, wifi and wimax modules into modular format
2011-03-03 19:54:57 +00:00
Mitch Watrous
58f7066b70
Move applications to a single module
2011-03-02 13:42:28 -08:00
Tom Henderson
c4e4de9ac3
Rename internet-stack to internet, and organize module
2011-02-25 10:32:35 -08:00
Tom Henderson
df07734f32
merge src/simulator into src/core; move src/core to new module layout
2011-02-18 16:05:39 -08:00
Gustavo J. A. M. Carneiro
881e0a6655
Module layout rework for static-routing, list-routing, global-routing
2010-10-26 18:02:17 +01:00