Giter VIP home page Giter VIP logo

istherenet's Introduction

IsThereNet

Your internet connection status

at a glance

Installation

  • Download, unzip, move to /Applications

What does this do?

IsThereNet watches for internet connection status changes and draws a colored line at the top of the screen to indicate the status.

Colors:

  • ๐ŸŸข Green: connected (fades out after 5 seconds)
  • ๐Ÿ”ด Red: disconnected (stays on screen until connection is restored)
  • ๐ŸŸก Yellow: slow internet (fades out after 10 seconds)

The top status line does not appear in screenshots and does not interfere with clicking on the menu bar.

connected disconnected

How does it achieve that?

IsThereNet uses the native NWPathMonitor API to efficiently check if a connection can be established to Cloudflare's DNS IP 1.1.1.1.

That IP was chosen for multiple reasons:

  • it should connect to a server that's close to you
  • it's a well-known IP that's unlikely to change
  • it's unlikely to be blocked by firewalls
  • it should not sell your data to advertisers like Google's 8.8.8.8 does

Uh.. how do I quit this app?

The app has no Dock icon and no menubar icon so to quit it you'd need to do one of the following:

  • Launch Activity Monitor, find IsThereNet and press the โŒ button at the top
  • Run the following command in the Terminal: killall 'IsThereNet'

Alternatives

If you want to monitor more complex network conditions, you can use a few different alternatives:

  • iStat Menus which is a paid app but does a lot more than just network monitoring (CPU, RAM, Disk, etc)
  • PeakHour which is a subscription-based app that does a lot of network monitoring, latency checks, etc

Logging

IsThereNet logs internet connection status changes to:

  • the system log (accessible via Console.app)
  • to a file in ~/Library/Containers/com.lowtechguys.IsThereNet/Data/Library/Caches/IsThereNet.log
  • to the command line if you run the binary directly

istherenet's People

Contributors

alin23 avatar

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.