Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Check connectivity to services on remote servers. This is like ping, but more specialized as it doesn't only test whether the server is reachable, but checks whether a specific service is listening.

License

Notifications You must be signed in to change notification settings

christophwille/winrt-vasily

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vasily

Check connectivity to services on remote servers. This is like ping, but more specialized as it doesn't only test whether the server is reachable, but checks whether a specific service is listening.

As WinRT does not support ICMP in Windows.Networking.Sockets, a direct StreamSocket connection is used to "ping" the remote server and check whether it is available.

Screenshot

In Action

About

Check connectivity to services on remote servers. This is like ping, but more specialized as it doesn't only test whether the server is reachable, but checks whether a specific service is listening.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages