Crates.io | can-socket |
lib.rs | can-socket |
version | 0.3.0 |
source | src |
created_at | 2023-10-04 08:21:41.183363 |
updated_at | 2024-10-28 13:06:54.899809 |
description | no frills CAN sockets (synchronous or async with tokio) |
homepage | |
repository | https://github.com/de-vri-es/can-socket-rs |
max_upload_size | |
id | 991968 |
size | 123,129 |
CAN socket
This library exposes a CanSocket
and related types,
allowing you to communicate over a Controller Area Network (CAN) bus.
The is a standard blocking or non-blocking CanSocket
,
and an asynchronous tokio::CanSocket
.
This library uses the SocketCAN
interface and only works on Linux.
Supported features:
loopback
and recv_own_msgs
options.