UDP source plugin: updated documentation (2). UDP sink plugin: added to Mac O/S build

This commit is contained in:
f4exb 2017-08-21 23:33:47 +02:00
parent 8b00b6fdf0
commit e5b8808402
2 changed files with 3 additions and 0 deletions

View File

@ -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)

View File

@ -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