zephyr/doc/subsystems/networking
Ravi kumar Veeramally c8954d3544 net: coap: CoAP library support over sockets
CoAP library is migrated to support over socket based
applications or other higher layer protocols. Most of the
API's and functionality is kept as it is except few changes.

net_pkt/net_buf is removed from CoAP library. Now it expects
a pre-allocated flat buffer and length. If there is not enough
space to append any data, library simply returns an error.
It's user's responsibility to allocate and free memory.

One change in functionality is, earlier coap_pending_clear()
used to clear the memory, but now it's user's responsibility
to free the memory.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
2018-10-31 19:44:25 -04:00
..
bsd-sockets.rst
buffers.rst
connectivity-example-app.c
gptp_release_notes.rst doc: fix misspellings in docs 2018-08-08 01:49:14 -05:00
ip-stack-architecture.dia
ip-stack-architecture.png
ip-stack-architecture.rst
ip-stack-architecture.svg
ip-stack-data-flow.dia
ip-stack-data-flow.png
ip-stack-data-flow.svg
l2-and-drivers.rst
net-app-api.rst net: config: Rename Kconfig options to correspond to library name 2018-08-13 18:42:31 -07:00
network-management-api.rst
networking-api-usage.rst
networking.rst doc: net: Add information about gPTP 2018-06-28 16:50:50 +03:00
overview.rst net: coap: CoAP library support over sockets 2018-10-31 19:44:25 -04:00
qemu_setup.rst net: config: Rename Kconfig options to correspond to library name 2018-08-13 18:42:31 -07:00
traffic-class.rst
usbnet_setup.rst
vlan.rst