-
Notifications
You must be signed in to change notification settings - Fork 199
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
Added Dump Memory Feature #79
base: master
Are you sure you want to change the base?
Conversation
Hello @CanBusHack / @LemmonAuto. There seems to be quite a bit of action in this PR with commits still being added - please let me know when it is in a state ready for review, and I will be happy to take a closer look 👍 Please note that a PR should preferably fix/add one bug/issue/feature. |
This should only add one feature! But yes there were some bugs that were squashed with it. I'll try to keep it seperate from now on. I found one more bug that needs to be fixed for the PR. Updating that now. |
Looks like I've commited what I can. Please feel free to review. |
Is this still up for review, can we fix it and pull it? |
Adding this feature might very well be useful 👍
This is a separate feature and should therefore preferably be done as a separate PR. We might already have one on the way, see discussion in #84 The PR also has a bunch of conflicts in need of resolving. |
Are you looking for me to solve these conflicts? What are they specifically? |
Add new feature, utilizing the UDS service Read Memory by Address to Dump memory, developed by @CanBusHack in a pull request of the original repo CaringCaribou#79 Co-Authored-By: CanBusHack <[email protected]>
I copied dump_dids and recreated it to support dump memory using the uds.read_memory_by_address method.
I updated the can.Bus() functions to include both "Channel" and "Interface" (optional).
Formatting fixes.