Open driftregion opened 2 years ago
@driftregion Could you please choose a license for your creation (i.e. add a /meta/license
with a SPDX license identifier)?
Here's a summary of existing specs in the format gallery where you can see what other contributors chose: https://formats.kaitai.io/xref.html, but you can generally choose any open-source license you want (https://choosealicense.com/).
Generated parsers typically inherit the license declared for the source .ksy
specification.
@generalmimon OK, license added.
Vector BLF is a proprietary logging format developed for automotive applications. It contains primitives for logging CAN, LIN, and ethernet in addition to other message types. It also contains optional compression.
Some existing projects with partial read/write support for BLF are https://bitbucket.org/tobylorenz/vector_blf/ and https://github.com/hardbyte/python-can/ . Example BLF files can be found in both of the above projects.
I've started a
.ksy
here: