Gustavo Carneiro
326a892be0
pyviz detection features
2018-08-15 12:27:05 -07:00
Gustavo Carneiro
dbfed2516a
Improve instructions for enabling visualizer on examples
2018-08-15 12:26:27 -07:00
Gustavo Carneiro
a949de4fa6
more pyviz porting fixes
2018-08-15 12:26:01 -07:00
Gustavo Carneiro
909b02fed1
WIP: Porting PyViz to Gobject Introspection and Gtk 3
2018-08-15 12:25:34 -07:00
Nicola Baldo
64b9588860
antenna: allow non-unitary gain for IsotropicAntennaModel
2018-08-13 18:55:01 -07:00
Tom Henderson
26df85d8bf
wifi: Document origin of formula
2018-08-13 18:41:44 -07:00
Tom Henderson
9deaad5ae7
rescan bindings
2018-08-09 10:14:27 -07:00
Tom Henderson
ac46c69b92
build: Fix inconsistent indentation
2018-08-09 09:25:50 -07:00
Tom Henderson
a04ea625f7
network: Add NodeContainer::Contains()
2018-08-09 05:53:06 -07:00
Tom Henderson
55df7237fe
network: Add ApplicationContainer::StartWithJitter()
2018-08-08 16:31:39 -07:00
Tom Henderson
0a29d747c6
wifi: Add StaWifiMac::BeaconArrival trace source
2018-08-08 16:10:50 -07:00
Tom Henderson
8c235ab250
Update changelog
2018-08-08 15:25:27 -07:00
Sébastien Deronne
16a2d19fee
network: ( fixes #2948 ) Allow priority settings up to value 7
2018-08-07 12:45:56 +02:00
Sébastien Deronne
5f82de724d
wifi: Add support for 802.11ax radiotap
2018-08-07 12:43:45 +02:00
Sébastien Deronne
66b181107e
network: Cleanup unused RadiotapHeader functions
2018-08-07 12:43:18 +02:00
Sébastien Deronne
500c385579
wifi: Cleanup code duplication in WifiPhyHelper
2018-08-07 10:44:57 +02:00
Tom Henderson
ad79870ba6
build: ( fixes #2936 ) Disable -Wparentheses with GTK+ and gcc-8
2018-08-06 21:55:21 -07:00
Sébastien Deronne
7cf760a078
Update RELEASE_NOTES
2018-08-06 19:54:22 +02:00
Alexander Krotov
f338b84929
propagation: fix a typo
2018-08-06 11:51:58 +03:00
Alexander Krotov
c5152f312a
wifi: Reset SNR to 0.0 in IdealWifiManager if transmission fails
...
When IdealWifiManager has too high SNR estimation
(for example, if pathloss has increased due to mobility),
it is unable to receive any new SNR values.
As a result, it keeps using too high MCS.
This patch makes it reset SNR estimation when retry counter reaches
maximum number of retransmissions.
2018-07-27 12:52:22 +03:00
Tom Henderson
34cd6172ba
documentation: Clear Sphinx warnings
2018-08-05 17:12:43 -07:00
Tom Henderson
2986b7a324
documentation: Fix chapter numbering in manual
2018-08-05 14:56:01 -07:00
Tom Henderson
b2158512ec
build: (partial fix #2938 ) Add --disable-werror flag to Waf
2018-08-05 14:23:39 -07:00
Tom Henderson
35ba9e2b28
point-to-point: Update example and documentation to new API
2018-08-05 17:10:29 -07:00
Tom Henderson
bccd5a5863
wifi, wave, mesh: Rescan bindings
2018-08-05 16:55:19 -07:00
Alexander Krotov
696bd35023
wifi: remove Log2 function
...
Standard log2 is already used in wifi module anyway
2018-08-04 20:02:47 +03:00
Alexander Krotov
7a4d96b180
network: do not CreateFullCopy of the source buffer in Buffer::AddAtEnd
2018-08-03 13:41:11 +03:00
Alexander Krotov
c49a0bbf80
wifi: compare MCS instead of its name
2018-08-03 14:15:01 +03:00
Alexander Krotov
776a0bd3ad
network: optimize TagBuffer::Read
2018-08-03 13:33:09 +03:00
Alexander Krotov
b3d22f527e
wifi: simplify calculations in wifi-utils
2018-08-03 12:13:24 +03:00
Alexander Krotov
5415e35133
wifi: use WToDbm(x) instead of RatioToDb(x) + 30
2018-08-03 11:46:32 +03:00
Alexander Krotov
33e514c3ca
wifi: Use m_ccaMode1ThresholdW instead of DbmToW (WToDbm (m_ccaMode1ThresholdW))
2018-08-03 11:45:13 +03:00
Alexander Krotov
dcb280d053
wifi: use m_edThresholdW instead of DbmToW (WToDbm (m_edThresholdW))
2018-08-03 03:07:38 +03:00
Tom Henderson
9a6bcd75de
tcp: Fix trace source callback typedef names
2018-08-02 23:03:48 -07:00
Tom Henderson
94f2c034aa
core: Add TracedCallback signature for Time
2018-08-02 23:02:48 -07:00
Tom Henderson
00382e9814
wifi: Rescan python bindings
2018-07-27 10:43:58 -07:00
Alexander Krotov
44d88302f2
wifi: Remove unused address type argument in wifi-aggregation-test
2018-07-26 14:29:15 +03:00
Alexander Krotov
ecfb37187b
wifi: Remove unused arguments from WifiMacQueue members
2018-07-26 12:06:36 +03:00
Alexander Krotov
74a8d29065
wifi: Simplify QosTxop::{Set,Get}AmpduExist
2018-07-20 20:36:10 +03:00
Tom Henderson
b021f53ea2
Document the API change from removing --no32bit-scan
2018-07-21 16:31:05 -07:00
Tom Henderson
0b9893a908
Rescan all Python bindings
2018-07-21 16:14:09 -07:00
Ankit Deepak
fe69e16ab1
bindings: (partial fix #2451 ) Generate ILP32 bindings from LP64
2018-07-21 16:13:14 -07:00
Alexander Krotov
79a006bfc4
Replace FATAL_ERROR with ASSERT
2018-07-20 18:54:48 +03:00
Alexander Krotov
f5f26c6b43
wifi: Get rid of "NS_ASSERT_MSG (false, ..."
...
Replaced with NS_FATAL_ERROR or proper NS_ASSERT_MSG
2018-07-20 18:06:34 +03:00
Alexander Krotov
93ce5ba2f7
Backed out changeset d120f5c38317
2018-07-20 10:54:37 +03:00
Alexander Krotov
85d08c96e7
Rename TXOPLimit to TxopLimit everywhere
2018-07-20 10:53:07 +03:00
Alexander Krotov
bddae128de
wifi: Add WifiPhyHelper::SetFrameCaptureModel
2018-07-18 11:44:22 +03:00
Sébastien Deronne
301ee580d3
wifi: Fix regression introduced in Minstrel and HT Minstrel
2018-07-16 20:28:07 +02:00
Alexander Krotov
0c5bf3dcc7
Increase load to 400 Mbit/s in rate-adaptation-distance example
...
Throughput higher than 200 Mbit/s is achievable with VHT.
See also bug #2950 .
2018-07-16 19:43:41 +03:00
Tom Henderson
7617ca8c85
flow-monitor: Rescan bindings
2018-07-15 17:03:20 -07:00