index
:
mycan
master
Archived. Has license issues. Read CAN and write to a file.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mycan.c
Age
Commit message (
Expand
)
Author
2025-05-15
The code is licensed under GPL-3.0-or-later. But there are license issues
Xiao Pan
2025-05-13
Update comments
Xiao Pan
2025-05-13
Update comments
Xiao Pan
2025-05-13
update
Xiao Pan
2025-05-13
Add and edit comments
Xiao Pan
2025-05-10
better comment
Xiao Pan
2025-05-09
better comment
Xiao Pan
2025-05-09
update
Xiao Pan
2025-05-09
more comment
Xiao Pan
2025-05-07
better print
Xiao Pan
2025-05-07
fix: need fflush for systemd to log my stdout
Xiao Pan
2025-05-07
consider large section of bad data
Xiao Pan
2025-05-07
Only fix if file exist so it can be opened
Xiao Pan
2025-05-07
Better prints
Xiao Pan
2025-05-07
Fix corrupted csv file by removing last bad line
Xiao Pan
2025-05-07
Revert "Save to a string then write to a file so maybe less corrupted .csv"
Xiao Pan
2025-05-07
Save to a string then write to a file so maybe less corrupted .csv
Xiao Pan
2025-05-04
forgot to comment out test printf
Xiao Pan
2025-05-04
Using new SR16-CustomBMS repo .dbc file
Xiao Pan
2025-04-30
no print for less trash log
Xiao Pan
2025-04-30
try autostart mycan now, no print for testing for less trash log
Xiao Pan
2025-04-30
switch to correct dbc file, regenerate with dbcc, rewrite with new functions
Xiao Pan
2025-04-29
fix: wrong VLA arrary length, switch to malloc
Xiao Pan
2025-04-29
consider no XDG_DATA_HOME env
Xiao Pan
2025-04-28
feat: store past data
Xiao Pan
2025-04-26
cli option to specify can device name, useful for testing to specify vcan0
Xiao Pan
2025-04-24
LICENSE note comment
Xiao Pan
2025-04-24
init
Xiao Pan