COAP-RD(5) | coap-rd Manual | COAP-RD(5) |
coap-rd - A CoAP Resource Directory based on libcoap
coap-rd [-A addr] [-g group] [-p port] [-v num]
coap-rd is a simple CoAP Resource Directory server that can handle resource registrations using the protocol CoAP (RFC 7252).
-A addr
-g group
-p port
-v num
coap-rd -A ::1
Let the server listen on localhost (port 5683).
coap-rd -A ::1 -p 13011
Quite the same, except listening port is 13011 (and not the default port 5683).
coap-rd -A 2001:db8:81a8:0:6ef0:dead:feed:beef -v 5
The listening address is set to 2001:db8:81a8:0:6ef0:dead:feed:beef and the verbosity level is set to 5.
coap-rd -A 2001:db8:81a8:0:6ef0:dead:feed:beef -g FF02:FD
Set listening address to 2001:db8:81a8:0:6ef0:dead:feed:beef and join the All CoAP Nodes multicast group FF02:FD.
There are no configuration files.
0
1
Please report bugs on the mailing list for libcoap: libcoap-developers@lists.sourceforge.net
The libcoap project <libcoap-developers@lists.sourceforge.net>
2017-02-05 | coap-rd 4.1.2 |