2

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

Community
  • 1
  • 1
abc
  • 2,285
  • 5
  • 29
  • 64
  • 1
    Bear in mind that often, hosts don't reply to pings. There is no one-size-fits-all way to enumerate network hosts. Hosts can even be configured to act as if they are not even powered up, from the perspective of a peer. – tomfanning Nov 05 '12 at 16:22

0 Answers0