The DBC.Values library is a .NET framework for managing and manipulating CAN signal values and messages. It provides tools for handling signal templates, multiplexed signals, and task messages. Designed for extensibility and performance, it is ideal for automotive, industrial, and IoT applications requiring CAN data processing.
$ dotnet add package Oakrey.DBC.ValuesThe DBC.Values library is a .NET 8-based framework designed for managing and manipulating CAN signal values and messages. It provides a robust and extensible structure for handling signal values, task messages, and multiplexed CAN data. The library is ideal for developers working on automotive, industrial, and IoT applications requiring efficient CAN data processing.
SignalValue class for managing individual CAN signal values.TaskMessage class for managing CAN messages with multiple signals.You can install the package via NuGet Package Manager, Package Manager Console or the .NET CLI.
Oakrey.DBC.Values and click Install.Run the following command in your terminal:
dotnet add package Oakrey.DBC.Values
Run the following command in your Package Manager Console:
Install-Package Oakrey.DBC.Values
Contributions are welcome! Feel free to open issues or submit pull requests to improve the package.
This project is licensed under the MIT License. See the LICENSE file for details.