aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 09a3dc5..a6d6fd1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
Work in progress.
+The code is licensed under GPL-3.0-or-later. mycan.c uses some codes from <https://files.waveshare.com/upload/4/4e/RS485_CAN_HAT_Code.zip> which does not have a license which means those codes are non-free close souce proprietary, so I don't think I'm allowed to add a free and open soruce license to mycan.c. all_SRE_edited.dbc is edited from "SR-16 Custom BMS.dbc" file from <https://github.com/spartanracingelectric/SR16-CustomBMS/blob/main/SR-16%20Custom%20BMS.dbc> and authors of SR16-CustomBMS does not have a license in their code repository for "SR-16 Custom BMS.dbc" file, so authors of SR16-CustomBMS have the copyright on "SR-16 Custom BMS.dbc" file, so all_SRE_edited.dbc can be considered non-free close souce proprietary code. **So there are license issues, I use both non-free and free copyleft license codes.**
+
Reading CAN messages from CAN ids I want, decode and append to a file. Use it with [remote_plot](https://git.flylightning.xyz/remote_plot/)
build, install, and run
@@ -27,6 +29,7 @@ Infrastructure configs, included in pi_configs dir
- To enable and start can0 autostart, run `sudo systemctl enable --now can0`. To enable mycan autostart, run `sudo systemctl --user enable --now mycan`.
mycan future improvements
+- **Rewrite some codes in mycan.c that is copied from <https://files.waveshare.com/upload/4/4e/RS485_CAN_HAT_Code.zip> so there's no license issues and I can add a free and open source license to mycan.c**
- Use a database like SQLite
- More platform independent