1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -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
@@ -686,6 +686,9 @@
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Set API link</string>
</property>
<property name="text">
<string>Set</string>
</property>
@@ -723,7 +726,7 @@
</size>
</property>
<property name="toolTip">
<string>Local data connection IPv4 address</string>
<string>Local network interface IPv4 address</string>
</property>
<property name="inputMask">
<string>000.000.000.000</string>
@@ -758,7 +761,7 @@
</size>
</property>
<property name="toolTip">
<string>Local data connection port</string>
<string>Local data port</string>
</property>
<property name="inputMask">
<string>00000</string>
@@ -792,6 +795,9 @@
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Set data link</string>
</property>
<property name="text">
<string>Set</string>
</property>
@@ -799,6 +805,58 @@
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="mcastLayout">
<item>
<widget class="ButtonSwitch" name="multicastJoin">
<property name="toolTip">
<string>Join or leave multicast group</string>
</property>
<property name="text">
<string>Mcast</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="multicastAddress">
<property name="minimumSize">
<size>
<width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>120</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Multicast group address</string>
</property>
<property name="inputMask">
<string>000.000.000.000</string>
</property>
<property name="text">
<string>0.0.0.0</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="statusLayout">
<item>