diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 01:47:49 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-05-13 01:47:49 -0700 |
commit | c6028c3b7b617d176f24ede247298b6bae06571a (patch) | |
tree | e3a93c641711f66fa910043c10b5c89ac8139b7d /README.md | |
parent | a0564fd4851ff4f2f43a969fb80f5bad3b682925 (diff) |
Updata readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -9,6 +9,14 @@ sudo make install mycan ``` +usage +```sh +# use default can0 network interface +mycan +# use vcan0 network interface +mycan vcan0 +``` + all_SRE_edited.c and all_SRE_edited.h are auto generated by [dbcc](https://github.com/howerj/dbcc) via `dbcc all_SRE_edited.dbc`, see Makfile. all_SRE_edited.dbc is edited from [SR-16 Custom BMS.dbc](https://github.com/spartanracingelectric/SR16-CustomBMS/blob/main/SR-16%20Custom%20BMS.dbc) by editing some lines to make dbcc work. Infrastructure configs not included yet on raspberry pi: |