Lines Matching refs:to

10 Here are instructions how to communicate between Zephyr that is running
13 For setting up routing and NAT rules to allow access to external networks, please see
16 You need to run *socat* and *tunslip* to create a minimally working
33 After running these scripts you do not need to manually restart
36 In the Qemu side, you need to compile the kernel with proper config.
57 tool in net-tools directory to communicate with it.
61 The IP stack responds to ping requests if properly configured.
65 You can attach wireshark to tap0 interface to see what data is being
69 to run the echo-server sample in Zephyr, and then test the TCP stack using
74 This script will send numbers to the echo-server program, read them back,
76 and time to get the response are all recorded and printed to the standard
79 Be sure to use Python 3, as it requires a function from the socket module
83 ## Using net-setup.sh script to setup host side ethernet interface
85 The net-setup.sh script can setup an ethernet interface to the host.
86 User is able to setup a configuration file that will contain
87 commands to setup IP addresses and routes to the host interface.
88 This net-setup.sh script will need to be run as a root user.
103 It is also possible to let the script return and then stop the network
119 to "ip" command.
140 And connect echo-client to this SSL tunnel (note that the IP address
151 If you want to re-create the certificates in echo-server and echo-client in
153 need to do this as the certs have been prepared already in echo-server and
160 The cert that is to be embedded into test_certs.h in echo-server and
166 The private key to be embedded into test_certs.h in echo-server can be
174 If you want to re-create the signed certificates in echo-server in Zephyr
176 (note that you do not need to do this as the certs have been prepared already
184 Convert to DER format
203 Convert to DER format
208 Copy ca.crt, client.crt and client_privkey.pem to net-tools.
209 Copy ca.der, server.der and server_privkey.der to samples/net/sockets/echo-server/src/.
212 Use stunnel_sc.conf in stunnel.sh to run echo-client with signed certificates.
238 CONFIG_MBEDTLS_HEAP_SIZE to some higher value.
248 running in Linux host. You need to run *socat* and *pppd* to create