Home
last modified time | relevance | path

Searched refs:hello_client (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/samples/modules/thrift/hello/client/
DMakefile29 all: hello_client hello_client_compact hello_client_ssl hello_client_py.stamp
31 hello_client.stamp: ../hello.thrift
34 $(GENSRC): hello_client.stamp
40 hello_client: src/main.cpp $(GENOBJ) $(GENHDR) target
54 rm -Rf hello_client hello_client_compact hello_client_ssl $(GEN_DIR) gen-py *.stamp
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst100 | hello_client | TSocket | TBufferedTransport | TBinaryProtocol |
110 Additionally, there is a ``hello_client.py`` Python script that can be used
111 interchangeably with the ``hello_client`` C++ application to illustrate the
115 | hello_client.py | TSocket | TBufferedTransport | TBinaryProtocol |
144 In another terminal, run the ``hello_client`` sample app compiled for the
149 $ ./hello_client 192.0.2.1
165 In the client terminal, run ``hello_client.py`` app under the host OS (not
170 $ ./hello_client.py
/Zephyr-latest/
D.ruff-excludes.toml1482 "./samples/modules/thrift/hello/client/hello_client.py",