kopia lustrzana https://github.com/f4exb/sdrangel
UDP source plugin: updated documentation (2). UDP sink plugin: added to Mac O/S build
rodzic
8b00b6fdf0
commit
e5b8808402
|
@ -8,6 +8,8 @@ The UDP block size or UDP payload size is fixed at 512 bytes.
|
|||
|
||||
The receiving application must make sure it acknowledges this block size. UDP may fragment the block but there will be a point when the last UDP block will fill up a complete block of this amount of bytes. In particular in GNUradio the UDP source block must be configured with a 512 bytes payload size.
|
||||
|
||||
This plugin is available for Linux and Mac O/S only.
|
||||
|
||||
<h2>Interface</h2>
|
||||
|
||||
![UDP Source plugin GUI](../../../doc/img/UDPsrc_plugin.png)
|
||||
|
|
|
@ -34,6 +34,7 @@ SUBDIRS += plugins/channeltx/modatv
|
|||
SUBDIRS += plugins/channeltx/modnfm
|
||||
SUBDIRS += plugins/channeltx/modssb
|
||||
SUBDIRS += plugins/channeltx/modwfm
|
||||
SUBDIRS += plugins/channeltx/udpsink
|
||||
|
||||
# Main app must be last
|
||||
CONFIG += ordered
|
||||
|
|
Ładowanie…
Reference in New Issue