robotconscience / ofxLibwebsockets

[Deprecated] openFrameworks wrapper of libwebsockets for WebSocket client and server functionality
Other
171 stars 69 forks source link

web sockets and osc #71

Open nchandol opened 8 years ago

nchandol commented 8 years ago

Hi there,

I was wondering if there is a possibility to use ofxLibwebsockets in combination with osc. Now I have to admit that I am no expert on servers, but if I understand correctly the problem is that WebSockets can only connect to a web sockets server. So is there a way with the current library to bridge a server between OSC and ofxLibwebsockets.

robotconscience commented 8 years ago

Hello! Sorry for the delay.

There's not a built-in way to build the bridge; you'd have to do so yourself. It'd be really useful and interesting, for sure! One that'd be really interesting is to try to get it working with OSC.js.

nchandol commented 8 years ago

Thanks for the reply! I will keep you posted when I have something running.