Releases: robotconscience/ofxLibwebsockets
Releases · robotconscience/ofxLibwebsockets
0.9.3
0.9.4
- Updated ofxLibwebsockets with new built-in ofJson
- Note: Only valid for 0.9.4+
- Bug fixes from @smallfly for locking/unlocking
- Added set-able waitMillis to libwebsockets from @natxopedreira
- Added yield() to Server and Client to prevent thread from running wild
0.9.0
0.9.0-compilant version!
- 64-bit libraries for Windows (visual studio 2015), Linux, and OS X.
- Examples fixed/updated for new syntax
- Bug fixes for weird slowdowns on Windows
- Bug fixes for nasty race conditions
Cheers to @mattfelsen, @fx-lange, and @liquidzym for help and testing.
0.8.4 + Bug fixes
\ Support newest libwebsockets
\ Fixed sending of large packets
\ Better thread safety of sending
- Library for RPi2
0.8.4
0.8.4 is an overall update to the addon with support for the current libwebsockets (post 1.3), a slew of bug fixes, some new libraries, and a couple small new features
- - removed OpenSSL libraries and includes (not needed, kind of sketchy)
- + Added iOS library
- + Added RPi library (thanks to @rc1)
- + Added libwebsockets' rudimentary keep-alive
- See issue #38
- \ Updated to latest version of libwebsockets
- \ Bug fixes for newest libwebsockets version
- \ testApp changed to ofApp
- \ Better comments in general
- \ Removed unnecessary checks for binary support (always enabled in libwebsockets)
- \ Removed "of-protocol" protocol from examples (you don't need it!)
- + Example: Added adjustable image quality to binary video example for demonstration