Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
contiki/ | 12-May-2024 | - | 724 | 435 | ||
lwip/ | 12-May-2024 | - | 448 | 237 | ||
Makefile.am | D | 12-May-2024 | 3.7 KiB | 108 | 75 | |
README.etsi_iot | D | 12-May-2024 | 2 KiB | 44 | 37 | |
coap-client.c | D | 12-May-2024 | 51.4 KiB | 1,755 | 1,421 | |
coap-rd.c | D | 12-May-2024 | 25.6 KiB | 880 | 714 | |
coap-server.c | D | 12-May-2024 | 91.6 KiB | 2,892 | 2,371 | |
coap_list.c | D | 12-May-2024 | 1.4 KiB | 68 | 28 | |
coap_list.h | D | 12-May-2024 | 1.3 KiB | 53 | 11 | |
etsi_coaptest.sh | D | 12-May-2024 | 4.8 KiB | 211 | 154 | |
etsi_iot_01.c | D | 12-May-2024 | 17.9 KiB | 634 | 470 | |
etsi_iot_01_largedata.txt | D | 12-May-2024 | 2 KiB | 8 | 4 | |
etsi_testcases.sh | D | 12-May-2024 | 22 KiB | 766 | 231 | |
getopt.c | D | 12-May-2024 | 1.7 KiB | 67 | 48 | |
share.libcoap.examples.Makefile | D | 12-May-2024 | 1 KiB | 44 | 37 | |
share.libcoap.examples.README | D | 12-May-2024 | 309 | 10 | 5 | |
tiny.c | D | 12-May-2024 | 4.6 KiB | 187 | 132 |
README.etsi_iot
1This README documents the test cases supported for the 1st ETSI CoAP 2plugtest on March 24/25 in Paris, France. 3<http://www.etsi.org/plugtests/coap/coap.htm> 4 5Legend: 6 [+] full support 7 [o] partial support 8 [-] no support 9 [?] needs check 10 [ ] has open issues 11 12Mandatory Tests 13 14[+] TD_COAP_CORE_01 Perform GET transaction (CON mode) 15[+] TD_COAP_CORE_02 Perform POST transaction (CON mode) 16[+] TD_COAP_CORE_03 Perform PUT transaction (CON mode) 17[+] TD_COAP_CORE_04 Perform DELETE transaction (CON mode) 18[+] TD_COAP_CORE_05 Perform GET transaction (NON mode) 19[+] TD_COAP_CORE_06 Perform POST transaction (NON mode) 20[+] TD_COAP_CORE_07 Perform PUT transaction (NON mode) 21[+] TD_COAP_CORE_08 Perform DELETE transaction (NON mode) 22[+] TD_COAP_CORE_09 Perform GET transaction with delayed response (CON mode, no piggyback) 23[+] TD_COAP_CORE_10 Handle request containing Token option 24[+] TD_COAP_CORE_11 Handle request not containing Token option 25[+] TD_COAP_CORE_12 Handle request containing several Uri-Path options 26[+] TD_COAP_CORE_13 Handle request containing several Uri-Query options 27[?] TD_COAP_CORE_14 Interoperate in lossy context (CON mode, piggybacked response) 28[?] TD_COAP_CORE_15 Interoperate in lossy context (CON mode, delayed response) 29 30Optional Tests 31 32[ ] TD_COAP_LINK_01 Access to well-known interface for resource discovery 33[-] TD_COAP_LINK_02 Use filtered requests for limiting discovery results 34[+] TD_COAP_BLOCK_01 Handle GET blockwise transfer for large resource (early negotiation) 35[+] TD_COAP_BLOCK_02 Handle GET blockwise transfer for large resource (late negotiation) 36[-] TD_COAP_BLOCK_03 Handle PUT blockwise transfer for large resource 37[-] TD_COAP_BLOCK_04 Handle POST blockwise transfer for large resource 38[-] TD_COAP_OBS_01 Handle resource observation 39[-] TD_COAP_OBS_02 Stop resource observation 40[-] TD_COAP_OBS_03 Client detection of deregistration (Max-Age) 41[-] TD_COAP_OBS_04 Server detection of deregistration (client OFF) 42[-] TD_COAP_OBS_05 Server detection of deregistration (explicit RST) 43 44
share.libcoap.examples.README
1This directory contains some example libcoap code for a client or server which 2can easily be modified as per your requirements. 3 4The provided code is the same as used to build the installed binaries 5coap-client and coap-server. 6 7Simply 'cd' into this directory and then run 'make' to build the executables. 8 9 10