ofxSocketIO icon indicating copy to clipboard operation
ofxSocketIO copied to clipboard

ofx addons that wraps socket.io-client-cpp for OF

Results 3 ofxSocketIO issues
Sort by recently updated
recently updated
newest added

Hi! I needed to get this to work with a https:// server. I have compiled the socket.io-client-cpp with TLS (OpenSSH) on MacOSX support and replaced the .h and .a files...

i'm using Ubuntu 16.04 ... but when I tried to compile it cause a lot of problems.. `undefined reference to sio::client::socket undefined reference tosio::client::connect, ..` please help me, thank you

I've set up a Socket.IO server which relay's messages from the client (mobile device) to an OF application. The communication works initially when the server is started, but after a...

bug