0
Hello, I’m trying a solution to find a specific computer within a network by an android application, to connect to a web service in c#... but the problem is in finding this computer, with the ip changing from time to time. What I could do about it?
If IP changes, why not use hostname?
– Ricardo Pontual
but in ksoap2 (plugin I’m using for connection) I should put the ip, I think a solution would be to find the ip by hostname and then make the connection by that ip... but how to find it by hostname? (correct me if I’m wrong...)
– Felipe Ribeiro