Skip to content

louietan/QSoftAP

Repository files navigation

QSoftAP - A virtual WLAN utility for Windows 7 and above

What does it do?

  • Set up virtual WLAN(wireless local network), by which you can share resources (like files, internet connection) with your mobile or other PCs
  • Manage shared folders easily

Screenshot

How to use it?

  • Download the binary package and unpack it
  • Install vcredist_x86.exe(vc++ 2013 runtime)
  • Run QSoftAP.exe as administrator

How to build the source code?

  • MSVC++ 12.0 compiler (Visual Studio 2013) installed
  • Qt5 SDK configured correctly
  • If you don't use Visual Studio, then you have to tell the linker to include these libraries
    • Iphlpapi.lib
    • Netapi32.lib
    • Wlanapi.lib
    • Ws2_32.lib
  • For debugging, you have to run your IDE as administrator

About

A virtual WLAN assistant for Windows 7 and above, written in C++/Qt, using Windows API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages