Skip to content
Advertisement

Tag: socketexception

SLP Java function causing SocketException due to IP_MULTICAST_IF

I’m attempting to use Java to find a SLP service named test, that is running on my network and create a connection to it. I know the service is running and can use the command “slptool findsrvs service:test” to find it. This command returns “service:test://192.168.1.4:12345,65535”. However the following code: produces the following output: I’m assuming the null is printed for

Advertisement