Added a Qt's websocket client to AFB into helpers
authorLoïc Collignon <loic.collignon@iot.bzh>
Tue, 17 Apr 2018 13:27:14 +0000 (15:27 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 13 Dec 2018 13:12:02 +0000 (14:12 +0100)
commitc4adbcb905dc37e4d8773cea6a77cbec3e1a02f8
treedfb8543e9e6d5eca20bb4a5341a15217f61ed016
parentb5f3b51d749c821f8776b1437faed5277c410c63
Added a Qt's websocket client to AFB into helpers

This add a single Qt class to serve as a client
to Application Framework Binder.
It's optional, not enabled by default.
To enable you have to set AFB_HELPERS_QTWSCLIENT
to ON.

Change-Id: Ia0759a95688e48183e6661082693c410a575b14b
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
CMakeLists.txt
qafbwebsocketclient.cpp [new file with mode: 0644]
qafbwebsocketclient.h [new file with mode: 0644]
qafbwebsocketclient.md [new file with mode: 0644]