1
0
mirror of https://github.com/payden/libwsclient synced 2024-10-27 17:54:01 +00:00
Go to file
Payden Sutherland 05a0f6309c Add libwsclient_helper_socket function.
This function binds UNIX socket listener with specified path.
Any data received by this UNIX socket is sent out as a
WebSocket text frame.  This allows a user to send data
on behalf of a running libwsclient program.  Will add
some documentation for the entire library soon.  Will go
into depth there.
2012-11-15 10:37:00 -05:00
.gitignore Initial commit of libwsclient 2012-10-05 20:46:37 -04:00
AUTHORS Initial commit of libwsclient 2012-10-05 20:46:37 -04:00
autogen.sh Initial commit of libwsclient 2012-10-05 20:46:37 -04:00
base64.c Initial commit of libwsclient 2012-10-05 20:46:37 -04:00
ChangeLog Initial commit of libwsclient 2012-10-05 20:46:37 -04:00
config.guess Initial commit of libwsclient 2012-10-05 20:46:37 -04:00
config.h.in Pthreads for opening connection 2012-10-06 14:14:08 -04:00
config.sub Initial commit of libwsclient 2012-10-05 20:46:37 -04:00
configure.ac Pthreads for opening connection 2012-10-06 14:14:08 -04:00
COPYING No symbolic links and add README.md 2012-10-05 20:50:37 -04:00
INSTALL No symbolic links and add README.md 2012-10-05 20:50:37 -04:00
Makefile.am Pthreads for opening connection 2012-10-06 14:14:08 -04:00
NEWS Initial commit of libwsclient 2012-10-05 20:46:37 -04:00
README Initial commit of libwsclient 2012-10-05 20:46:37 -04:00
README.md No symbolic links and add README.md 2012-10-05 20:50:37 -04:00
sha1.c Initial commit of libwsclient 2012-10-05 20:46:37 -04:00
sha1.h Initial commit of libwsclient 2012-10-05 20:46:37 -04:00
test.c Add libwsclient_helper_socket function. 2012-11-15 10:37:00 -05:00
wsclient.c Add libwsclient_helper_socket function. 2012-11-15 10:37:00 -05:00
wsclient.h Add libwsclient_helper_socket function. 2012-11-15 10:37:00 -05:00

WebSocket client library for C