Mathieu
Mathieu
Did anyone managed to compile it on the Pi? I am pretty sure the problem comes from openssl library but I couldn't find a way to compile it against the...
I found a way to fix it. I had to install gcc-4.9, following [this solution](http://askubuntu.com/a/581497)
If I remember correctly, when checking out this project (https://github.com/automata/osc-web) it was able to receives bundles. Maybe it's worth having a look?
Yes, in the past I used ofxJSONRPC to make this web server and everything was bundled within OF. Now I want to separate the web part and use nodejs to...
I ended up using [ofxSocketIO](https://github.com/soixantecircuits/ofxSocketIO) for this purpose. I don't know if it will create some trouble with ofxHTTP or ofxSSLManager as I don't use them anymore.