diff options
author | Loïc Collignon <loic.collignon@iot.bzh> | 2018-04-17 15:27:14 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-12-13 14:12:02 +0100 |
commit | c4adbcb905dc37e4d8773cea6a77cbec3e1a02f8 (patch) | |
tree | dfb8543e9e6d5eca20bb4a5341a15217f61ed016 /qafbwebsocketclient.md | |
parent | b5f3b51d749c821f8776b1437faed5277c410c63 (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 + + |