Zephyr API Documentation 4.3.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

UDP transport for the MCUmgr SMP protocol. More...

Go to the source code of this file.

Functions

int smp_udp_open (void)
 Enables the UDP SMP MCUmgr transport thread(s) which will open a socket and listen to requests.
int smp_udp_close (void)
 Disables the UDP SMP MCUmgr transport thread(s) which will close open sockets.
int smp_client_udp_set_host_addr (struct smp_client_object *obj, struct sockaddr *addr)
 Set host address for smp_client_object.

Detailed Description

UDP transport for the MCUmgr SMP protocol.