libcoap 4.3.1
|
▼ include | |
▼ coap3 | |
block.h | CoAP Block information |
coap.h | |
coap_address.h | Representation of network addresses |
coap_asn1_internal.h | CoAP ASN.1 internal information |
coap_async.h | State management for asynchronous messages |
coap_async_internal.h | CoAP async internal information |
coap_block_internal.h | CoAP block internal information |
coap_cache.h | Provides a simple cache request storage for CoAP requests |
coap_cache_internal.h | CoAP cache internal information |
coap_debug.h | CoAP Logging support |
coap_debug_internal.h | CoAP debug internal information |
coap_dtls.h | CoAP DTLS support |
coap_dtls_internal.h | Internal CoAP DTLS support |
coap_event.h | Event handling |
coap_forward_decls.h | CoAP forward definitions |
coap_hashkey.h | Definition of hash key type and helper functions |
coap_internal.h | Pulls together all the internal only header files |
coap_io.h | Default network I/O functions |
coap_io_internal.h | Internal network I/O functions |
coap_mutex.h | CoAP mutex mechanism wrapper |
coap_net_internal.h | CoAP context internal information |
coap_option.h | Helpers for handling options in CoAP PDUs |
coap_pdu_internal.h | CoAP PDU internal information |
coap_prng.h | Pseudo Random Numbers |
coap_resource_internal.h | Generic resource internal handling |
coap_riot.h | RIOT-specific definitions for libcoap |
coap_session.h | Defines the application visible session information |
coap_session_internal.h | CoAP session internal information |
coap_subscribe.h | Defines the application visible subscribe information |
coap_subscribe_internal.h | CoAP subscribe internal information |
coap_tcp_internal.h | CoAP TCP internal information |
coap_time.h | Clock Handling |
encode.h | Encoding and decoding of CoAP data types |
libcoap.h | Platform specific header file for CoAP stack |
mem.h | CoAP memory handling |
net.h | CoAP context interface |
pdu.h | Pre-defined constants that reflect defaults for CoAP |
resource.h | Generic resource handling |
str.h | Strings to be used in the CoAP library |
uri.h | Helper functions for URI treatment |
man_tmp | |
▼ src | |
block.c | CoAP Block handling |
coap_address.c | Handling of network addresses |
coap_asn1.c | CoAP specific ASN.1 handling |
coap_async.c | State handling for asynchronous messages |
coap_cache.c | CoAP Cache handling |
coap_debug.c | Debug utilities |
coap_event.c | Event handling |
coap_gnutls.c | GndTLS interafe functions |
coap_hashkey.c | Hashkey functions |
coap_io.c | Network I/O functions |
coap_io_contiki.c | |
coap_mbedtls.c | Mbed TLS specific interface functions |
coap_notls.c | NoTLS specific interface functions |
coap_openssl.c | OpenSSL specific interface functions |
coap_option.c | CoAP option handling functions |
coap_prng.c | Pseudo Random Number functions |
coap_session.c | Session handling functions |
coap_subscribe.c | Subscription handling functions |
coap_tcp.c | CoAP TCP handling functions |
coap_time.c | Clock handling functions |
coap_tinydtls.c | TinyDTLS specific handling functions |
cov_session_reference_model.c | |
encode.c | Encoding and decoding Coap data types functions |
mem.c | Memory handling functions |
murmur3.c | |
murmur3.h | |
net.c | CoAP context functions |
pdu.c | CoAP PDU handling |
resource.c | Server resource handling functions |
str.c | String handling functions |
uri.c | URI handling functions |
module_api_wrap.h | Doxygen specific wrapper for Modules layout |