Ping Notifier!

Tags: .NET, CodeSnippets

How many times have you connected to a server via Remote Desktop to install some components?
How many have you rebooted a remote server and sat around waiting for it to go up?
How many times have you opened a command prompt and ran ping -t until the server started responding?

Well, your days of manual pinging have come to an end!
The PingNotifier comes to the rescue!

With one small click, you will be able to start pinging a server, and receive a systray notification when the ping is successful, or if an error occurs:

I've attached the full source to this blog post.

(Disclaimer: Code is neither secret nor safe. Does not check validity. Does not care about network load. Does not floss regularly. Does not do tracerouting, change TTLs to try alternate packets sizes. Does not care about the environment. Do not trust the code. Do not trust the code.)

6 Comments

Comments have been disabled for this content.