1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04:00

Remote Input: added option to join a multicast group. Implements #611

This commit is contained in:
f4exb
2020-08-26 18:52:36 +02:00
parent 6a78932130
commit 2b1ddc7208
8 changed files with 216 additions and 32 deletions
@@ -26,6 +26,8 @@ struct RemoteInputSettings {
quint16 m_apiPort;
QString m_dataAddress;
quint16 m_dataPort;
QString m_multicastAddress;
bool m_multicastJoin;
bool m_dcBlock;
bool m_iqCorrection;
bool m_useReverseAPI;