Commit Graph

1321 Commits

Author SHA1 Message Date
F5
2600c62fa6 Merge tag 'ns-3.39' into unison
ns-3.39 release
2023-11-14 20:52:26 +08:00
F5
ac6d1f3920 mtp: Modify examples to keep them update 2023-11-14 20:40:40 +08:00
F5
0df9cb6264 Merge tag 'ns-3.38' into unison
ns-3.38 release
2023-11-14 15:58:35 +08:00
F5
b06d6278f9 mtp: Change the code style of examples 2023-11-14 15:35:16 +08:00
F5
07400b582e Merge tag 'ns-3.37' into unison
ns-3.37 release
2023-11-11 21:44:45 +08:00
F5
0d4617a5c6 Merge commit 'e25ff96' into unison 2023-11-11 21:33:08 +08:00
F5
ec09348f8b Merge commit 'ebb5969' into unison 2023-11-11 21:16:15 +08:00
F5
556959fa43 mtp: Add examples 2023-09-15 16:04:12 +08:00
Gabriel Ferreira
32e7a62a97 bindings: explicitly instantiate AddValue<double> for Cppyy 3 compatibility 2023-05-29 22:36:32 -03:00
Eduardo Almeida
42d6eea6de Remove emacs lines from Python and C++ files 2023-05-23 16:20:52 +00:00
Stefano Avallone
3e1ebaafe0 examples: Fix clang-tidy error 2023-05-21 09:40:47 +02:00
Tommaso Pecorella
d49aaac6f0 examples: simplify manet-routing-compare.cc 2023-05-21 00:34:42 +02:00
Tommaso Pecorella
c0ab48eb27 examples: clarify manet-routing-compare.cc - FlowMonitor can not be used with DSR 2023-05-21 00:33:59 +02:00
Eduardo Almeida
b06786f5c9 examples: Fix formatting 2023-05-12 22:34:03 +01:00
Eduardo Almeida
70f8f80d9b Fix clang-tidy performance-unnecessary-copy-initialization warnings 2023-05-07 22:07:12 +01:00
Eduardo Almeida
a93c357141 Fix clang-tidy readability-simplify-boolean-expr warnings 2023-05-07 19:06:35 +01:00
Eduardo Almeida
480ccccfb3 examples: Initialize arrays directly with 0 2023-04-29 17:58:54 +01:00
Tom Henderson
0e730323f5 tests: Add wifi-rate-adaptation-distance.cc to test coverage 2023-04-15 16:52:10 +00:00
Tom Henderson
0b1508f83c examples: Restore original range of wifi-rate-adaptation-distance.cc 2023-04-15 16:52:10 +00:00
Tom Henderson
9371409c9e examples: Fix wifi-rate-adaptation-distance.cc runtime issues 2023-04-15 16:52:10 +00:00
Tom Henderson
8628d9611a examples: Align CommandLine argument name with other examples 2023-04-15 16:52:10 +00:00
Stefano Avallone
19454e862f wifi: Queue scheduler uses per-destination mgt and control queues 2023-04-06 11:14:14 +02:00
Giovanni Grieco
bf34f05109 examples: Remove unnecessary includes for unlinked modules 2023-04-06 06:14:29 +00:00
Gabriel Ferreira
540f48c55a Fix additional typos 2023-03-20 02:14:44 +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
Stefano Avallone
fc7faccbd4 wifi: Enable MU-RTS in some regression tests 2023-02-24 10:31:49 +01:00
Gabriel Ferreira
6f076416e7 Fix typos 2023-02-21 22:29:29 -03:00
Eduardo Almeida
c5371d938c Fix clang-tidy readability-make-member-function-const warnings 2023-02-21 16:09:35 +00:00
Stefano Avallone
246f7b646b wifi: Setup multiple links in some of the EHT examples to run 2023-02-16 12:13:58 +01:00
Stefano Avallone
6192009878 wifi: Extend the wifi-eht-network example
Add an option to print the average per-station throughput over
intermediate intervals of the specified duration
2023-02-16 12:13:58 +01:00
Stefano Avallone
2101962980 wifi: Add an option to wifi-eht-network to setup a second and a third link between the AP and the station(s)
Links must operate in distinct frequency bands
2023-02-16 12:13:58 +01:00
Sébastien Deronne
5287265c08 wifi: Run EHT examples in regression 2023-02-16 12:13:58 +01:00
Sebastien Deronne
b684157c1d examples: Add initial 802.11be example 2023-02-16 12:13:58 +01:00
Gabriel Ferreira
0388b7c263 doc: fix dead urls
Signed-off-by: Gabriel Ferreira <gabrielcarvfer@gmail.com>
2023-02-15 14:44:45 +00:00
Tom Henderson
b80ec8f24c examples: (fixes #850) Adjust default downward due to preamble detection 2023-02-13 17:49:54 +00:00
Tom Henderson
9d0d78e4ea examples: Fix spelling errors 2023-02-05 10:09:18 -08:00
Sébastien Deronne
1789d4a383 examples: Fix control rate in wifi HT/VHT/HE examples 2023-02-04 09:13:09 +01:00
Matteo Drago
e27af18476 examples: set propagation loss model on wifi-he-network example 2023-02-03 14:36:26 +00:00
Eduardo Almeida
971e5c15fa Fix clang-tidy readability-container-size-empty warnings 2023-02-02 17:41:31 +00: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
e3c5c9831a Remove unnecessary casts to double for hard-coded numbers 2022-12-07 17:40:15 +00:00
Stefano Avallone
a14525f632 network: Fix ListErrorModel since UIDs are uint64_t values 2022-12-06 17:22:03 +00:00
Eduardo Almeida
0e44f5a0e0 examples: Improve wifi-ofdmt-eht-validation.cc 2022-11-25 01:59:08 +00:00
Tommaso Pecorella
a9223622da network: make addresses ConvertTo public and simplify python scripts 2022-11-25 01:36:26 +00:00
Eduardo Almeida
b9562ba520 Fix formatting of braced-init-lists by adding trailing comma 2022-11-24 16:13:09 +00:00
Tommaso Pecorella
0077121649 internet: (fixes #579) remove TcpWestwood model 2022-11-21 01:52:57 +00:00
Eduardo Almeida
fa90164e44 examples: Clean wifi-example-apps and wifi-example-sim 2022-11-12 18:49:23 +00:00
Gabriel Arrobo
28e4d6d8a9 network, examples: Use TimestampTag from network module 2022-11-12 18:17:48 +00:00