Skip to content

reads characteristics data from a2l and hex

License

Notifications You must be signed in to change notification settings

Icgemu/calibrationReader

Repository files navigation

calibrationReader

Go Report Card Codacy Badge Codacy Badge Go CodeQL Go Reference

reads characteristics information from a2l and fills it with the data from a hex file. At least that is the plan. Currently it can parse a2l-files as well as the corresponding IntelHex32 or Motorola S19 files. And it is quite fast at that. Currently a real world A2L(80MB) with its corresponding Hex File(10MB) will be parsed in less than a second.

But it still lacks the last bit of work which is implementing the methods for axis_pts, axis_descr, record_layout and fnc_values in order to understand the memory layout and position of a specific characteristic. This is somewhat of a convoluted mess in the a2l standard due to its historic growth and will be implemented when I have a little more spare time.

I am a mechanical engineer, so any code you see might not be up to the standards of true/correct/modern/acceptable software development ;) Feedback is always appreciated.

The only dependency outside the go standard library is currently zerolog.

About

reads characteristics data from a2l and hex

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages