embedded-can-socketcan 0.1.0

Linux SocketCAN adapters implementing embedded-can-interface traits
Documentation

embedded-can-socketcan

Linux SocketCAN adapters that implement the embedded-can-interface traits.

This crate provides small wrapper types around the socketcan crate's sockets, so higher-level protocol crates (e.g. ISO-TP) can be written against the embedded-can-interface traits.

Platform support

  • Linux: full support (SocketCAN).
  • Non-Linux: the crate builds, but constructors return an UnsupportedPlatformError.