can icon indicating copy to clipboard operation
can copied to clipboard

Adding interface for setting kernel filter

Open LehmRob opened this issue 6 years ago • 3 comments

Adding a function for the Bus object which makes it possible to activate a kernel side filtering for CAN frames. The function takes an array of unix.CanFilter objects.

The kernel side filtering reduces the load for the application if only a subset of received CAN frames are interesting.

LehmRob avatar Apr 30 '19 12:04 LehmRob

Any feedback? Please tell me if there is something wrong with the pull request.

LehmRob avatar Jun 17 '19 08:06 LehmRob

Thanks for the pull request.

Not sure why you removed parts of the readme. You changed the module name to github.com/sitec-systems/can – but it should actually be github.com/brutella/can.

brutella avatar Sep 03 '19 13:09 brutella

Oh sorry for that. That's my first pull request and I didn't know that further commits are landing here as well. I reverted the changes on the README. Again sorry for that.

LehmRob avatar Sep 10 '19 06:09 LehmRob