A desktop application for viewing and exploring CAN DBC files.
- Load and parse DBC files
- Browse messages and signals in a tree view
- View signal details (start bit, length, factor, offset, unit, range)
- Extensible signal decoding via plugins
- J1939 SPN decoder included
- Open the application
- File → Open DBC
- Browse messages in the left panel
- Click a signal to see details
- Windows 10/11
- .NET 8.0 Runtime
git clone https://github.com/username/dbc-signal-viewer.git
cd dbc-signal-viewer
dotnet buildOr open DbcSignalViewer.sln in Visual Studio and build.
See ARCHITECTURE.md for technical details on the plugin system.
MIT