derek-will / SocketCANSharp

.NET managed wrapper for SocketCAN on Linux
BSD 3-Clause "New" or "Revised" License
54 stars 13 forks source link

Add Support for the CAN_ISOTP_CF_BROADCAST flag #37

Closed derek-will closed 2 years ago

derek-will commented 2 years ago

ISO-TP sockets now have support for a new flag CAN_ISOTP_CF_BROADCAST which allows for 1-to-N transmission without Flow Control. This isn't supported via the ISO-TP specification (ISO 15765-2), but is instead a SocketCAN special feature.

derek-will commented 2 years ago

Reference this commit: https://github.com/linux-can/can-utils/commit/6e7f845a6886d69e14b6fb3796673dd1efd217e0