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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user