Skip to content

DoIPClient.get_entity() with ipv6 #46

@slycoderr

Description

@slycoderr

On IPv4, we can send the vehicle request identification message to via the broadcast address and we will get a response along with the ECU's IP address. Of course on IPv6, there is no broadcast. Is the only way to get the ECU's IP address on IPv6 is to listen to the vehicle announcement message on ff02::1?

address2, announcement2 = DoIPClient.await_vehicle_announcement(ipv6=True)

I've tried sending the vehicle request identification message(get_entity) on ff02::1, the gateway does not respond at all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions