jacobschaer / python-doipclient

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

Vehicle Announcement Fixes #11

Closed jacobschaer closed 2 years ago

jacobschaer commented 2 years ago

Improves await_vehicle_announcement() to be IPv6 ready and resolves a parser issue where it can be fooled by sufficiently bad non-DoIP packets if there happens to be any on the discovery port. IPv4 appears to still be functional. IPv6 is unit tested only.