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

pull/60/head
f4exb 2017-08-21 23:33:47 +02:00
rodzic 8b00b6fdf0
commit e5b8808402
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -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. 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> <h2>Interface</h2>
![UDP Source plugin GUI](../../../doc/img/UDPsrc_plugin.png) ![UDP Source plugin GUI](../../../doc/img/UDPsrc_plugin.png)

Wyświetl plik

@ -34,6 +34,7 @@ SUBDIRS += plugins/channeltx/modatv
SUBDIRS += plugins/channeltx/modnfm SUBDIRS += plugins/channeltx/modnfm
SUBDIRS += plugins/channeltx/modssb SUBDIRS += plugins/channeltx/modssb
SUBDIRS += plugins/channeltx/modwfm SUBDIRS += plugins/channeltx/modwfm
SUBDIRS += plugins/channeltx/udpsink
# Main app must be last # Main app must be last
CONFIG += ordered CONFIG += ordered