Lines Matching +full:net +full:- +full:tools
1 .. zephyr:code-sample:: sockets-websocket-client
3 :relevant-api: bsd_sockets websocket
15 :zephyr_file:`samples/net/sockets/websocket_client`.
20 - :ref:`networking_with_host`
28 Build websocket-client sample application like this:
30 .. zephyr-app-commands::
31 :zephyr-app: samples/net/sockets/websocket_client
41 ``overlay-tls.conf`` overlay file enabled using these commands:
43 .. zephyr-app-commands::
44 :zephyr-app: samples/net/sockets/websocket_client
46 :conf: "prj.conf overlay-tls.conf"
50 An alternative way is to specify ``-DEXTRA_CONF_FILE=overlay-tls.conf`` when
54 :zephyr_file:`samples/net/sockets/websocket_client/src/` directory.
57 Running websocket-server in Linux Host
60 You can run this ``websocket-client`` sample application in QEMU
61 and run the ``zephyr-websocket-server.py`` (from net-tools) on a Linux host.
69 .. code-block:: console
71 $ ./zephyr-websocket-server.py
75 .. code-block:: console
77 $ websocketd --port=9001 cat
79 Run ``websocket-client`` application in QEMU:
81 .. zephyr-app-commands::
82 :zephyr-app: samples/net/sockets/websocket_client
83 :host-os: unix
89 Note that ``zephyr-websocket-server.py`` or ``websocketd`` must be running in
90 the Linux host terminal window before you start the ``websocket-client``
93 Current version of ``zephyr-websocket-server.py`` found in
94 `net-tools <https://github.com/zephyrproject-rtos/net-tools>`_ project, does