CaringCaribou / caringcaribou

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

missed files #75

Closed daytona675 closed 2 years ago

daytona675 commented 2 years ago

I'm trying to run DoiP module and it doen't work. From the Doip.py, there is somes import (import DoipClient and import udsonscan) but the python file corresponding to these import weren't present in the repo. Is it possible to push again theses files ? King regards.

kasperkarlsson commented 2 years ago

These are external packages available from PyPI, i.e. they are not developed as part of Caring Caribou.

https://pypi.org/project/doipclient/ https://pypi.org/project/udsoncan/

You can install them through pip πŸ˜ƒ (Note that these are currently only supported by Python 3)

pip install doipclient
pip install udsoncan
daytona675 commented 2 years ago

Many thanks ! Is it possible to write it on the main readme or on other part of the git ? Have a Nice week end King regards

kasperkarlsson commented 2 years ago

That's a great idea which will hopefully help others as well πŸ‘ I added a note about this in the module documentation: https://github.com/CaringCaribou/caringcaribou/commit/b664536f28f34afec1bdefc8bbf60d01f64f3649

Thanks!

daytona675 commented 2 years ago

You re welcome ☺️