CaringCaribou / caringcaribou

A friendly car security exploration tool for the CAN bus
GNU General Public License v3.0
738 stars 193 forks source link

Clarify that the -i flag forces SocketCAN bustype #56

Closed bhass1 closed 5 years ago

bhass1 commented 5 years ago

Clarification in documentation and cc.py help message. Also fixes can.Bus() python-can API usage in can_actions and iso15765_2 to conform to generic API requirements. If an interface is provided with -i, set bustype to socketcan, and when no interface is provided with -i, use default python-can configs.

kasperkarlsson commented 5 years ago

Closing, as fallback to python-can configs is now default (see https://github.com/CaringCaribou/caringcaribou/issues/52) making documentation changes redundant.