Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-05-13 | Update comments | Xiao Pan | |
2025-05-13 | Updata readme | Xiao Pan | |
2025-05-13 | Updata readme | Xiao Pan | |
2025-05-13 | Updata readme | Xiao Pan | |
2025-05-13 | Updata readme | Xiao Pan | |
2025-05-13 | update | Xiao Pan | |
2025-05-13 | update readme | Xiao Pan | |
2025-05-13 | Add and edit comments | Xiao Pan | |
2025-05-13 | Update readme | Xiao Pan | |
2025-05-13 | Add GPL-2.0-only license | Xiao Pan | |
linux/can.h and linux/can/raw.h are (GPL-2.0-only WITH Linux-syscall-note) OR BSD-3-Clause license, although I can use any license I want because that BSD-3-Clause license, I still choose to be safe and use linux's GPL-2.0-only license. | |||
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 | |
This reverts commit a4dcf5ba5a79254c16341f060b227c6c97654012. The commit does not fix the issue of corrupted .csv file. | |||
2025-05-07 | Save to a string then write to a file so maybe less corrupted .csv | Xiao Pan | |
Sudden power loss on pi may result to bad .csv file. Save to a string first maybe can mitigate this issue a little bit. Also this way maybe more optimized, not sure. | |||
2025-05-04 | Maybe more correct | Xiao Pan | |
On raspberry pi debian 12, when trying to build https://codeberg.org/flyxyz123/remote_plot, I got make error "ld: undefined reference to ..." if use `cc -Wall $$(pkg-config --cflags --libs libssh plplot gtk4) -lm -o $@ $^`. No error if move $^ to the beginning. Not sure why, maybe becuase pi has an old version of gcc? This repo does not have this issue if put `$^` at the end. But I think put `$^` at the beginning maybe is a more correct way. | |||
2025-05-04 | forgot to comment out test printf | Xiao Pan | |
2025-05-04 | Using new SR16-CustomBMS repo .dbc file | Xiao Pan | |
https://github.com/spartanracingelectric/SR16-CustomBMS/blob/main/SR-16%20Custom%20BMS.dbc Edited some lines at the .dbc file head to make dbcc work, maybe wrong. | |||
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-30 | fix some likely typo | Xiao Pan | |
2025-04-30 | Old .dbc file wrong, use dbc file from BMS repo | Xiao Pan | |
https://github.com/spartanracingelectric/Custom-BMS/blob/main/custom_bms.dbc | |||
2025-04-29 | fix: wrong VLA arrary length, switch to malloc | Xiao Pan | |
When using $HOME env, array length need to consider /.local/.share | |||
2025-04-29 | consider no XDG_DATA_HOME env | Xiao Pan | |
2025-04-28 | feat: store past data | Xiao Pan | |
I also copied old code that can only do live data to old/mycan_live.c | |||
2025-04-26 | cli option to specify can device name, useful for testing to specify vcan0 | Xiao Pan | |
2025-04-26 | I wrongly changed cell temp based on BMS_Highest_Cell_Temperature, now ↵ | Xiao Pan | |
change again, not tested, only guess | |||
2025-04-26 | update | Xiao Pan | |
2025-04-26 | Remake with dbcc | Xiao Pan | |
2025-04-26 | Wrong .dbc file name in Makfile | Xiao Pan | |
2025-04-26 | .dbc cell temp seems wrong, edited, not tested | Xiao Pan | |
Edited according to BMS_Highest_Cell_Temperature | |||
2025-04-26 | Revert "Add back deleted .dbc lines to document what I deleted" | Xiao Pan | |
This reverts commit 103197138bfc90dfb87429c0b1b6b8f2167dfedb. | |||
2025-04-26 | Add back deleted .dbc lines to document what I deleted | Xiao Pan | |
2025-04-24 | Better readme | Xiao Pan | |
2025-04-24 | Add readme about dbcc in makefile | Xiao Pan | |
2025-04-24 | Add readme about dbcc | Xiao Pan | |
2025-04-24 | LICENSE note comment | Xiao Pan | |
2025-04-24 | init | Xiao Pan | |