Packet.Ax25.Transport.Abstractions
0.12.0
See the version list below for details.
dotnet add package Packet.Ax25.Transport.Abstractions --version 0.12.0
NuGet\Install-Package Packet.Ax25.Transport.Abstractions -Version 0.12.0
<PackageReference Include="Packet.Ax25.Transport.Abstractions" Version="0.12.0" />
<PackageVersion Include="Packet.Ax25.Transport.Abstractions" Version="0.12.0" />
<PackageReference Include="Packet.Ax25.Transport.Abstractions" />
paket add Packet.Ax25.Transport.Abstractions --version 0.12.0
#r "nuget: Packet.Ax25.Transport.Abstractions, 0.12.0"
#:package Packet.Ax25.Transport.Abstractions@0.12.0
#addin nuget:?package=Packet.Ax25.Transport.Abstractions&version=0.12.0
#tool nuget:?package=Packet.Ax25.Transport.Abstractions&version=0.12.0
Dependency-free contract for the AX.25 frame-transport layer of the Packet.NET stack — IAx25Transport (send/receive AX.25 frames), Ax25InboundFrame, and the optional ITxCompletionTransport / ICsmaChannelParams capabilities. Take a dependency on this rather than a concrete transport or the KISS package when you only need to move AX.25 frames. Source: github.com/packet-net/packet.net.
| Product | Versions 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. |
-
net10.0
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Packet.Ax25.Transport.Abstractions:
| 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/packet-net/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/packet-net/packet.net. |
|
|
Packet.Radio
Radio-control abstraction (IRadioControl: RSSI, carrier-sense/DCD, PTT; IRadioSideChannel: radio-native small-datagram control plane) plus the RssiTaggingTransport decorator that stamps per-frame RSSI/SNR metadata onto any IAx25Transport, and the RigRadioControl bridge that surfaces a CAT rig (Packet.Rig: hamlib rigctld, flrig) through the same seam. Radio-specific implementations (e.g. Packet.Radio.Tait) plug in underneath. Source: github.com/packet-net/packet.net. |
|
|
Packet.Radio.Tait
Tait TM8100/TM8200 CCDI serial control for the Packet.NET stack — per-frame RSSI in dBm, hardware carrier-sense (DCD) events, transmitter keying, and radio telemetry (PA temperature, forward/reverse power), implementing the Packet.Radio IRadioControl abstraction (packet-medium seam) and, via TaitRigControl, the Packet.Rig IRigControl station-control seam (PTT + relative RF-power meter). Source: github.com/packet-net/packet.net. |
GitHub repositories
This package is not used by any popular GitHub repositories.