From 7e97ee857195ce5874c3b75031cefd3b08dccc98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20H=C3=BC=C3=9Fler?= Date: Tue, 14 May 2024 08:54:41 +0200 Subject: [PATCH] examples/gcoap: adjust README after taking URI as input --- examples/gcoap/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/gcoap/README.md b/examples/gcoap/README.md index 01a11af2a0f2..bc05b43218f6 100644 --- a/examples/gcoap/README.md +++ b/examples/gcoap/README.md @@ -62,15 +62,15 @@ The port defaults to 5683 for the `gcoap` and to 5684 for the `gcoap_dtls` examp - For IPv6 setup (network interface can be omitted) - > coap get [fe80::d8b8:65ff:feee:121b%6]:5683 /.well-known/core + > coap get coap://[fe80::d8b8:65ff:feee:121b%6]:5683/.well-known/core - For IPv4 setup - > coap get 192.168.2.135:5683 /.well-known/core + > coap get coap://192.168.2.135:5683/.well-known/core - When including the module `sock_dns` for domain resolution - > coap get example.com:5683 /.well-known/core + > coap get coap://example.com:5683/.well-known/core CLI output: