/ofxPinger

not an actual ping, but a periodic osc sender to tell other apps that OF is working

Primary LanguageC++

・゜・:.。..:・'。. .。.:・゜・

ofxPinger is a simple wrapper of ofxOscSender which sends a periodic osc message for telling other apps that OF is working.

image

Usage

  1. Open pinger.xml in your data directory.
  2. In <destinations> directive, you can define the destination(s) as <dest>.
  3. In <settings> directive, you can set the ping interval time (ms) and the address of osc message.

Dependencies

  • ofxOsc
  • ofxXmlSettings