Best way to monitor an IPv6 Device by Ping and/or Port

Hello there,

is there a known way to monitor IPv6 Devices from OH like the Network Binding does this for IPv4?

Anybody accomplished such a task or has an idea on how this could be done?

Thank you

I’ve not heard of it being done but I would use the Exec binding with ping -6 or ping6 to ping the address and a REGEX transformation to parse the results.

Thank you
Exec binding sounds like a good start

I’ll give it a try