From e5b880840248b0404d1fc705f5e81ecb18349e02 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 21 Aug 2017 23:33:47 +0200 Subject: [PATCH] UDP source plugin: updated documentation (2). UDP sink plugin: added to Mac O/S build --- plugins/channelrx/udpsrc/readme.md | 2 ++ sdrangel.macos.pro | 1 + 2 files changed, 3 insertions(+) diff --git a/plugins/channelrx/udpsrc/readme.md b/plugins/channelrx/udpsrc/readme.md index 9aba083b3..804c8b7a2 100644 --- a/plugins/channelrx/udpsrc/readme.md +++ b/plugins/channelrx/udpsrc/readme.md @@ -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. +

Interface

![UDP Source plugin GUI](../../../doc/img/UDPsrc_plugin.png) diff --git a/sdrangel.macos.pro b/sdrangel.macos.pro index 62ec79f7d..3345fa491 100644 --- a/sdrangel.macos.pro +++ b/sdrangel.macos.pro @@ -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