OfxLibwebsockets Versions Save

[Deprecated] openFrameworks wrapper of libwebsockets for WebSocket client and server functionality

0.9.3

8 years ago
  • Reverted use of ofJson, which is 0.9.4+!

0.9.4

8 years ago
  • 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

8 years ago

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_BugFixes

9 years ago

\ Support newest libwebsockets \ Fixed sending of large packets \ Better thread safety of sending

  • Library for RPi2

0.8.4

9 years ago

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
  • \ 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