Oakrey.Applications.DecodingServices.Abstractions 1.0.0

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

Oakrey.Applications.DecodingServices

Shared decoding infrastructure for the Oakrey CAN and LIN decoder packages.

The package provides:

  • IDecodingService<TCompatible,TReceived,TIdentifier> for a protocol-independent decoder surface,
  • DecodingServiceBase<TCompatible,TReceived,TIdentifier> for observable collections, created/updated streams, cleanup, and deterministic disposal,
  • DecoderStatistics<TIdentifier> for thread-safe totals, unique unknown identifiers, and per-second rates,
  • immutable StatisticRecord<TIdentifier> snapshots.

The base service owns received items and disposes them when the active definition file changes, the collection is cleared, or the decoder is disposed. Reactive notifications are serialized against disposal, and statistics use a single one-second reporting timer.

Installation

dotnet add package Oakrey.Applications.DecodingServices

The shared package targets .NET 10 and has no dependency on a specific bus, parser, DBC, LDF, or hardware client.

License

MIT

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 Oakrey.Applications.DecodingServices.Abstractions:

Package Downloads
Oakrey.Applications.DecodingServices.LIN

LDF-based LIN frame decoding service for .NET applications. Connects LIN device reception with loaded LDF definitions and exposes decoded frames, signal samples, unknown frames, message history, and reactive decoder statistics.

Oakrey.Applications.DecodingServices.CAN

DBC-based CAN frame decoding service for .NET applications. Connects CAN device reception with loaded DBC definitions and exposes decoded messages, signal samples, unknown frames, message history, and reactive decoder statistics.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0 52 9/4/2026