Oakrey.ISOTP
1.1.0
dotnet add package Oakrey.ISOTP --version 1.1.0
NuGet\Install-Package Oakrey.ISOTP -Version 1.1.0
<PackageReference Include="Oakrey.ISOTP" Version="1.1.0" />
<PackageVersion Include="Oakrey.ISOTP" Version="1.1.0" />
<PackageReference Include="Oakrey.ISOTP" />
paket add Oakrey.ISOTP --version 1.1.0
#r "nuget: Oakrey.ISOTP, 1.1.0"
#:package Oakrey.ISOTP@1.1.0
#addin nuget:?package=Oakrey.ISOTP&version=1.1.0
#tool nuget:?package=Oakrey.ISOTP&version=1.1.0
Oakrey.ISOTP
Overview
ISOTP is a robust and efficient implementation of the ISO-TP (ISO 15765-2) protocol for .NET applications. It provides a framework for transmitting and receiving segmented messages over CAN (Controller Area Network) using the ISO-TP standard.
Features
Frame Handling:
- Support for Single Frame, First Frame, Consecutive Frame, and Flow Control Frame.
- Efficient parsing and construction of ISO-TP frames.
Message Transmission and Reception:
- Transmit and receive segmented messages over CAN.
- Automatic handling of message segmentation and reassembly.
Service Management:
- Add and manage multiple ISO-TP services with unique RX and TX addresses.
- Process incoming CAN messages and route them to the appropriate service.
Reactive Programming Support:
- Observable streams for transmitted and received messages.
- Reactive handling of CAN transmissions.
Error Handling:
- Built-in mechanisms for timeout, overflow, and wait conditions.
- Exception handling for invalid operations and duplicate services.
Extensibility:
- Easily extendable to support custom frame types and behaviors.
Getting Started
Install the package via NuGet:
Installation
You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
NuGet Package Manager
- Open your project in Visual Studio.
- Navigate to Tools > NuGet Package Manager > Manage NuGet Packages for Solution....
- Search for
Oakrey.ISOTP
and click Install.
.NET CLI
Run the following command in your terminal:
dotnet add package Oakrey.ISOTP
Package Manager Console
Run the following command in your Package Manager Console:
Install-Package Oakrey.ISOTP
Requirements
- .NET 8 or higher
Project Information
- Author: Oakrey
- Company: Oakrey
- License: MIT
- Repository: Git Repository
- Project URL: Project Website
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- System.Reactive (>= 6.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Oakrey.ISOTP:
Package | Downloads |
---|---|
Oakrey.UDS
Unified Diagnostic Services (UDS) protocol implementation for .NET, enabling communication with ECUs for diagnostics and configuration. |
GitHub repositories
This package is not used by any popular GitHub repositories.