Skip to content

Commit

Permalink
Readme Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Jojare committed Jul 19, 2024
1 parent ee1d219 commit a6d7ad1
Show file tree
Hide file tree
Showing 3 changed files with 611,473 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@

# CAN Log Parser

![Build Status](https://github.com/your-username/CAN-Log-Parser/actions/workflows/ci.yml/badge.svg)
![Code Quality](https://img.shields.io/badge/code%20quality-A-green)
# CAN-Log-Parser

![CI Workflow](https://github.com/<your-username>/CAN-Log-Parser/actions/workflows/ci.yml/badge.svg)
[![codecov](https://codecov.io/gh/<your-username>/CAN-Log-Parser/branch/main/graph/badge.svg)](https://codecov.io/gh/<your-username>/CAN-Log-Parser)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/<your-project-token>)](https://www.codacy.com/gh/<your-username>/CAN-Log-Parser/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=<your-username>/CAN-Log-Parser&amp;utm_campaign=Badge_Grade)

This project is a CAN log parser that parses DBC files and CAN log files, and plots signal values over time.

## Features
- Parse DBC files
- Parse CAN log files
- Plot signal values

## Usage
### Parsing DBC Files
```bash
python src/parse_dbc.py path_to_dbc_file


This project is a tool to parse DBC formatted CAN log files and plot the signals.

Expand Down
Loading

0 comments on commit a6d7ad1

Please sign in to comment.