WiFi hotspot is basically a network but a shared network or public network, with this anyone can access it. But this is not that network which we are using daily (internet), you can say it is public network or private network based on authentication.
When one PC user create a WiFi hotspot, PC will range in this network can see it and that can also able to connect with this network. After connecting second PC can see public folder and public item of first PC.
Today in android Xender and Flash Transfer is hugely used for app sharing. This apps use a Bluetooth network where in PC uses a WiFi network. So let's Create a WiFi hotspot and start a sharing.
- Turn on WiFi Network
- Go to Windows < Search Command Promt < Run as Administrative (Important)
- Next type this code in Command Prompt "netsh wlan show drivers", it will display your WiFi driver name, it's version, vender, date etc... and many more things jusk like below
- Now main part, type this code "netsh wlan set hostednetwork mode=allow ssid=abc key =1234567890" where SSID is your hotspot name and KEY is the WiFi key (You can also set with own values)
- Above code will create a hotspot, to start a hotspot write this code "netsh wlan start hostednetwork"
- Now your hotspot is starting, PC in range of this hotspot can see your network and able to connect with your PC. Now share your folder and file with friends.
- After work is done you can stop this hotspot with this code "netsh wlan stop hostednetwork"
nice information thanks !!
ReplyDelete