https://github.com/alexiii/lwf
Windows tool that allows your PC to become Wi-Fi access point
https://github.com/alexiii/lwf
tool util wifi windows wlan
Last synced: about 1 hour ago
JSON representation
Windows tool that allows your PC to become Wi-Fi access point
- Host: GitHub
- URL: https://github.com/alexiii/lwf
- Owner: AlexIII
- Created: 2019-04-14T05:50:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-14T06:23:18.000Z (about 7 years ago)
- Last Synced: 2025-09-03T13:43:48.720Z (10 months ago)
- Topics: tool, util, wifi, windows, wlan
- Language: C#
- Size: 94.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Local WLAN v1.0 for Windows

### A windows tool that allows your PC to become a Wi-Fi access point when there's no active network connections.
[Download link](https://github.com/AlexIII/lwf/releases/download/v1.0/Local.WLAN.exe)
**Note: The program should be run as an administrator.** Otherwise it'll fail to setup access point.
Windows 10 allows you to set up an access point via default network manager but only when there's another active network connection present. (e.g. wired) It makes sense since the AP is usually used to share internet connection via wi-fi to your other devices.
However, local wi-fi network can be useful even when there's no internet. That's when this util comes in handy.
My primary use case is when I want to transfer files between my phone and my laptop without presence of internet connection, but the util may also be useful for network development and testing.
The program is essentially a small GUI over `netsh`.
#### Target platform
- Tested in Windows 10
#### Dependencies
- .NET 4.0 (comes with Windows 10)
- `netsh` command-line tool (comes with Windows 10)
#### Screencaps

License
[WTFPL v2](http://www.wtfpl.net)
Created with Microsoft Studio 2015