Hsu.Automotive.Uds.Can 2026.7.14-preview.134711

This is a prerelease version of Hsu.Automotive.Uds.Can.
dotnet add package Hsu.Automotive.Uds.Can --version 2026.7.14-preview.134711
                    
NuGet\Install-Package Hsu.Automotive.Uds.Can -Version 2026.7.14-preview.134711
                    
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="Hsu.Automotive.Uds.Can" Version="2026.7.14-preview.134711" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hsu.Automotive.Uds.Can" Version="2026.7.14-preview.134711" />
                    
Directory.Packages.props
<PackageReference Include="Hsu.Automotive.Uds.Can" />
                    
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 Hsu.Automotive.Uds.Can --version 2026.7.14-preview.134711
                    
#r "nuget: Hsu.Automotive.Uds.Can, 2026.7.14-preview.134711"
                    
#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 Hsu.Automotive.Uds.Can@2026.7.14-preview.134711
                    
#: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=Hsu.Automotive.Uds.Can&version=2026.7.14-preview.134711&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Hsu.Automotive.Uds.Can&version=2026.7.14-preview.134711&prerelease
                    
Install as a Cake Tool

Hsu.Automotive.Uds.Can

NuGet version NuGet downloads Target frameworks

CAN Compatibility

CAN integration package for the UDS ecosystem.

This package bridges Hsu.Can.Core into the UDS transport model by providing a concrete ICanBus implementation. It is intended for projects that already work with the Hsu.Can wrapper model and want to plug that CAN stack into ISO-TP-based UDS communication.

Package Information

  • Package ID: Hsu.Automotive.Uds.Can
  • Package scope: CAN bus integration adapter for the UDS stack
  • Depends on: Hsu.Automotive.Uds.Abstractions, Hsu.Can.Core
  • Recommended for: CAN-based diagnostic tools, legacy framework consumers, adapter layers built on Hsu.Can

What This Package Provides

The package provides CanBus, a concrete implementation of ICanBus that:

  • wraps an Hsu.Can.IWrapper
  • converts wrapper frames into UDS-compatible CanFrame values
  • supports receive-side filtering through SetFiltersAsync
  • raises ErrorOccurred on transmit failures
  • can be consumed by ISO-TP transport channels in the rest of the stack

Supported Capabilities

  • adapter from Hsu.Can wrapper APIs to the UDS ICanBus abstraction
  • classic CAN and CAN FD frame forwarding
  • receive queue management and filter application
  • compatibility with broader target frameworks than the main integrated package

Typical Use Cases

  • reusing an existing Hsu.Can integration inside a UDS client or simulator
  • connecting vendor-specific CAN wrappers to ISO-TP UDS channels
  • supporting older .NET targets while keeping a dedicated CAN integration package

Common Usage

using Hsu.Automotive.Uds;
using Hsu.Automotive.Uds.Transport;
using Hsu.Can;

IWrapper wrapper = CreateWrapper();
await using var canBus = new CanBus(wrapper);

await using var channel = new IsoTpTesterChannel(
    canBus,
    physicalId: 0x7E0,
    responseId: 0x7E8);

In a full client application, the resulting ISO-TP channel is typically passed to UdsClient from Hsu.Automotive.Uds.Client.

When to Choose This Package

Choose Hsu.Automotive.Uds.Can when:

  • your CAN access layer is already based on Hsu.Can.Core
  • you want a ready-made ICanBus adapter instead of writing one yourself
  • you need a small package focused on CAN integration rather than the full integrated stack

If your project already has its own ICanBus implementation, you may not need this package.

Install

dotnet add package Hsu.Automotive.Uds.Can

Package Relationships

  • Hsu.Automotive.Uds.Core and Hsu.Automotive.Uds.Client consume ICanBus for ISO-TP-based communication.
  • Hsu.Automotive.Uds.Server can also use CAN-based ECU transports built on the same abstraction.
  • Hsu.Automotive.Uds.Abstractions provides the shared ICanBus and transport contracts used here.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 is compatible. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2026.7.14-preview.134711 87 7/14/2026
2026.7.8-preview.124140 81 7/8/2026
2026.5.27-preview.124655 94 5/27/2026
2026.5.27-preview.100556 87 5/27/2026
2026.5.11-preview.115015 78 5/11/2026
2026.4.24-preview.160414 88 4/24/2026
2026.4.23-preview.173339 69 4/23/2026