1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-14 17:13:50 +01:00
2025-07-08 22:41:45 +02:00

964 B

@defgroup net_unicoap_drivers_udp CoAP over UDP Driver @ingroup net_unicoap_drivers @brief Use CoAP over the UDP transport protocol, with optional reliability @{

Module. Specify USEMODULE += unicoap_driver_udp in your application's Makefile.

@see @ref unicoap_rfc7252_message_type_t

This is the dependency graph of this driver:

unicoap_driver_udp
├── unicoap_driver_rfc7252_common
│   ├── unicoap_driver_rfc7252_common_messaging
│   └── unicoap_driver_rfc7252_common_pdu
├── unicoap_sock_support
│   ├── sock_async
│   ├── sock_async_event
│   ├── sock_aux_local
│   └── sock_util
└── ... (operating system networking module)

@}