Skip to content

Commit 6179082

Browse files
Update README.md
1 parent 6da7ee0 commit 6179082

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
* example_particles_server and example_particles_client
3333
* demonstrates how to sync GPU particles (from the OF GPU particle example) via binary websockets
3434

35+
##A note on license
36+
* libwebsockets is released under a LGPL v2.1, with a special rider that programs that link against a statically built version of the library do not count as derivative, and are not bound to the LGPL v2.1 license conditions. Thus this addon comes with statically built libraries to provide the flexibility of the MIT license.
37+
* https://github.com/warmcat/libwebsockets/blob/master/LICENSE
38+
3539
##Adding to Projects
3640
* OS X
3741
* Via OF Project Generator:
@@ -138,8 +142,11 @@ make
138142
#STATUS
139143
* Version 0.8.4 (current)
140144
* Added PRi libraries
145+
* Updated to latest version of libwebsockets
146+
* Bug fixes for newest version
147+
* testApp changed to ofApp
141148
* Version 0.8.1
142-
* Overhauled all messaging, supporting senging/receiving string and binary messages of indefinite size via continuation frames
149+
* Overhauled all messaging, supporting sending/receiving string and binary messages of indefinite size via continuation frames
143150
* Added examples from @zebradog of sending Blob data over websockets: way faster, way cleaner!
144151
* Lots of cleanup of excessive logging, possible crashes on sending
145152
* Updated to latest libwebsockets on Mac and Windows

0 commit comments

Comments
 (0)