I-CAN-hack / automotive

Rust crate providing a variety of automotive related libraries, such as communicating with CAN interfaces and diagnostic APIs
MIT License
40 stars 7 forks source link

Resolve send future when returned frame is received #30

Closed pd0wm closed 6 months ago

pd0wm commented 6 months ago

TODO:

pd0wm commented 6 months ago

Check MSG_CONFIRM flag on received messages from socketcan. Is this supported by socketcan-rs?

Example: https://github.com/zephyrproject-rtos/zephyr/blob/5988bc54b0034987bf35d7c533bb169ad33df9fc/drivers/can/can_native_linux_adapt.c#L116