aboutsummaryrefslogtreecommitdiff
path: root/mycan.c
AgeCommit message (Collapse)Author
2025-04-29fix: wrong VLA arrary length, switch to mallocXiao Pan
When using $HOME env, array length need to consider /.local/.share
2025-04-29consider no XDG_DATA_HOME envXiao Pan
2025-04-28feat: store past dataXiao Pan
I also copied old code that can only do live data to old/mycan_live.c
2025-04-26cli option to specify can device name, useful for testing to specify vcan0Xiao Pan
2025-04-24LICENSE note commentXiao Pan
2025-04-24initXiao Pan