Skip to content

0.8.4

Choose a tag to compare

@robotconscience robotconscience released this 13 Oct 18:16
· 96 commits to master since this release

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