I want to get a list with all ip-addresses in my network, on a mobile device (C#.net compact framework).
I read through several articles like this one. The problem is, that on my mobile device I can't ping them async cause I only have opennetcf which doesn't support it. And pinging it synchron takes too long.
Do you know a library which does this or do you know, how I can find out all hosts in my network, maybe even without pings (which is quite slow)
The port doesn't matter, I just want to know, which IPs are used...
Thank you, Karl