WsjtxUtils.WsjtxMessages
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.WsjtxMessages --version 1.0.0.41
NuGet\Install-Package WsjtxUtils.WsjtxMessages -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.WsjtxMessages" 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.WsjtxMessages --version 1.0.0.41
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WsjtxUtils.WsjtxMessages, 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.WsjtxMessages as a Cake Addin #addin nuget:?package=WsjtxUtils.WsjtxMessages&version=1.0.0.41 // Install WsjtxUtils.WsjtxMessages as a Cake Tool #tool nuget:?package=WsjtxUtils.WsjtxMessages&version=1.0.0.41
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
The WsjtxMessages library contains the classes and methods needed to serialize and deserialize WSJT-X messages in the QT QDataStream format specified in the WSJT-X source code in NetworkMessage.hpp.
We can easily read messages from a memory source using the extensions methods provided.
Memory<byte> source= new(new byte[] { 0xAD, 0xBC, 0xCB, 0xDA, 0x00, 0x00, ... };
WsjtxMessage? message = source.DeserializeWsjtxMessage();
We can write messages to a memory source just as quickly.
Clear message = new()
{
Id = "WSJT-X",
Window = ClearWindow.BandActivity
};
var buffer = GC.AllocateArray<byte>(1500, false);
var numOfBytesWritten = message.WriteMessageTo(buffer);
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
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on WsjtxUtils.WsjtxMessages:
Package | Downloads |
---|---|
WsjtxUtils.WsjtxUdpServer
A lightweight, multicast-capable, asynchronous UDP server for WSJT-X. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.0.67 | 155 | 7/11/2024 |
1.0.0.66 | 179 | 3/26/2024 |
1.0.0.65 | 205 | 12/14/2023 |
1.0.0.63 | 522 | 12/7/2022 |
1.0.0.62 | 642 | 8/30/2022 |
1.0.0.61 | 547 | 8/12/2022 |
1.0.0.60 | 534 | 7/20/2022 |
1.0.0.59 | 558 | 7/13/2022 |
1.0.0.58 | 590 | 7/13/2022 |
1.0.0.57 | 566 | 7/13/2022 |
1.0.0.56 | 558 | 7/13/2022 |
1.0.0.55 | 584 | 7/10/2022 |
1.0.0.54 | 436 | 7/10/2022 |
1.0.0.53 | 433 | 7/10/2022 |
1.0.0.52 | 419 | 7/10/2022 |
1.0.0.51 | 703 | 3/15/2022 |
1.0.0.50 | 597 | 2/17/2022 |
1.0.0.49 | 560 | 2/10/2022 |
1.0.0.48 | 547 | 2/3/2022 |
1.0.0.47 | 557 | 2/3/2022 |
1.0.0.46 | 585 | 2/1/2022 |
1.0.0.44 | 617 | 1/30/2022 |
1.0.0.43 | 557 | 1/28/2022 |
1.0.0.42 | 570 | 1/28/2022 |
1.0.0.41 | 601 | 1/26/2022 |
1.0.0.37 | 593 | 1/24/2022 |