1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

13 Commits

Author SHA1 Message Date
Fabian Hüßler
c898d752f5 examples/gcoap: add -o and -d to Options in usage manual 2024-08-21 17:55:07 +02:00
Fabian Hüßler
526d32d376 examples/gcoap: client: forget Observe token on next Observe request 2024-08-21 17:55:07 +02:00
Fabian Hüßler
40fb250ae4 treewide: adapt to gcoap_req_send aux local API change 2024-05-31 12:04:48 +02:00
Fabian Hüßler
3e9514927a examples/gcoap[_dtls]: input full URI for request and proxy 2024-05-14 08:46:00 +02:00
Martine Lenders
27308585c3
gcoap: make gcoap_req_send_tl() an alias of gcoap_req_send()
As per the deprecation notice from July 2021 ;-).
2024-03-27 12:21:57 +01:00
Michel Rottleuthner
645ee83727 examples/gcoap: send deregistration request with -d 2024-02-08 15:48:32 +01:00
Michel Rottleuthner
021986c087 examples/gcoap: allow deregistering observe request as a client 2024-02-08 15:48:32 +01:00
Michel Rottleuthner
ffee1fa1f2 examples/gcoap: add option to register observe as a client 2024-02-08 15:40:42 +01:00
Frederik Haxel
314dbf15b9 examples: Use size_t print format specifier
Co-authored-by: Marian Buschsieweke <marian.buschsieweke@posteo.net>
2023-12-21 12:02:34 +01:00
Marian Buschsieweke
21ae657e92
examples/gcoap: Fix shell parameter validation
Executing the shell command with an URI-Path that doesn't start with a
slash results in an assertion error while composing the client side
message. This is suboptimal user experience, so add an explicit check
for a valid URI-Path and a dedicated error message.
2023-01-15 22:20:39 +01:00
Hendrik van Essen
a673d504ac examples/gcoap: replace _parse_endpoint by sock_udp_name2ep 2022-11-14 17:14:10 +01:00
Hendrik van Essen
226dce01bf examples/gcoap: add IPv4 support 2022-10-18 10:59:43 +02:00
Marian Buschsieweke
6dcb32d7b3
examples/gcoap: split client and server implementation
Move client and server side implementations into separate files to
increase readability. Also get rid of a goto.
2022-01-04 19:04:46 +01:00