<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mycan, branch master</title>
<subtitle>Archived. Has license issues. Read CAN and write to a file.</subtitle>
<id>http://git.flylightning.xyz/mycan/atom?h=master</id>
<link rel='self' href='http://git.flylightning.xyz/mycan/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.flylightning.xyz/mycan/'/>
<updated>2025-05-28T09:17:14Z</updated>
<entry>
<title>readme grammar</title>
<updated>2025-05-28T09:17:14Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-05-28T09:17:14Z</published>
<link rel='alternate' type='text/html' href='http://git.flylightning.xyz/mycan/commit/?id=fbf58c17edb179e69774a256b2a7f8e7bc140f0d'/>
<id>urn:sha1:fbf58c17edb179e69774a256b2a7f8e7bc140f0d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clearer readme</title>
<updated>2025-05-28T09:15:37Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-05-28T09:15:37Z</published>
<link rel='alternate' type='text/html' href='http://git.flylightning.xyz/mycan/commit/?id=ab07ad4c8b720cbaf9a6536b7758359a0ee3d91f'/>
<id>urn:sha1:ab07ad4c8b720cbaf9a6536b7758359a0ee3d91f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update</title>
<updated>2025-05-18T12:38:43Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-05-18T12:38:43Z</published>
<link rel='alternate' type='text/html' href='http://git.flylightning.xyz/mycan/commit/?id=c1bd4aea16a11358154122b2307ea206475e2372'/>
<id>urn:sha1:c1bd4aea16a11358154122b2307ea206475e2372</id>
<content type='text'>
</content>
</entry>
<entry>
<title>edit readme</title>
<updated>2025-05-17T03:36:12Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-05-17T03:36:12Z</published>
<link rel='alternate' type='text/html' href='http://git.flylightning.xyz/mycan/commit/?id=caf27a889af0eb3c0f9ddc52885aec8f8c5f97ab'/>
<id>urn:sha1:caf27a889af0eb3c0f9ddc52885aec8f8c5f97ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pi_config mycan.service wrong dir, mistakenly put /home into /etc</title>
<updated>2025-05-16T09:37:31Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-05-16T09:37:31Z</published>
<link rel='alternate' type='text/html' href='http://git.flylightning.xyz/mycan/commit/?id=0af4110f11b48ce2a14eb776c7b792b06165cd78'/>
<id>urn:sha1:0af4110f11b48ce2a14eb776c7b792b06165cd78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>edit readme</title>
<updated>2025-05-16T09:09:30Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-05-16T09:09:30Z</published>
<link rel='alternate' type='text/html' href='http://git.flylightning.xyz/mycan/commit/?id=30bdaa31851e96b302107aa5aeb481562d7983bc'/>
<id>urn:sha1:30bdaa31851e96b302107aa5aeb481562d7983bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>The code is licensed under GPL-3.0-or-later. But there are license issues</title>
<updated>2025-05-16T02:18:33Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-05-16T02:18:33Z</published>
<link rel='alternate' type='text/html' href='http://git.flylightning.xyz/mycan/commit/?id=7b8f6c4aa7bc71ea22c7a660c2a5f23a8e469d6d'/>
<id>urn:sha1:7b8f6c4aa7bc71ea22c7a660c2a5f23a8e469d6d</id>
<content type='text'>
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.**

net/if.h's LGPL-2.1-or-later license is compatible with
GPL-3.0-or-later. linux/can.h and linux/can/raw.h uses ((GPL-2.0-only
WITH Linux-syscall-note) OR BSD-3-Clause) license, Linux-syscall-note
see
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/LICENSES/exceptions/Linux-syscall-note
allows codes using syscalls not to be contaminate with GPL because it is
not "derived work", both (GPL-2.0-only WITH Linux-syscall-note) and
BSD-3-Clause are compatible with GPL-3.0-or-later and I only need to use
one of the two because of the "OR" word.
</content>
</entry>
<entry>
<title>add readme</title>
<updated>2025-05-15T22:29:56Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-05-15T22:29:56Z</published>
<link rel='alternate' type='text/html' href='http://git.flylightning.xyz/mycan/commit/?id=b98f3557ee4b46510f5c2c26688679a4f3bf79d3'/>
<id>urn:sha1:b98f3557ee4b46510f5c2c26688679a4f3bf79d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update</title>
<updated>2025-05-15T01:48:00Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-05-15T01:48:00Z</published>
<link rel='alternate' type='text/html' href='http://git.flylightning.xyz/mycan/commit/?id=703190b167fb294f8979278f9ae0b8440d616dd4'/>
<id>urn:sha1:703190b167fb294f8979278f9ae0b8440d616dd4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add pi config files</title>
<updated>2025-05-15T00:41:30Z</updated>
<author>
<name>Xiao Pan</name>
<email>xyz@flylightning.xyz</email>
</author>
<published>2025-05-15T00:41:30Z</published>
<link rel='alternate' type='text/html' href='http://git.flylightning.xyz/mycan/commit/?id=eafcc516f75bf7b3d71d1058663dc85cb08d4944'/>
<id>urn:sha1:eafcc516f75bf7b3d71d1058663dc85cb08d4944</id>
<content type='text'>
</content>
</entry>
</feed>
