An open API service indexing awesome lists of open source software.

https://github.com/extrawurst/winping

code for simple raw socket pinging on win32 (winsock2 API)
https://github.com/extrawurst/winping

Last synced: 4 months ago
JSON representation

code for simple raw socket pinging on win32 (winsock2 API)

Awesome Lists containing this project

README

          

WinPing
=======

code for simple raw socket pinging on win32 (winsock2 API)

This code is roughly based on a GUI pinging tool on Codeproject:
http://www.codeproject.com/Articles/647/Ping-for-Windows

Note:
This just works when you start the executable with administrator rights.