This module is a socket adaptation layer for a mesh socket. This module enables the usage of mesh sockets via mbed C++ socket API.
Applications should not use this module directly, the mbed C++ socket API should be used instead.
Before you can use the mesh sockets, you need to create a mesh network using the mbed-mesh-api.
This module is under construction and therefore, there are some limitations:
send_to()
or recv_from()
socket_accept
socket_start_listen
socket_stop_listen
set_option
get_option
is_bound
get_local_addr
get_remote_addr
get_local_port
get_remote_port
The module contains the following example applications in the test
folder:
nanostack_udp
contains a UDP datagram example application.nanostack_tcp
contains a TCP socket example application.system_test
contains a test application.