Packet.Ax25.Sdl 0.10.0

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

ax25sdl

Canonical AX.25 v2.2 SDL transcriptions, plus a codegen pipeline that turns them into ready-to-consume libraries in seven languages. The point of this repo is to encode the figc4.x state-machine figures from the AX.25 v2.2 specification once, with discipline, and emit that single source of truth as native idiomatic code for C#, Go, TypeScript, JSON, Rust, C, and Python. Downstream runtimes walk the generated tables — they don't have an opinion of their own about what AX.25 says.

Status: prove-out repo. Whether packethacking/ax25spec becomes the canonical community home for these transcriptions is still to be decided among the group.

Inputs

Path What
spec-sdl/v2.2-errata/data-link/ The figc4.1 – figc4.7 data-link state machine (v2.2 + errata), split by artefact kind: sdl/ holds the canonical *.graphml yEd sources, yaml/ holds the *.sdl.yaml transcriptions (derived) plus the *.citations.yaml human-curated sidecars, mmd/ holds the *.g.mmd Mermaid renderings (derived).
spec-sdl/v2.2/ Clean published v2.2 (black-only, no errata). Currently empty — backfill pending.
spec-sdl/schema/ JSON Schema for *.sdl.yaml
spec-sdl/actions.yaml Action-verb normalisation table (figure spellings → canonical verbs)
spec-sdl/events.yaml Canonical event catalog
Upstream The AX.25 v2.2 specification figures themselves — the source of truth for every transcription

Outputs

Artefact Where Name In-repo source
C# library NuGet Packet.Ax25.Sdl spec/csharp/
TypeScript library npm ax25sdl spec/ts/
Go module git github.com/m0lte/ax25sdl/spec/go spec/go/
Rust / C / Python / JSON not externally packaged codegen output for in-tree consumers per-backend dirs

Tagging v* on main fires .github/workflows/publish.yml — NuGet + npm publish from the same tag, version taken from the tag stripped of its leading v.

Discipline

The transcription rules and how to add a new figure live in:

Provenance

Extracted from m0lte/packet.net on 2026-05-17 — the transcriptions and codegen previously lived alongside the .NET runtime in that monorepo. History preserved via git filter-repo.

Sibling repos

Repo What it consumes from here
m0lte/packet.net Packet.Ax25.Sdl (NuGet)
m0lte/ax25-ts ax25sdl (npm)
m0lte/packet-term-tui transitive: Packet.Ax25Packet.Ax25.Sdl
m0lte/packet-term-web transitive: @packet-net/ax25ax25sdl

License

MIT. Spec text and figures derive from the AX.25 v2.2 specification; the transcription discipline that turns figures into machine-checkable YAML is documented in docs/sdl-transcription-runbook.md.

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 (4)

Showing the top 4 NuGet packages that depend on Packet.Ax25.Sdl:

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.

Packet.Kiss

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.

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.10.0 231 6/3/2026
0.9.0 95 6/2/2026
0.8.0 97 6/2/2026
0.7.1 349 5/28/2026
0.7.0 151 5/28/2026
0.6.0 169 5/27/2026
0.5.3 103 5/21/2026
0.5.2 94 5/21/2026
0.5.1 95 5/20/2026
0.5.0 91 5/20/2026
0.4.0 98 5/19/2026
0.3.0 121 5/17/2026