Lines Matching full:echo
1 .. zephyr:code-sample:: sockets-echo-server
2 :name: Echo server (advanced)
10 The echo-server sample application for Zephyr implements a UDP/TCP server
11 that complements the echo-client sample application: the echo-server listens
12 for incoming IPv4 or IPv6 packets (sent by the echo client) and simply sends
27 usage scenario is to run echo-server application inside QEMU. This is
31 echo-server directory:
55 Build echo-server sample application like this:
107 directory. The default certificates used by Socket Echo Server and
108 :zephyr:code-sample:`sockets-echo-client` enable establishing a secure connection
111 Running echo-client in Linux Host
115 Here echo-server is run in QEMU and echo-client is run in Linux host.
119 Run echo-server application in QEMU:
132 $ sudo ./echo-client -i tap0 2001:db8::1
134 Note that echo-server must be running in QEMU before you start the
135 echo-client application in host terminal window.
141 See the :zephyr:code-sample:`sockets-echo-client` sample documentation for an alternate
142 way of running, with the echo-server on the Linux host and the echo-client