ofxLibwebsockets
ofxLibwebsockets copied to clipboard
[Deprecated] openFrameworks wrapper of libwebsockets for WebSocket client and server functionality
I am on macOS 10.14.6 with OF 0.11 trying to run the `example_client_sharedcanvas` because I wanted to learn how to parse the args in '`onMessage()` but get json related compile...
I have built and run 'hello world' so I am not moving up to my target of getting the Video Blog examples working. However, I seem to hiting my head...
I found that the libwebsockets library for windows will only link with a 64-bit binary executable. I would recommend that the 32-bit version is included as well, or add a...
While porting our apps to Ubuntu 18 this week, we discovered problems (again is a mismatch of SSL versions against the compiled version). While we can do a pull request,...
I have been testing a few different websocket servers and some functionality with this addon. I can connect to external servers as long as they don't use SSL. For example...
Hello Thank you for this addon!!!, i used it on OS X but now i need to work on a rpi and Im not able to compile any example on...
I created a new project using the project generator: When I compile it I get this error: Undefined symbols for architecture x86_64: "ofApp::onMessage(ofxLibwebsockets::Event&)", referenced from: void ofxLibwebsockets::Client::addListener(ofApp*) in ofApp.o "ofApp::onConnect(ofxLibwebsockets::Event&)",...
Hey guys how can OfxLibwebsockets be used on android with in openFrameworks built through NDK?
`clang: error: no such file or directory: '../../../libs/openssl/lib/osx/libcrypto.a' clang: error: no such file or directory: '../../../libs/openssl/lib/osx/libssl.a' ` Tired solving this. Why there isn't any dependancy for this.
This seems to work fine in OSX but in Windows I get the following error inside the javascript console in the client browser: _GET http://192.168.1.119:9092/js/libs/jquery-1.7.1.min.js net::ERR_CONTENT_LENGTH_MISMATCH Uncaught ReferenceError: $ is...