aboutsummaryrefslogtreecommitdiffstats
path: root/.qmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Bump qtcoap version from 5.11.0 -> 5.13.0Jani Heikkinen2019-01-231-1/+1
| | | | | Change-Id: I70be13c069af00977ec7909d81fadedbe07c9014 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io>
* Add the CoAP module, providing a client for QtAdrien Leravat2018-12-141-0/+3
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>