Skip to content

First Version

Choose a tag to compare

@Andreas-Menzel Andreas-Menzel released this 11 May 13:01
· 20 commits to main since this release
6e98771

InetCheck v1.0.0

This is the first release of InetCheck. It contains the main functionality to check for internet connection.

InetCheck will monitor when your system can establish a connection with example.com. It will show you the time(s), when the connection status changed and tell you how long your computer was online / offline.

Usage

To use this script, just start it via python3 InetCheck.py. No need to install.

Dependencies

This script only uses the following two basic python modules:

  • time
  • socket