Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

canTot powered by Scapy #8

Open
superuserx opened this issue Nov 14, 2023 · 1 comment
Open

canTot powered by Scapy #8

superuserx opened this issue Nov 14, 2023 · 1 comment

Comments

@superuserx
Copy link
Contributor

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants