OpenFrameworks addon to verify if the application is alive.
You can add ofxApplicationMonitor to your OF app. You can download from here the receiver (java) application that verify if your app is alive.
If the main application doesn't receves osc, after N seconds it reaopens your OF app.
All settings are inside data/config.xml
.
See the examples:
- example-Sender
Simple example to how how integrate ofxApplicationMonitor addons inside your OF application.