WsjtxUtils.WsjtxUdpServer
1.0.0.41
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package WsjtxUtils.WsjtxUdpServer --version 1.0.0.41
NuGet\Install-Package WsjtxUtils.WsjtxUdpServer -Version 1.0.0.41
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WsjtxUtils.WsjtxUdpServer" Version="1.0.0.41" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WsjtxUtils.WsjtxUdpServer --version 1.0.0.41
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WsjtxUtils.WsjtxUdpServer, 1.0.0.41"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WsjtxUtils.WsjtxUdpServer as a Cake Addin #addin nuget:?package=WsjtxUtils.WsjtxUdpServer&version=1.0.0.41 // Install WsjtxUtils.WsjtxUdpServer as a Cake Tool #tool nuget:?package=WsjtxUtils.WsjtxUdpServer&version=1.0.0.41
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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();
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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0
- WsjtxUtils.WsjtxMessages (>= 1.0.0.41)
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 |