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)
- Host: GitHub
- URL: https://github.com/extrawurst/winping
- Owner: extrawurst
- Created: 2013-03-26T14:39:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-26T14:52:59.000Z (over 13 years ago)
- Last Synced: 2025-10-29T05:02:40.527Z (8 months ago)
- Size: 103 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.