aboutsummaryrefslogtreecommitdiffstats
path: root/qtcoap.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove qmake project filesJoerg Bornemann2021-04-301-1/+0
| | | | | | | Task-number: QTBUG-88742 Change-Id: I250bae28b177999c821c8aeec6b25c8885c2364a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
* Add the CoAP module, providing a client for QtAdrien Leravat2018-12-141-0/+1
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>