views:

303

answers:

2

I want to build something like a network scanner, so that I see in my application on which AccessPoint I'm on and what parameters this net has.

Some interesting point would be ESSID, signal strength, noise, channel.

Are theses properties device independent or do I have to interface each device independently?

+1  A: 

I have not tried this yet, but I believe OpenNetCF is you friend:

http://www.opennetcf.com/library/networkinformation/

Jesper Rasmussen
A: 

This is really the same question as this one: http://stackoverflow.com/questions/322070

The answer, summarized, is that you can P/Invoke WZC, but it's difficult. The Smart Device Framework has it done.

ctacke

related questions