
GCoAP - RIOT
gcoap provides a high-level interface for writing CoAP messages via RIOT's sock networking API. gcoap internalizes network event processing so an application only needs to focus on …
RIOT/sys/net/application_layer/gcoap/gcoap.c at master - GitHub
RIOT - The friendly OS for IoT. Contribute to RIOT-OS/RIOT development by creating an account on GitHub.
sys/include/net/gcoap.h Source File - api.riot-os.org
void(* gcoap_resp_handler_t)(const gcoap_request_memo_t *memo, coap_pkt_t *pdu, const sock_udp_ep_t *remote) Handler function for a server response, including the state for the …
RIOT/examples/gcoap/server.c at master · RIOT-OS/RIOT - GitHub
RIOT - The friendly OS for IoT. Contribute to RIOT-OS/RIOT development by creating an account on GitHub.
Networking in RIOT - GitHub Pages
Networking architecture in RIOT ⇒ designed to integrate any network stack into RIOT Network layer is decoupled from the hardware via the netdev API or specific HAL API (e.g: …
Bluetooth Low Energy on the CC2650STK - doc.riot-os.org
The RF Core will automatically build the PDU based on the content of the radio operation command. The following table describes the format of the PDU for advertising channels, as …
Confirmable Messaging - kb2ma/RIOT GitHub Wiki
The server's semantic response at (d) is contained in a new confirmable message. However, the response reuses the token from the original request at (a). This requirement means the server …
sys/net/gcoap: Increase default GCOAP_PDU_BUF_SIZE #16377
Contribution description This bumps the default gcoap receive and retransmit buffer size from 128 to about 1k; questions about this come in again and again, quoting IRC: tobi: does anyone …
UDP Socket API: Do Buffer Sizes Matter for Vector send Functions
Jun 24, 2024 · For example, would calling sock_udp_sendv with an iolist_t containing separate buffers for a given protocol’s PDU header and payload be considered bad practice?
CoAP — RIOT 0.1.1 documentation - Read the Docs
gcoap provides a high-level interface for writing CoAP messages via RIOT’s sock networking API. gcoap internalizes network event processing so an application only needs to focus on …