https://github.com/bakercp/ofxicmp
"Ping" your friends using ICMP.
https://github.com/bakercp/ofxicmp
Last synced: about 1 year ago
JSON representation
"Ping" your friends using ICMP.
- Host: GitHub
- URL: https://github.com/bakercp/ofxicmp
- Owner: bakercp
- Created: 2013-08-14T07:38:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T21:38:30.000Z (almost 13 years ago)
- Last Synced: 2025-02-13T03:17:16.830Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 137 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ofxICMP
=======
ofxICMP is a pure Poco addon for making ICMP (aka PING) requests. Essentially it is a thin wrapper around `Poco::Net::ICMPClient` to make it play nicely with openFrameworks.
ICMP/Ping requests require raw socket access which usually requires root (aka super user, aka adminstrator) priviledges.
If you run the example without root privileges you will get an exception and nothing will happen.
On Linux, this is easy. Simply run the app with:
`sudo ./myApp`.
On Windows right click on your app and click "run as administrator".
On OS X, you can enter the application bundle and execute the binary from the command line (just like on Linux). A step by step guide is here:
http://www.wikihow.com/Open-Applications-With-Root-Privileges-on-a-Mac