mirror of
https://github.com/payden/libwsclient
synced 2024-10-27 17:54:01 +00:00
05a0f6309c
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. |
||
---|---|---|
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
base64.c | ||
ChangeLog | ||
config.guess | ||
config.h.in | ||
config.sub | ||
configure.ac | ||
COPYING | ||
INSTALL | ||
Makefile.am | ||
NEWS | ||
README | ||
README.md | ||
sha1.c | ||
sha1.h | ||
test.c | ||
wsclient.c | ||
wsclient.h |
WebSocket client library for C