1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-22 13:03:54 +01:00

2 Commits

Author SHA1 Message Date
Leandro Lanzieri
9d17a74df8 coap-chat: adapt to new gcoap API 2022-09-20 11:24:12 +02:00
smlng
8869afda2c coap-chat: a simple chat application using gCoAP
This application allows to send (small) messages via CoAP to any
destination address. To chat locally you may use `ff02::1` to reach
neighbouring nodes, or chat directly using unicast addresses. The
application provides a distinct shell command `chat` but also brings
standard shell commands like `ifconfig` to show a nodes IP addresses.
2018-10-12 14:42:40 +02:00