Skip to content

Commit

Permalink
docs: Add docs for the nRF Cloud CoAP Client sample
Browse files Browse the repository at this point in the history
WIP.

Signed-off-by: Pete Skeggs <peter.skeggs@nordicsemi.no>
  • Loading branch information
plskeggs committed Jul 22, 2023
1 parent c228760 commit 3c0b2d0
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/nrf/external_comp/nrf_cloud.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ The following application uses the :ref:`lib_nrf_cloud` for services in |NCS|:

The following sample demonstrates nRF Cloud-specific functionality using CoAP:

* :ref:`nrf_cloud_coap_multi_service`
* :ref:`modem_shell_application`

The following sample demonstrates nRF Cloud-specific functionality using MQTT:
Expand Down
5 changes: 5 additions & 0 deletions doc/nrf/links.txt
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,11 @@
.. _`CoAP response codes`: https://datatracker.ietf.org/doc/html/rfc7252#section-12.1.2

.. _`RFC 7252 - The Constrained Application Protocol`: https://datatracker.ietf.org/doc/html/rfc7252
.. _`RFC 7959 - Block-Wise Transfer in CoAP`: https://datatracker.ietf.org/doc/html/rfc7959
.. _`RFC 7049 - Concise Binary Object Representation`: https://datatracker.ietf.org/doc/html/rfc7049
.. _`RFC 8610 - Concise Data Definition Language (CDDL)`: https://datatracker.ietf.org/doc/html/rfc8610
.. _`RFC 8132 - PATCH and FETCH Methods for CoAP`: https://datatracker.ietf.org/doc/html/rfc8132
.. _`RFC 9146 - Connection Identifier for DTLS 1.2`: https://datatracker.ietf.org/doc/html/rfc9146

.. _`Content-Range requests (IETF RFC 7233)`: https://datatracker.ietf.org/doc/html/rfc7233

Expand Down
Loading

0 comments on commit 3c0b2d0

Please sign in to comment.