zephyr/subsys/net/lib/coap
Jarno Lämsä 419fa3ca6a net: lib: coap: CoAP client, multiple request handling
Use only single thread for handling polling of the sockets.
Each client will have only 1 active socket which to poll.
Each client can have multiple simultaneous requests ongoing.
The client only has one buffer for receiving and one buffer for sending.
Therefore the messages are reformed when resending.

Signed-off-by: Jarno Lämsä <jarno.lamsa@nordicsemi.no>
2023-06-28 15:19:34 +02:00
..
CMakeLists.txt net: lib: coap: Add an asynchronous coap client 2023-05-26 09:44:50 -04:00
coap_client.c net: lib: coap: CoAP client, multiple request handling 2023-06-28 15:19:34 +02:00
coap_link_format.c
coap.c net: coap: CoAP reply handler fix 2023-06-13 07:06:08 -04:00
Kconfig net: lib: coap: CoAP client, multiple request handling 2023-06-28 15:19:34 +02:00