CAN bus library for Julia?

Good evening,

Is there any package that supports to send and receive CAN bus messages for Julia?
If not, would you suggest to use a Python library or a C/C++ library?

There is a Python package:
https://python-can.readthedocs.io/en/master/

But Python is a bit slow for processing CAN bus messages…

Uwe

3 Likes

Did you find anything?

No, I didn’t. Worth writing one…

1 Like

Hi do you found something else in the while ?

Have a look at GitHub - tsabelmann/CANalyze.jl: Julia package for analyzing CAN-bus data using messages and variables.

But I don’t think that it supports sending and receiving messages yet…