pyvit icon indicating copy to clipboard operation
pyvit copied to clipboard

pyvit: Python Vehicle Interface Toolkit

Results 10 pyvit issues
Sort by recently updated
recently updated
newest added

Hey I just saw your pycon talk - great stuff. Good luck getting the Tesla for testing purposes! I've been maintaining a low level library that might interest you: `python-can`....

Signed-off-by: Miller Lowe UDS interface was loosing packets on a 500kbps bus running around 50%, socketcan allows filtering so that the application will only see the UDS receive ID. This...

I am interested in using this project for CAN bus tools and reverse engineering native to Mac. The one problem I see is that it does not seem to be...

Hi, I was hoping someone here might be able to help with an example of how to use the dispatcher in a loop and if a condition is met, send...

You should change the flow control message if statement to below: if (((rx_frame.arb_id == self.rx_arb_id) or (rx_frame.arb_id == self.tx_arb_id-8)) and rx_frame.data[0] == 0x30): Frame control frames generally go out to...

How do I use the uds library with a socketcan device?

In order to be compatible with 11bits CAN ids and 29bits CAN ids, UDS an ISOTP Network do not use CAN ids (0x7E0, 0x7DF , ..). for address field. ISOTP...

in log.py::log_frame()[l.35] is assumed that the frame contains 8 data bytes. IMHO CAN messages might be lower than 8 data bytes esp. 0 data bytes. So I would expect lines...

so far pyvit has no attribute attribute '__version__' I suggest to implement it since .__version__ is a standard call for most python modules

Hello, i like the tool and the project. Does it support different Communications except CAN? Thank you in Advance.