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 doc: Supplement list of implemented socket operations 2018-03-21 15:36:11 -04:00
buffers.rst net: buf: Add slist helpers 2017-11-06 14:20:40 +02:00
connectivity-example-app.c doc: Replace nano_sem with k_sem 2017-11-18 08:48:42 -05:00
gptp_release_notes.rst doc: fix misspellings in docs 2018-08-08 01:49:14 -05:00
ip-stack-architecture.dia net: Initial architecture documentation 2016-12-02 12:40:26 +02:00
ip-stack-architecture.png net: Initial architecture documentation 2016-12-02 12:40:26 +02:00
ip-stack-architecture.rst doc: fix uses of back quotes in documentation 2017-08-03 11:08:23 -04:00
ip-stack-architecture.svg net: Initial architecture documentation 2016-12-02 12:40:26 +02:00
ip-stack-data-flow.dia doc: net: Fix IP stack architecture data flow pictures 2017-04-28 15:01:12 +03:00
ip-stack-data-flow.png doc: net: Fix IP stack architecture data flow pictures 2017-04-28 15:01:12 +03:00
ip-stack-data-flow.svg doc: net: Fix IP stack architecture data flow pictures 2017-04-28 15:01:12 +03:00
l2-and-drivers.rst doc: fix uses of back quotes in documentation 2017-08-03 11:08:23 -04:00
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 doc: network-management-api: clarify intended event listening usage 2018-04-12 10:35:10 +03:00
networking-api-usage.rst doc: fix linenum references in api example 2017-06-07 22:54:29 -04:00
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 doc: net: Add information about network traffic classification 2018-06-01 09:01:25 -04:00
usbnet_setup.rst net: doc: Add Ethernet over USB basic documentation 2017-11-18 08:49:57 -05:00
vlan.rst doc: fix misspelling in vlan document 2018-06-20 12:37:15 -04:00