mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
662ed0fa7a
Default selection is the loop-back interface. Users who require interoperation between WSJT-X instances cooperating applications running on different hosts should select a suitable network interface and carefully choose a multicast group address, and TTL, that has minimal scope covering the necessary network(s). Using 224.0.0.1 is a reasonable strategy if all hosts are on the same subnet. Administratively scoped multicast group addresses like those within 239.255.0.0/16 can cover larger boundaries, but care must be taken if the local subnet has access to a multicast enabled router. The IPv4 broadcast address (255.255.255.255) may be used as an alternative to multicast UDP, but note that WSJT-X will only send broadcast UDP datagrams on the loop-back interface, so all recipient applications must be running on the same host system. The reference UDP Message protocol applications are being extended to be configurable with a list of interfaces to join a multicast group address on. By default they will only join on the loop-back interface, which is also recommended for any applications designed to take part in the WSJT-X UDP Message Protocol. This allows full user control of the scope of multicast group membership with a very conservative default mode that will work with all interoperating applications running on the same host system. |
||
---|---|---|
.. | ||
about.cpp | ||
about.h | ||
about.ui | ||
AbstractLogWindow.cpp | ||
AbstractLogWindow.hpp | ||
astro.cpp | ||
astro.h | ||
astro.ui | ||
CabrilloLogWindow.cpp | ||
CabrilloLogWindow.hpp | ||
CabrilloLogWindow.ui | ||
colorhighlighting.cpp | ||
colorhighlighting.h | ||
colorhighlighting.ui | ||
DateTimeEdit.hpp | ||
DecodeHighlightingListView.cpp | ||
DecodeHighlightingListView.hpp | ||
displaytext.cpp | ||
displaytext.h | ||
DoubleClickablePushButton.cpp | ||
DoubleClickablePushButton.hpp | ||
DoubleClickableRadioButton.cpp | ||
DoubleClickableRadioButton.hpp | ||
echograph.cpp | ||
echograph.h | ||
echograph.ui | ||
echoplot.cpp | ||
echoplot.h | ||
ExportCabrillo.cpp | ||
ExportCabrillo.h | ||
ExportCabrillo.ui | ||
fastgraph.cpp | ||
fastgraph.h | ||
fastgraph.ui | ||
fastplot.cpp | ||
fastplot.h | ||
FoxLogWindow.cpp | ||
FoxLogWindow.hpp | ||
FoxLogWindow.ui | ||
FrequencyDeltaLineEdit.cpp | ||
FrequencyDeltaLineEdit.hpp | ||
FrequencyLineEdit.cpp | ||
FrequencyLineEdit.hpp | ||
HelpTextWindow.cpp | ||
HelpTextWindow.hpp | ||
HintedSpinBox.cpp | ||
HintedSpinBox.hpp | ||
LazyFillComboBox.cpp | ||
LazyFillComboBox.hpp | ||
LettersSpinBox.cpp | ||
LettersSpinBox.hpp | ||
logqso.cpp | ||
logqso.h | ||
logqso.ui | ||
mainwindow.cpp | ||
mainwindow.h | ||
mainwindow.ui | ||
messageaveraging.cpp | ||
messageaveraging.h | ||
messageaveraging.ui | ||
MessageBox.cpp | ||
MessageBox.hpp | ||
meterwidget.cpp | ||
meterwidget.h | ||
plotter.cpp | ||
plotter.h | ||
RestrictedSpinBox.cpp | ||
RestrictedSpinBox.hpp | ||
signalmeter.cpp | ||
signalmeter.h | ||
SplashScreen.cpp | ||
SplashScreen.hpp | ||
widegraph.cpp | ||
widegraph.h | ||
widegraph.ui | ||
widgets.pri |