mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-06-17 22:02:27 -04:00
UDP source and sink: updated documentation
This commit is contained in:
parent
7252e886de
commit
bdb0e50c5f
Binary file not shown.
Before ![]() (image error) Size: 84 KiB After ![]() (image error) Size: 68 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 3.1 KiB After ![]() (image error) Size: 3.1 KiB ![]() ![]() |
Before ![]() (image error) Size: 3.7 KiB After ![]() (image error) Size: 3.7 KiB ![]() ![]() |
BIN
doc/img/UDPsource_plugin.png
Normal file
BIN
doc/img/UDPsource_plugin.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 84 KiB |
BIN
doc/img/UDPsource_plugin.xcf
Normal file
BIN
doc/img/UDPsource_plugin.xcf
Normal file
Binary file not shown.
Binary file not shown.
Before ![]() (image error) Size: 68 KiB |
Binary file not shown.
@ -1,8 +1,8 @@
|
|||||||
<h1>UDP source plugin</h1>
|
<h1>UDP sink plugin</h1>
|
||||||
|
|
||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
|
|
||||||
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.
|
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.
|
|||||||
|
|
||||||
<h2>Interface</h2>
|
<h2>Interface</h2>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<h3>1: Frequency shift from center frequency of reception</h3>
|
<h3>1: Frequency shift from center frequency of reception</h3>
|
||||||
|
|
||||||
@ -68,7 +68,7 @@ This is the maximum expected FM deviation in Hz for NFM demodulated samples. The
|
|||||||
|
|
||||||
<h3>9: AGC and audio feedback control</h3>
|
<h3>9: AGC and audio feedback control</h3>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<h4>9.1: Toggle AGC</h4>
|
<h4>9.1: Toggle AGC</h4>
|
||||||
|
|
||||||
@ -106,7 +106,7 @@ This gain is applied to the samples just before they are sent via UDP. The gain
|
|||||||
|
|
||||||
<h3>13: Squelch</h3>
|
<h3>13: Squelch</h3>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<h4>13.1: Squelch indicator</h4>
|
<h4>13.1: Squelch indicator</h4>
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
<h1>UDP sink plugin</h1>
|
<h1>UDP Source plugin</h1>
|
||||||
|
|
||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
|
|
||||||
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.
|
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.
|
|||||||
|
|
||||||
<h2>Interface</h2>
|
<h2>Interface</h2>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
<h3>1: Frequency shift from center frequency of reception</h3>
|
<h3>1: Frequency shift from center frequency of reception</h3>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user