example of integration with websocket in C
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 13 May 2016 14:14:16 +0000 (16:14 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 13 May 2016 14:40:41 +0000 (16:40 +0200)
commit146f95b776c7a424e672b27386fbb8392bc0ffb7
tree890b4ba0c2918609b208b4b8587caa3a1ec179a9
parentb5cf93aed93e7f331eb645c8afe5317fb67ee50e
example of integration with websocket in C

The file src/afb-client-demo.c provides an example of
how to make a simple C client that connects to the
daemon using the websocket protocol x-afb-json1.

Change-Id: I31c926b2c42101a53e1ea36b4f67f095614db4a0
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
CMakeLists.txt
src/CMakeLists.txt
src/afb-client-demo.c [new file with mode: 0644]
src/afb-context.c
src/afb-ws-client.c
src/afb-ws-client.h [new file with mode: 0644]
src/afb-ws.c
src/afb-wsj1.c
src/afb-wsj1.h
src/session.c