python-doipclient icon indicating copy to clipboard operation
python-doipclient copied to clipboard

Pure Python ISO 13400 Client

Results 18 python-doipclient issues
Sort by recently updated
recently updated
newest added

Hi,I used like this, but occur an error like this,do you know the reason about this? ![image](https://github.com/jacobschaer/python-doipclient/assets/70261656/32a5bb5b-1b5a-4be2-9cdb-b8633980a5bc)

https://github.com/jacobschaer/python-doipclient/issues/17#issuecomment-1623071507 Currently source_interface can only be selected for IPV6 and is only set to INADDR_ANY for IPV4. The recently added `get_entity` should be able to specify source_interface so you can...

I want to customize the connection timeout, how should I do it? One way that comes to my mind is to update the value of `A_PROCESSING_TIME` in constants.py. But how...

Hello all, I use this doipclient to send a Diagnostic request, this is a SID-36 request, which has 16364 bytes data payload. I use wireshark to capture TCP message. The...

``` from doipclient import DoIPClient address, announcement = DoIPClient.get_entity() logical_address = announcement.logical_address ip, port = address print(ip, port, logical_address) # ip, port, logical_address can be displayed correctly. # Then I...

First of all, I would like to express my gratitude for this project, which has been immensely helpful to me. I have a minor question. When utilizing the uds_client.routine_control to...

Today I faced with a weird behavior with doipclient + udsoncan library, after connection is established, my app sends data identifier requests, but receives replies to the other ones. This...

Hi DoIP experts, this is not really an issue, it is more a question: Is it allowed to send multiple DoIP messages within a single TCP Frame? If it is...