Which application protocol to use depends on the transport layer protocol you have selected for data delivery in the application. In this lesson, we will cover the commonly used UDP-based transport protocol CoAP. We will explain the basic principles of the communication protocol and explain how the library in the nRF Connect SDK is used.
In the exercises section, you will practice how to use the CoAP protocol and library to connect to a CoAP server and send and receive data through GET requests and PUT requests, and how to configure another CoAP client to remotely access that information.