Skip to content

Instantly share code, notes, and snippets.

@jxramos
Last active February 28, 2024 18:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jxramos/8708acdbc677b2661d9a2e1c70ec1a25 to your computer and use it in GitHub Desktop.
Save jxramos/8708acdbc677b2661d9a2e1c70ec1a25 to your computer and use it in GitHub Desktop.
CAN Resources

General

CAN Protocol

DBC File

MDF4 File

Socket CAN

Linux Stuff

https://elinux.org/CAN_Bus

CAN Libraries

CAN Utils

Python CAN

Performance Examination

https://lwn.net/lwn/images/conf/rtlws11/papers/proc/p30.pdf https://forum.opencyphal.org/t/socketcan-api-on-a-rtos/750

CAN frame unpacking rate (expressed in frames per second)

Gets into measuring the maximum CAN frame unpacking rate and looks at CPU speed among other things.

https://sgframework.readthedocs.io/en/latest/performanceresults.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment