• Stars
    star
    127
  • Rank 282,790 (Top 6 %)
  • Language
    C#
  • License
    GNU Lesser Genera...
  • Created over 11 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

.NET 4.5 library to manage wifi connections in Windows - written in C#

SimpleWifi

NuGet

SimpleWifi is a .NET 4 library written in C# to manage wifi connections in Windows. It is basically a layer of abstraction above Managed Wifi API that takes care of wifi connection profile creation etc, built to be easy to use.

An example console application is supplied, it can be found in the example branch.

Available on NuGet: https://www.nuget.org/packages/SimpleWifi

Currently supported ciphers

  • NONE (open networks)
  • WEP
  • WPA-PSK
  • WPA2-PSK

Supported operating systems

  • Windows XP SP2 (with hotfix KB918997)
  • Windows Vista
  • Windows 7
  • Windows 8

Related links