hardbyte / python-can

The can package provides controller area network support for Python developers
https://python-can.readthedocs.io
GNU Lesser General Public License v3.0
1.27k stars 598 forks source link

Add candlelight hardware support #826

Open ediukill opened 4 years ago

ediukill commented 4 years ago

Hi, would it be possible to add the candlight hardware support. Someone already added it to python via this https://pypi.org/project/candle-driver/, but having it wrapped under python-can library would be useful. If not, a guidance on how to add it would be useful.

hardbyte commented 4 years ago

Shouldn't be too tricky if you want to have a go. Have a look at the developer docs here

romain145 commented 4 years ago

Candlelight should work with socketcan I believe? That's what they use on Linux from the documentation...