embedded-can-socketcan 0.1.2

Linux SocketCAN adapters implementing embedded-can-interface traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# embedded-can-socketcan

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

This crate provides small wrapper types around the [`socketcan`](https://crates.io/crates/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`.