First Version
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