I am developing a multi-zone sound amplifier control application. To do this, I need to create a socket connection, so far this is working fine. I would like for the user, instead of manually entering the IP address, would like my application to automatically scan the network, check all the MAC addresses. Match this with the NIC database if it matches the chassis of my amplifier, then save the IP address. Is it possible, if so, how? Or is there an easier way to do this?
source
share