-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Formulatex/python-doipclient
base: main
head repository: jacobschaer/python-doipclient
compare: main
- 17 commits
- 8 files changed
- 12 contributors
Commits on Sep 4, 2024
-
Don't add the tests/ package to the distribution (jacobschaer#52)
Co-authored-by: Noam Yorav-Raphael <noam.yoravraphael@mobileye.com>
Configuration menu - View commit details
-
Copy full SHA for a7b36b1 - Browse repository at this point
Copy the full SHA a7b36b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b890a1 - Browse repository at this point
Copy the full SHA 8b890a1View commit details
Commits on Sep 12, 2024
-
Fix "DeniedRequiresTLS" value for activation request (jacobschaer#53)
The value corresponding to a Negative Response "Requires TLS" after sending a Routing Activation Request is invalid. Currently this value is set to "0x06", but according to the ISO-13400 standard, the "0x06" value corresponds to an unknown activation type. Referring to the standard, we can state that the Negative Response Code "Requires TLS" should be set to "0x07" : > After reception of a routing activation request message with a routing activation type, which requires the > secure TLS connection to the DoIP entity then each DoIP entity supporting the secure TCP communication > shall send the routing activation response message with the response code set to 0x07. This patch applies the correct correction to the "DeniedRequiresTLS" value. Co-authored-by: Clement Ramirez <clement.ramirez@actia.fr>
Configuration menu - View commit details
-
Copy full SHA for bd46290 - Browse repository at this point
Copy the full SHA bd46290View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b95aa - Browse repository at this point
Copy the full SHA 78b95aaView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff53797 - Browse repository at this point
Copy the full SHA ff53797View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3e0c3f - Browse repository at this point
Copy the full SHA c3e0c3fView commit details
Commits on Mar 7, 2025
-
Exclude 3.7 from ubuntu-latest and add 3.12 and 3.13 (jacobschaer#57)
* Exclude 3.7 from ubuntu-latest * Add python 3.12 and 3.13
Configuration menu - View commit details
-
Copy full SHA for 29c530a - Browse repository at this point
Copy the full SHA 29c530aView commit details -
Add ecu_functinal_address and send_diagnostic_func for DoIPClient (ja…
…cobschaer#56) * add ecu_func_address and send_diagnostic_func() for DoIPClient * add default value for ecu_func_addr * add new function send_diagnostic_to_adddress(), refactor send_diagnostic() and add unit test for the new function. --------- Co-authored-by: LV Xinyu (BCSC/EPA4) <lxv1wx@bosch.com> Co-authored-by: greendog <xinyu.lyu@qq.com>
Configuration menu - View commit details
-
Copy full SHA for 7f04a32 - Browse repository at this point
Copy the full SHA 7f04a32View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ecbf9 - Browse repository at this point
Copy the full SHA a4ecbf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b674a3 - Browse repository at this point
Copy the full SHA 2b674a3View commit details
Commits on Jul 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 67b36e6 - Browse repository at this point
Copy the full SHA 67b36e6View commit details -
Use TimeoutException for the udsoncan connector instead of TimeoutErr…
…or (jacobschaer#59) udsoncan expects Connections to raise TimeoutException. Doipclient raises TimeoutError in all cases previously. Wrap the error.
Configuration menu - View commit details
-
Copy full SHA for 9505df1 - Browse repository at this point
Copy the full SHA 9505df1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00c9718 - Browse repository at this point
Copy the full SHA 00c9718View commit details
Commits on Aug 13, 2025
-
Add vm_specific parameter to DoIPClient initialization (jacobschaer#60)
* Remove old 'log_level' parameter docstring from DoIPClient.__init__; add 'vm_specific' as an init argument and store it as a static value for the entire instance. Add .idea/ to .gitignore * Add tests; bugfix * increase version * cleanup * Move vm_specific validation to _validate_vm_specific_value; check vm_specific value also in request_activation; add tests --------- Co-authored-by: Jakub Krista <jakub.krista@digiteqautomotive.com>
Configuration menu - View commit details
-
Copy full SHA for c82aaed - Browse repository at this point
Copy the full SHA c82aaedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ad5f51 - Browse repository at this point
Copy the full SHA 9ad5f51View commit details
Commits on Nov 26, 2025
-
Fix chained enum member access (jacobschaer#65)
Fix the default value of transport in send_doip_message(), It chained access to TransportType.TransPort_TCP, even though it didn`t make a influence
Configuration menu - View commit details
-
Copy full SHA for 0c78323 - Browse repository at this point
Copy the full SHA 0c78323View commit details
Commits on Dec 17, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6ccc43f - Browse repository at this point
Copy the full SHA 6ccc43fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main