Hello! So I've been unpacking our teams KoP and setting up a freshly updated board and playing with the router. In some tests, I've noticed something peculiar about the router and how it resolves mDNS. The first time you request an address from it, it will return an IPv6 address that doesn't exist. The second time and subsequent times within an instanenous time frame will return an ipv4 address that is valid. For a visualization, see the command log
Code:
C:\Users\illid_000>ping roborio-1684-frc.local
Pinging roborio-1684-frc.local [fe80::280:2fff:fe17:6109%11] with 32 bytes of data:
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Destination host unreachable.
Ping statistics for fe80::280:2fff:fe17:6109%11:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
C:\Users\illid_000>ping roborio-1684-frc.local
Pinging roborio-1684-frc.local [10.16.84.59] with 32 bytes of data:
Reply from 10.16.84.59: bytes=32 time=1ms TTL=63
Reply from 10.16.84.59: bytes=32 time=1ms TTL=63
Reply from 10.16.84.59: bytes=32 time<1ms TTL=63
Reply from 10.16.84.59: bytes=32 time=1ms TTL=63
Ping statistics for 10.16.84.59:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
C:\Users\illid_000>
I don't believe this to be computer side because I've tested with two different computers, NI MDNS on both and Bonjour on one and recieved the same results on every test.
Is anyone else experiencing this issue?
__________________
FRC Team 1684 - Head Programmer (2013-2016)
FRC Team 5460 - Programming Mentor (2015-2016)

FIRST in Michigan - Technical Crew (2015-continuing)