We have Win CE IPv6/IPv4 devices installed in a room and connected to a network. Every now and then a person would come with a laptop, plug it into the network and run a diagnostics program.
This program should be able to somehow auto find or discover all those devices. The catch is that device IPs are unknown to the diag program.
I've been looking into the IPv6 link-local discovery but i'm not quite sure how to test this.
In our local LAN if i ping a known IPv6 address of another computer it pings ok, but if i do ping -6 fe80::1 I get "Destination host unreachable" and for ping -6 FF02::1 I get "Request timed out"
so i'm not sure how to even test link-local discover on windows.
So how can this be done?