Lines Matching refs:client
103 echo-client
106 echo-client is a tool that is run in Linux host side and
108 application that is running in qemu side. This client
118 $ ./echo-client 2001:db8::2
123 $ ./echo-client -i tun0 ff84::2
130 which waits UDP data sent by echo-client application that
135 host firewall is not blocking the packets that the echo-client
143 dtls-client
146 dtls-client is a tool that is run in Linux host side and
154 $ make dtls-client
156 $ ./dtls-client -b 2001:db8::1 2001:db8::2
163 which waits DTLS data sent by dtls-client application that
201 coap-client
204 coap-client is a tool that is run in Linux host side and
212 $ make coap-client
214 If you want to use DTLS then run client like this
215 $ sudo ./coap-client -i tun0 2001:db8::2
217 For non-DTLS case, run client like this
218 $ sudo ./coap-client -n -i tun0 2001:db8::2
221 coap-observe-client
224 You can test the coap-observe-client that is running in qemu