Lines Matching refs:websocket
1 .. zephyr:code-sample:: sockets-websocket-client
3 :relevant-api: bsd_sockets websocket
28 Build websocket-client sample application like this:
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.
71 $ ./zephyr-websocket-server.py
79 Run ``websocket-client`` application in QEMU:
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