Benjamin Sergeant
b8c397e180
add ws_chat and ws_connect sub commands to ws
2019-02-22 20:49:26 -08:00
Benjamin Sergeant
90105fa2b3
all CMakeLists are referenced by the top level one
2019-02-21 22:21:29 -08:00
Benjamin Sergeant
3a77e96a05
Feature/send large message ( #14 )
...
* introduce send fragment
* can pass a fin frame
* can send messages which are a perfect multiple of the chunk size
* set fin only for last fragment
* cleanup
* last fragment should be of type CONTINUATION
* Add simple send and receive programs
* speedups receiving + better way to wait for thing
* receive speedup by using linked list of chunks instead of large array
* document bug
* use chunks to receive data
* trailing spaces
2019-02-20 18:59:07 -08:00
Benjamin Sergeant
79dd766fab
C++14 + use make_unique and make_shared to make shared pointers
2019-01-11 21:25:06 -08:00
Benjamin Sergeant
9bc2e95196
capture path/uri when connecting, and pass it back through callbacks in the openInfo member
2019-01-03 17:44:10 -08:00
Benjamin Sergeant
5710ffba6a
per-message deflate compression fixes
2018-11-13 17:46:05 -08:00
Benjamin Sergeant
43fcf93584
per message deflate support (with zlib)
2018-11-09 18:42:09 -08:00
Benjamin Sergeant
3cf44c8078
Add some example shell scripts to build on Linux
2018-11-07 12:33:33 -08:00
Benjamin Sergeant
9e899fde2f
Add new example folder for publishing events to satori, with a minimal satori sdk
2018-11-07 12:26:32 -08:00
Benjamin Sergeant
bb0b1836cd
capture an error code and a reason when the server closes the connection
2018-10-25 18:51:19 -07:00
Benjamin Sergeant
16805759d3
Windows support (no TLS yet)
2018-10-08 21:44:54 -07:00
Benjamin Sergeant
88c2e1f6de
make TLS support optional
2018-10-08 15:24:36 -07:00
Benjamin Sergeant
1dc9b559e9
move examples around
2018-10-08 15:24:36 -07:00