Lines Matching full:echo
1 .. zephyr:code-sample:: sockets-echo-client
2 :name: Echo client (advanced)
10 The echo-client sample application for Zephyr implements a UDP/TCP client
26 usage scenario is to run echo-client application inside QEMU. This is
30 echo-client directory:
51 Build echo-client sample application like this:
105 ``src`` directory. The default certificates used by Socket Echo Client and
106 :zephyr:code-sample:`sockets-echo-server` enable establishing a secure connection
112 It is also possible to connect to the echo-server through a SOCKS5 proxy.
117 same host as the echo-server in Linux host.
138 echo-server or uses a different port number, modify the following values
147 Running echo-server in Linux Host
151 Here echo-client is run in QEMU and echo-server is run in Linux host.
159 $ sudo ./echo-server -i tap0
161 Run echo-client application in QEMU:
171 Note that echo-server must be running in the Linux host terminal window
172 before you start the echo-client application in QEMU.
179 See the :zephyr:code-sample:`sockets-echo-server` documentation for an alternate
180 way of running, with the echo-client on the Linux host and the echo-server
189 - Build ``echo-server`` for HOST PC (x86_64)
194 $ make echo-server
334 Start ``echo-server`` on HOST PC (x86-64)
339 ./echo-server -i otbr0