From b1a8ac958da352572f7d666fc03812708c9dc48e Mon Sep 17 00:00:00 2001 From: Christopher Allen Date: Sun, 30 Jul 2023 10:47:24 -0400 Subject: [PATCH] UDPSinnk Readme Change The UDPSink is available on Windows installation. --- plugins/channelrx/udpsink/readme.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/channelrx/udpsink/readme.md b/plugins/channelrx/udpsink/readme.md index 0e4edd359..283f99a0d 100644 --- a/plugins/channelrx/udpsink/readme.md +++ b/plugins/channelrx/udpsink/readme.md @@ -8,8 +8,6 @@ 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

The top and bottom bars of the channel window are described [here](../../../sdrgui/channel/readme.md)