WsjtxUtils.WsjtxUdpServer
1.0.0.49
See the version list below for details.
dotnet add package WsjtxUtils.WsjtxUdpServer --version 1.0.0.49
NuGet\Install-Package WsjtxUtils.WsjtxUdpServer -Version 1.0.0.49
<PackageReference Include="WsjtxUtils.WsjtxUdpServer" Version="1.0.0.49" />
paket add WsjtxUtils.WsjtxUdpServer --version 1.0.0.49
#r "nuget: WsjtxUtils.WsjtxUdpServer, 1.0.0.49"
// Install WsjtxUtils.WsjtxUdpServer as a Cake Addin #addin nuget:?package=WsjtxUtils.WsjtxUdpServer&version=1.0.0.49 // Install WsjtxUtils.WsjtxUdpServer as a Cake Tool #tool nuget:?package=WsjtxUtils.WsjtxUdpServer&version=1.0.0.49
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. |
-
net6.0
- WsjtxUtils.WsjtxMessages (>= 1.0.0.49)
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 | 102 | 7/11/2024 |
1.0.0.66 | 142 | 3/26/2024 |
1.0.0.65 | 159 | 12/14/2023 |
1.0.0.63 | 438 | 12/7/2022 |
1.0.0.62 | 436 | 8/30/2022 |
1.0.0.61 | 557 | 8/12/2022 |
1.0.0.60 | 449 | 7/20/2022 |
1.0.0.59 | 480 | 7/13/2022 |
1.0.0.58 | 479 | 7/13/2022 |
1.0.0.57 | 462 | 7/13/2022 |
1.0.0.56 | 480 | 7/13/2022 |
1.0.0.55 | 490 | 7/10/2022 |
1.0.0.51 | 591 | 3/15/2022 |
1.0.0.50 | 486 | 2/17/2022 |
1.0.0.49 | 445 | 2/10/2022 |
1.0.0.48 | 461 | 2/3/2022 |
1.0.0.47 | 457 | 2/3/2022 |
1.0.0.46 | 475 | 2/1/2022 |
1.0.0.44 | 507 | 1/30/2022 |
1.0.0.43 | 460 | 1/28/2022 |
1.0.0.42 | 483 | 1/28/2022 |
1.0.0.41 | 468 | 1/26/2022 |
1.0.0.37 | 471 | 1/24/2022 |