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.31k stars 604 forks source link

usb2can doesn't implement filters #104

Closed hardbyte closed 6 years ago

hardbyte commented 7 years ago

Ideally the usb2can interface implements the set_filters method.

felixdivo commented 6 years ago

Are we talking about a filter in this library or can the OS do that for us?

hardbyte commented 6 years ago

Ideally the hardware device, next best is the kernel, last option is we do it in user space in Python

felixdivo commented 6 years ago

See #157 for a software fallback.