Searched refs:client (Results 176 – 200 of 326) sorted by relevance
12345678910>>...14
/Zephyr-latest/doc/connectivity/networking/ |
D | armfvp_user_networking_setup.rst | 35 DHCPv4 client sample. 36 See :zephyr:code-sample:`dhcpv4-client` sample application.
|
/Zephyr-latest/samples/net/cloud/aws_iot_mqtt/ |
D | README.rst | 10 This sample application demonstrates the implementation of an MQTT client that 50 with the certificate it will be used as the client id. We will use 66 MQTT test client 69 Access the MQTT test client in the AWS IoT Core console, subscribe to the
|
/Zephyr-latest/subsys/modbus/ |
D | modbus_core.c | 92 if (ctx->client == true) { in modbus_rx_handler() 247 ctx->client = false; in modbus_init_server() 336 ctx->client = true; in modbus_init_client()
|
D | modbus_internal.h | 104 bool client; member
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | CMakeLists.txt | 21 target_sources( app PRIVATE src/echo-client.c)
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.vcp | 82 enabled for VCS client. 97 enabled for VCS client.
|
D | Kconfig.mcs | 37 control client will truncate the name when reading it. 46 client will truncate the name when reading it. 55 the media control client will truncate the title when reading it. 64 longer, the media control client will truncate the name when reading
|
D | Kconfig.vocs | 38 int "Volume Offset Control Service client max instance count"
|
D | Kconfig.aics | 40 int "Audio Input Control Service client max instance count"
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | thread.rst | 38 You can try using OpenThread with the Zephyr Echo server and Echo client samples, 41 See :zephyr:code-sample:`sockets-echo-server` and :zephyr:code-sample:`sockets-echo-client`
|
D | socks5.rst | 49 For MQTT client, there is :c:func:`mqtt_client_set_proxy()` API that the
|
/Zephyr-latest/samples/net/sockets/echo/ |
D | README.rst | 45 sockets, and thus can serve only one client connection at time. After the 46 current client disconnects, the next connection can proceed.
|
/Zephyr-latest/samples/net/sockets/socketpair/ |
D | README.rst | 37 After the sample starts, several client threads are spawned. Each client
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.dummy | 27 line sent by an mcumgr client.
|
/Zephyr-latest/tests/bsim/bluetooth/host/att/read_fill_buf/client/ |
D | main.c | 21 LOG_MODULE_REGISTER(client, LOG_LEVEL_DBG);
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 70 4. **Client secrets**. To authenticate the client to the service, the 71 client must possess some kind of secret. This is generally a private 80 periodically, which will require a way to update the client secret. 90 Also, token based client authentication will generally require the 91 client to sign a message containing a time window that the token is 127 b. **Client secret changes**. Changes and new client secrets should be 176 client secrets. This area is written and read by a subset of the 246 c. **Client authentication**. The client shall authenticate itself to 250 [th-tls-client-auth]_. 252 i. **TLS client certificates**. The TLS protocol allows the [all …]
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | health_cli.rst | 10 their first parameter. This is a pointer to the client model instance to be
|
/Zephyr-latest/doc/connectivity/bluetooth/autopts/ |
D | autopts-win10.rst | 6 This tutorial shows how to setup AutoPTS client and server to run both on 181 Server and client by default will run on localhost address. Run server: 201 Run client: 224 This is a problem with connection between auto-pts client and board. There are many possible causes…
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | Kconfig | 101 Station inactivity timeout is the period for which AP may keep a client 103 client. If a non-zero value is set, AP may choose to disassociate the 104 client after the timeout.
|
/Zephyr-latest/samples/bluetooth/mtu_update/ |
D | README.rst | 35 To be able to send a large notification both the server and the client need to 36 update their MTU. The MTU is not a negotiated value, the client and the server 39 to the MTU of the client.
|
/Zephyr-latest/modules/thrift/src/thrift/transport/ |
D | TServerSocket.h | 145 virtual std::shared_ptr<TSocket> createSocket(THRIFT_SOCKET client);
|
/Zephyr-latest/tests/bsim/net/sockets/echo_test/ |
D | CMakeLists.txt | 29 target_sources( app PRIVATE ${echo_client_path}/src/echo-client.c)
|
/Zephyr-latest/samples/net/sockets/coap_download/ |
D | README.rst | 5 Use the CoAP client API to download data via a GET request 10 This sample demonstrates the use of the CoAP client API to make GET requests to
|
/Zephyr-latest/samples/net/cloud/mqtt_azure/ |
D | Kconfig | 19 string "Azure cloud IoT hub MQTT client ID"
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | regulators.rst | 17 client. For those situations the cost of using the regulator device
|
12345678910>>...14