jacobschaer / python-doipclient

Pure Python ISO 13400 Client
MIT License
151 stars 50 forks source link

Alive check request and response over UDP #15

Closed navajowhite closed 2 years ago

navajowhite commented 2 years ago

According to ISO 13400-2, DoIP entity sends alive check via TCP_DATA socket SA(DoIP-091). ISO 13400-2 Table 17 - Overview of DoIP payload type Alive check request - TCP_DATA Alive check response - TCP_DATA

jacobschaer commented 2 years ago

Seems correct - should be an easy fix, can you make a PR? I think just switch the transport constants? I don't think the unit tests will need to change.

jacobschaer commented 2 years ago

Thanks for the contribution. Closed by #16 . Released under 1.0.7