WsjtxUtils.WsjtxUdpServer
1.0.0.57
See the version list below for details.
dotnet add package WsjtxUtils.WsjtxUdpServer --version 1.0.0.57
NuGet\Install-Package WsjtxUtils.WsjtxUdpServer -Version 1.0.0.57
<PackageReference Include="WsjtxUtils.WsjtxUdpServer" Version="1.0.0.57" />
paket add WsjtxUtils.WsjtxUdpServer --version 1.0.0.57
#r "nuget: WsjtxUtils.WsjtxUdpServer, 1.0.0.57"
// Install WsjtxUtils.WsjtxUdpServer as a Cake Addin #addin nuget:?package=WsjtxUtils.WsjtxUdpServer&version=1.0.0.57 // Install WsjtxUtils.WsjtxUdpServer as a Cake Tool #tool nuget:?package=WsjtxUtils.WsjtxUdpServer&version=1.0.0.57
WsjtxUtils.WsjtxUdpServer
WsjtxUdpServer is a lightweight, multicast-capable, asynchronous UDP server for WSJT-X clients. IWsjtxUdpMessageHandler describes an interface that allows WsjtxUdpServer to handle all potential incoming messages from WSJT-X. Create a class that implements IWsjtxUdpMessageHandler and pass this class to the UDP server's constructor to begin processing messages asynchronously.
IWsjtxUdpMessageHandler messageHandler = new SomeCustomMessageHandler();
var cancellationTokenSource = new CancellationTokenSource();
using var server = new WsjtxUdpServer(messageHandler, IPAddress.Any);
server.Start(cancellationTokenSource);
// do other stuff while the server is running and processing messages
while (!cancellationTokenSource.IsCancellationRequested) { }
server.Stop();
WsjtxUdpServerBaseAsyncMessageHandler is an abstract class that implements IWsjtxUdpMessageHandler and provides a basic set of capabilities. It tracks WSJT-X clients and, if available, the last state for each client that has communicated with the server during the previous timeout window, which defaults to 5 minutes. There are properties for connected clients and callbacks used to execute a target function based on specific events, newly connected WSJT-X clients, clients who send the close message, and clients who have not communicated with the server during the previous timeout window.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- System.Threading.Tasks.Extensions (>= 4.5.4)
- WsjtxUtils.WsjtxMessages (>= 1.0.0.57)
-
net6.0
- WsjtxUtils.WsjtxMessages (>= 1.0.0.57)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0.67 | 105 | 7/11/2024 |
1.0.0.66 | 144 | 3/26/2024 |
1.0.0.65 | 161 | 12/14/2023 |
1.0.0.63 | 442 | 12/7/2022 |
1.0.0.62 | 438 | 8/30/2022 |
1.0.0.61 | 562 | 8/12/2022 |
1.0.0.60 | 451 | 7/20/2022 |
1.0.0.59 | 482 | 7/13/2022 |
1.0.0.58 | 481 | 7/13/2022 |
1.0.0.57 | 464 | 7/13/2022 |
1.0.0.56 | 482 | 7/13/2022 |
1.0.0.55 | 492 | 7/10/2022 |
1.0.0.51 | 593 | 3/15/2022 |
1.0.0.50 | 488 | 2/17/2022 |
1.0.0.49 | 447 | 2/10/2022 |
1.0.0.48 | 463 | 2/3/2022 |
1.0.0.47 | 459 | 2/3/2022 |
1.0.0.46 | 477 | 2/1/2022 |
1.0.0.44 | 509 | 1/30/2022 |
1.0.0.43 | 462 | 1/28/2022 |
1.0.0.42 | 485 | 1/28/2022 |
1.0.0.41 | 470 | 1/26/2022 |
1.0.0.37 | 473 | 1/24/2022 |