Home
last modified time | relevance | path

Searched refs:coap (Results 1 – 25 of 32) sorted by relevance

12

/Zephyr-latest/tests/net/lib/coap_client/
DCMakeLists.txt12 target_sources(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/coap/coap_client.c)
13 target_sources(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/coap/coap.c)
/Zephyr-latest/samples/net/lwm2m_client/
DKconfig32 default "coap://leshan.eclipseprojects.io:5683" if (WIFI && !LWM2M_DTLS_SUPPORT)
34 default "coap://192.0.2.2:5683" if !LWM2M_DTLS_SUPPORT
39 Only accepted protocols are "coap://" and "coaps://"
42 IPv6 addresses must be enclosed in square brackets, for example "coap://[fd00::1]".
DREADME.rst151 * LWM2M Server URL: coap://[2001:db8::2]:5683 (or coap://192.0.2.2:5683 if IPv4 is used)
/Zephyr-latest/samples/net/openthread/coap/
DREADME.rst1 .. zephyr:code-sample:: ot-coap
23 :zephyr_file:`samples/net/openthread/coap`.
41 :zephyr-app: samples/net/openthread/coap
43 :west-args: -T sample.net.openthread.ftd.coap.server
50 :zephyr-app: samples/net/openthread/coap
52 :west-args: -T sample.net.openthread.ftd.coap.client
59 :zephyr-app: samples/net/openthread/coap
62 :west-args: -T sample.net.openthread.ftd.coap.server
69 :zephyr-app: samples/net/openthread/coap
72 :west-args: -T sample.net.openthread.ftd.coap.client
[all …]
/Zephyr-latest/tests/net/lib/coap/src/
Dmain.c79 ZTEST(coap, test_build_empty_pdu) in ZTEST() argument
100 ZTEST(coap, test_build_simple_pdu) in ZTEST() argument
146 ZTEST(coap, test_parse_empty_pdu) in ZTEST() argument
182 ZTEST(coap, test_parse_empty_pdu_1) in ZTEST() argument
217 ZTEST(coap, test_parse_simple_pdu) in ZTEST() argument
288 ZTEST(coap, test_parse_malformed_pkt) in ZTEST() argument
307 ZTEST(coap, test_parse_malformed_coap_hdr) in ZTEST() argument
320 ZTEST(coap, test_parse_malformed_opt) in ZTEST() argument
334 ZTEST(coap, test_parse_malformed_opt_len) in ZTEST() argument
348 ZTEST(coap, test_parse_malformed_opt_ext) in ZTEST() argument
[all …]
/Zephyr-latest/samples/net/sockets/coap_client/
DREADME.rst1 .. zephyr:code-sample:: coap-client
3 :relevant-api: coap
22 coap://[ff02::fd]:5683/test
/Zephyr-latest/doc/connectivity/networking/api/
Dprotocols.rst10 coap
Dcoap.rst149 libcoap has a script (``examples/etsi_coaptest.sh``) to test coap-server functionality
154 The :zephyr:code-sample:`coap-server` sample can be built and executed on QEMU as described
193 After the build is complete, the :zephyr:code-sample:`coap-server` sample can be built
196 Change the client (test suite) and server (Zephyr coap-server sample) addresses
197 in coap.cfg file as per your setup.
203 ttcn3_start coaptests coap.cfg
215 .. doxygengroup:: coap
Dlwm2m.rst347 lwm2m_set_string(&LWM2M_OBJ(0, 0, 0), "coap://5.39.83.206");
/Zephyr-latest/subsys/net/lib/coap/
DCMakeLists.txt6 coap.c
/Zephyr-latest/tests/net/lib/coap/
DCMakeLists.txt5 project(coap) project
/Zephyr-latest/samples/net/sockets/coap_server/
DREADME.rst1 .. zephyr:code-sample:: coap-server
3 :relevant-api: coap coap_service
36 against coap-server.
/Zephyr-latest/samples/net/openthread/coap/src/
Dmain.c8 LOG_MODULE_REGISTER(coap);
Dbutton.c9 LOG_MODULE_DECLARE(coap);
Dled.c9 LOG_MODULE_DECLARE(coap);
Dcoap_utils.c10 LOG_MODULE_DECLARE(coap);
/Zephyr-latest/subsys/net/lib/
DCMakeLists.txt4 add_subdirectory_ifdef(CONFIG_COAP coap)
DKconfig6 source "subsys/net/lib/coap/Kconfig"
/Zephyr-latest/samples/net/sockets/coap_download/
DREADME.rst1 .. zephyr:code-sample:: coap-download
3 :relevant-api: coap
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst76 Both :zephyr:code-sample:`coap-client` and :zephyr:code-sample:`coap-server` sample
/Zephyr-latest/doc/releases/
Drelease-notes-2.6.rst1706 …erity CID :219558] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server.c
1708 …erity CID :219561] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server.c
1712 …erity CID :219566] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server.c
1713 * :github:`33081` - [Coverity CID :219572] Untrusted value as argument in tests/net/lib/coap/src/ma…
1714 …erity CID :219573] Untrusted value as argument in samples/net/sockets/coap_client/src/coap-client.c
1716 …erity CID :219576] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server.c
1725 * :github:`33069` - [Coverity CID :219597] Untrusted value as argument in tests/net/lib/coap/src/ma…
1728 …erity CID :219601] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server.c
1729 …erity CID :219603] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server.c
1730 …erity CID :219608] Untrusted value as argument in samples/net/sockets/coap_server/src/coap-server.c
[all …]
Drelease-notes-2.1.rst492 * :github:`20883` - [Coverity CID :205808] Integer handling issues in tests/net/lib/coap/src/main.c
493 * :github:`20882` - [Coverity CID :205806] Integer handling issues in tests/net/lib/coap/src/main.c
494 * :github:`20881` - [Coverity CID :205786] Integer handling issues in tests/net/lib/coap/src/main.c
495 * :github:`20880` - [Coverity CID :205780] Integer handling issues in tests/net/lib/coap/src/main.c
787 … [Coverity CID :203912]Error handling issues in /samples/net/sockets/coap\_client/src/coap-client.c
Drelease-notes-1.12.rst390 * :github:`5956` - samples/net/coap_server: Failed to send response to coap client
436 * :github:`6534` - coap-server: Canceling Observation not working
573 …6` - [Coverity CID: 185278] Null pointer dereferences in /samples/net/coap_server/src/coap-server.c
574 …7` - [Coverity CID: 185277] Null pointer dereferences in /samples/net/coap_server/src/coap-server.c
687 …b:`7717` - [Coverity CID :186057] Memory - corruptions in /samples/net/rpl_border_router/src/coap.c
Drelease-notes-1.13.rst327 * :github:`9638` - [Coverity CID :187823] Memory - corruptions in /samples/net/coap_server/src/coap
498 …b:`8598` - [Coverity CID :186057] - Out of bounds write in samples/net/rpl_border_router/src/coap.c
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig192 This is the default server port to connect to for LwM2M firmware downloads over coap.

12