diff --git a/doc/img/UDPsink_plugin.png b/doc/img/UDPsink_plugin.png index 8dfbc5312..cc4a913cf 100644 Binary files a/doc/img/UDPsink_plugin.png and b/doc/img/UDPsink_plugin.png differ diff --git a/doc/img/UDPsink_plugin.xcf b/doc/img/UDPsink_plugin.xcf index 39e9a6e0f..5c6042f25 100644 Binary files a/doc/img/UDPsink_plugin.xcf and b/doc/img/UDPsink_plugin.xcf differ diff --git a/doc/img/UDPsrc_plugin_agc.png b/doc/img/UDPsink_plugin_agc.png similarity index 100% rename from doc/img/UDPsrc_plugin_agc.png rename to doc/img/UDPsink_plugin_agc.png diff --git a/doc/img/UDPsrc_plugin_agc.xcf b/doc/img/UDPsink_plugin_agc.xcf similarity index 100% rename from doc/img/UDPsrc_plugin_agc.xcf rename to doc/img/UDPsink_plugin_agc.xcf diff --git a/doc/img/UDPsrc_plugin_sq.png b/doc/img/UDPsink_plugin_sq.png similarity index 100% rename from doc/img/UDPsrc_plugin_sq.png rename to doc/img/UDPsink_plugin_sq.png diff --git a/doc/img/UDPsrc_plugin_sq.xcf b/doc/img/UDPsink_plugin_sq.xcf similarity index 100% rename from doc/img/UDPsrc_plugin_sq.xcf rename to doc/img/UDPsink_plugin_sq.xcf diff --git a/doc/img/UDPsource_plugin.png b/doc/img/UDPsource_plugin.png new file mode 100644 index 000000000..8dfbc5312 Binary files /dev/null and b/doc/img/UDPsource_plugin.png differ diff --git a/doc/img/UDPsource_plugin.xcf b/doc/img/UDPsource_plugin.xcf new file mode 100644 index 000000000..39e9a6e0f Binary files /dev/null and b/doc/img/UDPsource_plugin.xcf differ diff --git a/doc/img/UDPsrc_plugin.png b/doc/img/UDPsrc_plugin.png deleted file mode 100644 index cc4a913cf..000000000 Binary files a/doc/img/UDPsrc_plugin.png and /dev/null differ diff --git a/doc/img/UDPsrc_plugin.xcf b/doc/img/UDPsrc_plugin.xcf deleted file mode 100644 index 5c6042f25..000000000 Binary files a/doc/img/UDPsrc_plugin.xcf and /dev/null differ diff --git a/plugins/channelrx/udpsink/readme.md b/plugins/channelrx/udpsink/readme.md index 7604b0ea0..b98dbe43b 100644 --- a/plugins/channelrx/udpsink/readme.md +++ b/plugins/channelrx/udpsink/readme.md @@ -1,8 +1,8 @@ -

UDP source plugin

+

UDP sink plugin

Introduction

-By "source" one should understand a source of samples for the outside of SDRangel application. An UDP connection is established from the plugin to the given address and port and samples are directed to it. +By "sink" one should understand a sink for samples coming from the device baseband. An UDP connection is established from the plugin to the given address and port and samples are directed to it. The UDP block size or UDP payload size is fixed at 512 bytes. @@ -12,7 +12,7 @@ This plugin is available for Linux and Mac O/S only.

Interface

-![UDP Source plugin GUI](../../../doc/img/UDPsrc_plugin.png) +![UDP Sink plugin GUI](../../../doc/img/UDPsink_plugin.png)

1: Frequency shift from center frequency of reception

@@ -68,7 +68,7 @@ This is the maximum expected FM deviation in Hz for NFM demodulated samples. The

9: AGC and audio feedback control

-![UDP Source plugin GUI AGC](../../../doc/img/UDPsrc_plugin_agc.png) +![UDP Sink plugin GUI AGC](../../../doc/img/UDPsink_plugin_agc.png)

9.1: Toggle AGC

@@ -106,7 +106,7 @@ This gain is applied to the samples just before they are sent via UDP. The gain

13: Squelch

-![UDP Source plugin GUI Squelch](../../../doc/img/UDPsrc_plugin_sq.png) +![UDP Sink plugin GUI Squelch](../../../doc/img/UDPsink_plugin_sq.png)

13.1: Squelch indicator

diff --git a/plugins/channeltx/udpsource/readme.md b/plugins/channeltx/udpsource/readme.md index 792a51540..69ddd8b1b 100644 --- a/plugins/channeltx/udpsource/readme.md +++ b/plugins/channeltx/udpsource/readme.md @@ -1,8 +1,8 @@ -

UDP sink plugin

+

UDP Source plugin

Introduction

-By "sink" one should understand a sink of samples for the outside of SDRangel application. An external application establishes an UDP connection to the plugin at the given address and port and samples are directed to it. In fact it can also come from SDRangel itself using the UDP source plugin +By "source" one should understand a source of samples that feed the baseband of the transmitting device. An external application establishes an UDP connection to the plugin at the given address and port and samples are directed to it. In fact it can also come from SDRangel itself using the UDP source plugin The UDP block size or UDP payload size is optimized for 512 bytes but other sizes are acceptable. @@ -10,7 +10,7 @@ This plugin is available for Linux and Mac O/S only.

Interface

-![UDP Sink plugin GUI](../../../doc/img/UDPsink_plugin.png) +![UDP Source plugin GUI](../../../doc/img/UDPsource_plugin.png)

1: Frequency shift from center frequency of reception