Create afb-stub-ws by spliting afb-api-ws
authorJosé Bollo <jose.bollo@iot.bzh>
Fri, 14 Apr 2017 17:47:57 +0000 (19:47 +0200)
committerJosé Bollo <jose.bollo@iot.bzh>
Fri, 14 Apr 2017 17:47:57 +0000 (19:47 +0200)
commit69d7968b9713dafa23268ee34516e50133ca8b36
tree54359bc101c1dc4d7fd6298020dabf1a62674689
parent9e8b1e1d13cd9c382769014d43d6f2604b396968
Create afb-stub-ws by spliting afb-api-ws

The file afb-stub-ws only carries the protocol
of the internal remote calling conventions.

It as the following benefits:
 - it easies transition to symetric connection (not planned)
 - it allows to have server stub on client socket and
   conversely, client stub on server socket (planned for
   debugging).

Change-Id: I57dc8e78d7bd63427421a180abcb844f8313d37b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
src/CMakeLists.txt
src/afb-api-ws.c
src/afb-stub-ws.c [new file with mode: 0644]
src/afb-stub-ws.h [new file with mode: 0644]