Coder Social home page Coder Social logo

fix-shitty-wifi's Introduction

Fix Shitty Wifi (for macOS)

Dependabot Status

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.

fix-shitty-wifi's People

Contributors

dependabot-preview[bot] avatar janejeon avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fix-shitty-wifi's Issues

Can't start - load not a function?

Installed fine with npm. When starting up, I get this error:

sudo node index.js
/Users/[REDACTED]/githubclones/Fix-Shitty-Wifi/index.js:1
require("dotenv").load()
                  ^

TypeError: require(...).load is not a function
    at Object.<anonymous> (/Users/[REDACTED]/githubclones/Fix-Shitty-Wifi/index.js:1:19)
    at Module._compile (internal/modules/cjs/loader.js:778:30)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
    at Module.load (internal/modules/cjs/loader.js:653:32)
    at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
    at Function.Module._load (internal/modules/cjs/loader.js:585:3)
    at Function.Module.runMain (internal/modules/cjs/loader.js:831:12)
    at startup (internal/bootstrap/node.js:283:19)
    at bootstrapNodeJSCore (internal/bootstrap/node.js:622:3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.