shipcod3 / canTot

quick and dirty canbus h4xing framework
Other
126 stars 27 forks source link

canTot powered by Scapy #8

Open superuserx opened 10 months ago

superuserx commented 10 months ago

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.

shipcod3 commented 10 months ago

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