Skip to content

Instantly share code, notes, and snippets.

View hardbyte's full-sized avatar

Brian Thorne hardbyte

View GitHub Profile
@jackm
jackm / can-packages-and-tools.md
Last active April 23, 2024 03:39
Collection of CAN bus packages and tools

Collection of CAN bus packages and tools

This document assumes the use of Linux as the chosen development platform. Items in bold are highly recommended.

It is recommended to use SocketCAN when working with CAN bus on Linux. It is supported by the Linux kernel mainline and follows the Linux interface model, allowing you to use other network tools such as Wireshark. This also allows the creation of virtual CAN interfaces where no physical hardware is required to simulate or replay CAN messages.