aboutsummaryrefslogtreecommitdiffstats
path: root/qtcoap.pro
diff options
context:
space:
mode:
authorAdrien Leravat <aleravat@witekio.com>2018-08-24 04:42:50 +0000
committerSona Kurazyan <sona.kurazyan@qt.io>2018-12-14 12:20:26 +0000
commit2b3755c8e6587c6a720dd8dcfaafca6e2ba755a9 (patch)
tree12c2287fba0edee83e5153ca6ab4574d14d78f23 /qtcoap.pro
parentaeb607e972af3be78cc25435a52a1fbd900fb8af (diff)
Add the CoAP module, providing a client for Qt
Features: - Send GET/POST/PUT/DELETE requests - Discover resources (single server) - Observe resources and cancel the observation - Blockwise requests and replies - Requests (and replies) can be confirmable or non-confirmable - Some options can be added to the request - Replies can be received in a separate or piggybacked message Change-Id: I31e0e20a4f19bdc6d6489281fde73a4ff848eda4 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Diffstat (limited to 'qtcoap.pro')
-rw-r--r--qtcoap.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/qtcoap.pro b/qtcoap.pro
new file mode 100644
index 0000000..58c33f2
--- /dev/null
+++ b/qtcoap.pro
@@ -0,0 +1 @@
+load(qt_parts)