Packet.Kiss 0.6.0

dotnet add package Packet.Kiss --version 0.6.0
                    
NuGet\Install-Package Packet.Kiss -Version 0.6.0
                    
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.Kiss" Version="0.6.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Packet.Kiss" Version="0.6.0" />
                    
Directory.Packages.props
<PackageReference Include="Packet.Kiss" />
                    
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.Kiss --version 0.6.0
                    
#r "nuget: Packet.Kiss, 0.6.0"
                    
#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.Kiss@0.6.0
                    
#: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.Kiss&version=0.6.0
                    
Install as a Cake Addin
#tool nuget:?package=Packet.Kiss&version=0.6.0
                    
Install as a Cake Tool

KISS (Keep It Simple, Stupid) framing encoder/decoder, ACKMODE handling, multi-drop port support, and TCP transport. Decodes KISS-Data payloads into typed Ax25Frame events. Pair with Packet.Ax25 for connected-mode sessions. 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.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Packet.Kiss:

Package Downloads
Packet.Kiss.Serial

Generic serial-port KISS modem implementing IKissModem for the Packet.NET stack. Opens a USB-CDC or hardware serial port, speaks KISS framing in both directions, and surfaces inbound frames as an async stream. Pair with Packet.Kiss.NinoTnc for NinoTNC-specific extensions (ACKMODE, SetMode, frame classification). Source: github.com/m0lte/packet.net.

Packet.Kiss.NinoTnc

NinoTNC-specific KISS extensions for the Packet.NET stack — ACKMODE TX-completion correlation, SETHW mode switching, TX-Test frame classification, USB port discovery. Built on Packet.Kiss.Serial for generic serial-port plumbing. Source: github.com/m0lte/packet.net.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.6.0 36 6/5/2026
0.5.1 59 6/3/2026
0.5.0 62 6/3/2026
0.4.1 94 6/2/2026
0.4.0 89 6/2/2026
0.3.3 107 6/1/2026
0.3.2 107 6/1/2026
0.3.1 125 5/29/2026
0.3.0 107 5/28/2026
0.2.0 108 5/27/2026
0.1.1 86 5/27/2026
0.1.0 97 5/17/2026