Wireless C#.NET

Hi there,

I've been posed with a problem like following:

I have a laptop in an environment with several different access points, each has a SSID. I would like to write a tool with C# that takes a SSID as input and connect to the according access point. Can anyone give me any clue how to do it

Any input is appreciated.




Answer this question

Wireless C#.NET

  • Ecrofirt

    This is Smart Device Development Forum. The answers that you are getting here pertain to the Smart Device development.



  • dotBomb

    Thank you.

    Yes this library is a good one. I've tried the opennetcf.net namespace which works on windows CE. But when I tried to debug it on Windows XP there is a problem: it couldn't find the "coredll.dll", which is only on CE. Any suggestions on this

    Thanks a lot.



  • Simon Painter

    This is implemented in OpenNETCF SDF library. The class you need is called OpenNETCF.Net.Adapter

  • Wireless C#.NET