
I would like to know how to retrieve the IP address in a more sophisticated way.


The PC and the instrument are directly connected over a UDP socket with a CAT5 cable. In my case, there are only two devices: a very normal PC (192.168.0.1) and a scientific instrument which has an arbitrary IP address (192.168.0.xxx) hard coded in its ROM. I am looking for an easy way to convert a MAC address to the corresponding IP address in a local network.
