Skip to content

Commit 6cb1b3c

Browse files
authored
README.md
1 parent 36f13d0 commit 6cb1b3c

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,33 @@
1-
# CAN-Analyzer
1+
# Can-Analyzer
2+
3+
**Can-Analyzer** is a sophisticated CAN bus analyzer developed in C. It provides real-time CAN data capture, filtering, decoding, and more. This tool is designed to help analyze and visualize CAN communication efficiently.
4+
5+
## Features
6+
7+
- [x] Basic CAN Communication
8+
- [x] CAN Message Filtering
9+
- [x] CAN Message Decoding
10+
- [ ] Real-time Data Display
11+
- [ ] Error Detection and Handling
12+
- [ ] Statistical Analysis Tools
13+
- [ ] Graphical Representation of Data
14+
15+
## Getting Started
16+
17+
### Prerequisites
18+
19+
- Linux-based operating system
20+
- SocketCAN library (for CAN communication)
21+
- Required development tools (e.g., gcc)
22+
23+
### Installation
24+
25+
1. Clone the repository:
26+
```bash
27+
git clone https://github.com/yezzfusl/CAN-Analyzer.git```
28+
29+
2. Navigate to the project directory:
30+
```cd CAN-Analyzer```
31+
3. Build the project using `Makefile`:
32+
```make```
33+

0 commit comments

Comments
 (0)