Windows Desktop Tray application that checks network status.
This aplication sits in the notification tray and displays either a success or fail status of a ping to the Google DNS server, (8.8.8.8) chosen for it's reliability and consistent performance as a connection metric. The reason for this program's existence is to verify when a network adapter finishes initializing an internet connection, as sometimes even when the Windows built-in network icon shows as connected, internet access isn't established.
The executable looks for the two icon files (connected.ico
and disconnected.ico
) in the same directory as itself, meaning that the icons (and therefore how the tray icon looks) can be changed without rebuilding the application.
Pings are sent out every second, and the tray icon is changed accordingly based on whether or not the ping response was recieved or there was a transmission error.
- Type
Win
+R
to open the run menu, typeshell:startup
and press enter. This opens the startup folder for the current user. - Copy the executable (
.exe
) and the two.ico
icon files in the "Releases" page to the startup folder. - Upon the next restart (or login) the executable will launch.