You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
3
3
This project provides a C++ library that reads and parses [CAN](https://en.wikipedia.org/wiki/CAN_bus) databases which can then be analyzed for other purposes.
4
4
5
+
Currently the library only understand a subset of the DBC file format.
6
+
5
7
## Compiling the project
6
8
7
-
Clone the repo on your computer, get into the main directory and run the `make` command:
9
+
The project uses CMake to be compiled. It can also be used to easily include the library in your own project.
10
+
11
+
C++ CAN Parser currently is compiled as a static library.
Currently the `main.cpp` does nothing but printing the content of a file into the console.
15
+
`can-parse` is a utility program that allows you to parse the content of a CAN database which is then output to the standard output. You can use it to see if the file content is valid or explore the content of the database.
0 commit comments