Lines Matching +full:net +full:- +full:tools
1 .. zephyr:code-sample:: sockets-tcp-sample
2 :name: TCP sample for TTCN-3 based sanity check
3 :relevant-api: bsd_sockets
5 Use TTCN-3 to validate the functionality of the TCP stack.
10 This application is used together with the TTCN-3 based sanity check
13 Building, Running and executing TTCN-3 based Sanity Check for TCP
16 Compile and start the `net-test-tools`_:
18 .. code-block:: console
22 ./loop-slipcat.sh
26 .. code-block:: console
28 cd samples/net/sockets/tcp
30 cmake -DBOARD=qemu_x86 -DEXTRA_CONF_FILE="overlay-slip.conf" ..
33 Compile and run the TCP sanity check `net-test-suites`_:
35 .. code-block:: console
37 . titan-install.sh
38 . titan-env.sh
43 .. _`net-test-tools`: https://github.com/intel/net-test-tools
44 .. _`net-test-suites`: https://github.com/intel/net-test-suites