OS | License |
---|---|
Windows | GNU GPL v2.0 |
Win-Fi is VirtualWiFi, and free windows software to transform your PC internet connection into a WiFi hotspot.
You can easily create a WiFi hotspot to connect all your devices, just give your hotspot a name and password, and you are ready to go.
The application will be available soon, until that you can setup the hotspot manually.
While Win-Fi help you to create hotspot but you can manually create it with netsh using CMD in windows
Open your CMD app in windows as administrator then type:
netsh wlan set hostednetwork mode=allow ssid=winfi key=shortshort
Where 'winfi' is your hotspot network name and 'shortshort' is the password or (WPA2-PSK key).
To start the hotspot type:
netsh wlan start hostednetwork
To stop the hotspot type:
netsh wlan start hostednetwork
To see the Hosted Network details & the connected users
netsh wlan show hostednetwork
to change the network password
netsh wlan refresh hostednetwork YourNewPassword
Win-Fi is licensed under the GNU GPL v2.0 License - see the LICENSE file for details
Pull requests or issues are welcome :)