Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janejeon/fix-shitty-wifi
✨🦄 Fix Comcast, McDonald's, Hotel and Airport Wi-Fi 💩📶
https://github.com/janejeon/fix-shitty-wifi
comcast mac mac-address macos spoofing wifi
Last synced: 7 days ago
JSON representation
✨🦄 Fix Comcast, McDonald's, Hotel and Airport Wi-Fi 💩📶
- Host: GitHub
- URL: https://github.com/janejeon/fix-shitty-wifi
- Owner: JaneJeon
- Created: 2018-05-22T00:11:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T00:32:25.000Z (about 2 years ago)
- Last Synced: 2023-03-01T16:01:30.247Z (over 1 year ago)
- Topics: comcast, mac, mac-address, macos, spoofing, wifi
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 8
- Watchers: 0
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fix Shitty Wifi (for macOS)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=JaneJeon/Fix-Shitty-Wifi)](https://dependabot.com)
Fixes various troublesome wifi connections that show any of the following behaviour:
1. disconnect randomly (spotty/intermittently dropping connection)
2. silently cuts you off from the rest of the internet even though the wifi is still connected (*cough* comcast *cough*)
3. forces you to sign in every X minutes (think airport wifi)## Sample Usage
`npm install` or `yarn` to install dependencies, then `sudo node index.js` to start. If you have `pm2` globally installed, `npm/yarn start` to prevent memory leaks. Edit `.env` for configuration.
### Why do I need to provide root privileges?
To fix troublesome behaviour #3, the program needs to spoof the computer's `MAC address`. To do that, it needs `sudo` access. Thus, you will need to start this program as a root user, but once it's running, you do not need to input password any more.