Quick HotSpot Wiki
Status: Alpha
Brought to you by:
zersaad
Quick HotSpot is a simple application developped in C# .NET 4.0, it mainly uses the windows 7 capability of sharing wifi on laptops, and the icsManagerlibrary for .NET that perform internet Sharing.
This application starts/stops the hotspot by executing a list of batch commands that could be found in (wlan.bat) and (stop.bat), the commands are natively included in windows 7 , then it keep fetching the arp table to update the connected users list.
in order to start the HotSpot without the GUI just execute this command from wlan.bat folder as administrator :
wlan nameofhotspot password
IcsManagerLibrary on Git : https://github.com/utapyngo/icsmanager
Arp class found on CodeProject : http://www.codeproject.com/Tips/358946/Retrieving-IP-and-MAC-addresses-for-a-LAN