Packet.Core 0.5.1

dotnet add package Packet.Core --version 0.5.1
                    
NuGet\Install-Package Packet.Core -Version 0.5.1
                    
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="Packet.Core" Version="0.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Packet.Core" Version="0.5.1" />
                    
Directory.Packages.props
<PackageReference Include="Packet.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Packet.Core --version 0.5.1
                    
#r "nuget: Packet.Core, 0.5.1"
                    
#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.
#:package Packet.Core@0.5.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Packet.Core&version=0.5.1
                    
Install as a Cake Addin
#tool nuget:?package=Packet.Core&version=0.5.1
                    
Install as a Cake Tool

Shared primitive types (Callsign, Ax25Address, KissFrame, etc.) used across the Packet.NET libraries. Depended on by Packet.Ax25 / Packet.Kiss / Packet.Aprs and downstream applications. Source: github.com/m0lte/packet.net.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Packet.Core:

Package Downloads
Packet.Ax25

AX.25 v2.2 protocol library: frame codec for U/S/I frames with mod-8 sequence numbers, SDL-driven connected-mode session machine, Ax25Listener for inbound session acceptance with per-peer caching, AcceptIncoming toggle, and frame-traced event hooks. Walks the AX.25 SDL transitions from Packet.Ax25.Sdl. Source: github.com/m0lte/packet.net.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.5.1 64 6/3/2026
0.5.0 68 6/3/2026
0.4.1 78 6/2/2026
0.4.0 74 6/2/2026
0.3.3 93 6/1/2026
0.3.2 95 6/1/2026
0.3.1 120 5/29/2026
0.3.0 110 5/28/2026
0.2.0 139 5/27/2026
0.1.1 112 5/27/2026
0.1.0 120 5/17/2026