Added a Qt's websocket client to AFB into helpers 97/13797/2
authorLoïc Collignon <loic.collignon@iot.bzh>
Tue, 17 Apr 2018 13:27:14 +0000 (15:27 +0200)
committerLoïc Collignon <loic.collignon@iot.bzh>
Wed, 18 Apr 2018 08:49:33 +0000 (10:49 +0200)
commit41ac48501b9070c6ca31fee324218dfd8e05466d
tree90702362d6fcb2dd3cfa3eed834c3b4000aad971
parent523bcf9c0b44214130ef619bda4bd1be50abfbcf
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]