canTot icon indicating copy to clipboard operation
canTot copied to clipboard

canTot powered by Scapy

Open superuserx opened this issue 1 year ago • 1 comments

Current modules use simple CAN sockets and single frames. But if you want to add more complex UDS functionality you need ISOTP. I would suggest to use Scapy for that since it has an advanced implementations of a lot of automotive protocols which makes it more comfortable to build new modules in the future.

You can take a look at my fork where I made an example module uds_read_data_by_id.py based on Scapy.

superuserx avatar Nov 14 '23 14:11 superuserx

There is also isotp for python but let me check your module on scapy.

shipcod3 avatar Nov 15 '23 02:11 shipcod3