diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-04-17 15:27:14 +0200 |
---|---|---|
committer | Loïc Collignon <loic.collignon@iot.bzh> | 2018-04-18 10:49:33 +0200 |
commit | 41ac48501b9070c6ca31fee324218dfd8e05466d (patch) | |
tree | 90702362d6fcb2dd3cfa3eed834c3b4000aad971 /qafbwebsocketclient.md | |
parent | 523bcf9c0b44214130ef619bda4bd1be50abfbcf (diff) |
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>
Diffstat (limited to 'qafbwebsocketclient.md')
-rw-r--r-- | qafbwebsocketclient.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qafbwebsocketclient.md b/qafbwebsocketclient.md new file mode 100644 index 0000000..17ce211 --- /dev/null +++ b/qafbwebsocketclient.md @@ -0,0 +1,3 @@ +# Qt WebSocket client to Application Framework Binder + + |