Lines Matching refs:echo
1 .. zephyr:code-sample:: sockets-echo-server
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:
59 Build echo-server sample application like this:
112 :zephyr:code-sample:`sockets-echo-client` enable establishing a secure connection
115 Running echo-client in Linux Host
119 Here echo-server is run in QEMU and echo-client is run in Linux host.
123 Run echo-server application in QEMU:
136 $ sudo ./echo-client -i tap0 2001:db8::1
138 Note that echo-server must be running in QEMU before you start the
139 echo-client application in host terminal window.
145 See the :zephyr:code-sample:`sockets-echo-client` sample documentation for an alternate
146 way of running, with the echo-server on the Linux host and the echo-client