/Zephyr-Core-3.5.0/samples/net/mqtt_sn_publisher/src/ |
D | udp.c | 112 struct sockaddr_in gateway = {0}; in process_thread() local 116 gateway.sin_family = AF_INET; in process_thread() 117 gateway.sin_port = htons(CONFIG_NET_SAMPLE_MQTT_SN_GATEWAY_PORT); in process_thread() 118 err = zsock_inet_pton(AF_INET, CONFIG_NET_SAMPLE_MQTT_SN_GATEWAY_IP, &gateway.sin_addr); in process_thread() 122 LOG_HEXDUMP_DBG(&gateway, sizeof(gateway), "gateway"); in process_thread() 126 err = mqtt_sn_transport_udp_init(&tp, (struct sockaddr *)&gateway, sizeof((gateway))); in process_thread()
|
/Zephyr-Core-3.5.0/samples/net/mqtt_sn_publisher/ |
D | README.rst | 5 Send MQTT-SN PUBLISH messages to an MQTT-SN gateway. 21 client that sends MQTT-SN PUBLISH messages to an MQTT-SN gateway. 34 - MQTT-SN gateway, like Eclipse Paho 47 You will also need to start an MQTT-SN gateway. With Paho, you can either 51 …teway: https://www.eclipse.org/paho/index.php?page=components/mqtt-sn-transparent-gateway/index.php 60 Then, in another window, start the gateway, e.g. by using docker: 64 …un -it -p 10000:10000 -p 10000:10000/udp --name paho -v $PWD/gateway.conf:/etc/paho/gateway.conf:r… 107 This is the output from the MQTT-SN gateway:
|
D | Kconfig | 9 string "IP of the MQTT-SN gateway" 12 int "Port of the MQTT-SN gateway"
|
/Zephyr-Core-3.5.0/samples/subsys/modbus/tcp_gateway/ |
D | README.rst | 1 .. zephyr:code-sample:: modbus-gateway 2 :name: Modbus TCP-to-serial gateway 5 Implement a gateway between an Ethernet TCP-IP network and a Modbus serial line. 10 This is a simple application demonstrating a gateway implementations between 36 The following commands build and flash gateway sample. 45 to the gateway.
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | mqtt_sn.rst | 24 MQTT-SN clients require an MQTT-SN gateway to connect to. These gateways translate between 25 MQTT-SN and MQTT. The Eclipse Paho project offers an implementation of a MQTT-SN gateway, but 27 https://www.eclipse.org/paho/index.php?page=components/mqtt-sn-transparent-gateway/index.php 77 struct sockaddr_in gateway = {0}; 82 mqtt_sn_transport_udp_init(&tp, (struct sockaddr*)&gateway, sizeof((gateway))); 86 After the configuration is set up, the MQTT-SN client can connect to the gateway.
|
/Zephyr-Core-3.5.0/doc/services/modbus/ |
D | index.rst | 31 * :zephyr:code-sample:`modbus-gateway` sample shows how to build a TCP to serial line 32 gateway with Zephyr OS.
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/ |
D | qemu_user_setup.rst | 20 By default, QEMU uses the ``10.0.2.X/24`` network and runs a gateway at 22 this gateway, which will filter out packets based on the QEMU command line 23 parameters. This gateway also functions as a DHCP server for all GOS, 43 communicate to the QEMU gateway, and any data intended for the host machine
|
D | armfvp_user_networking_setup.rst | 23 By default, Arm FVP uses the ``172.20.51.0/24`` network and runs a gateway at 24 ``172.20.51.254``. This gateway also functions as a DHCP server for the GOS,
|
D | qemu_setup.rst | 157 a gateway should be set via DHCP or configured manually. 161 of the gateway. For apps not using the "Settings" facility, set up the 162 gateway by calling the :c:func:`net_if_ipv4_set_gw` at runtime.
|
/Zephyr-Core-3.5.0/subsys/mgmt/hawkbit/ |
D | Kconfig | 68 bool "Use gateway security token authentication" 70 Use gateway security token authentication for the Hawkbit DDI API.
|
/Zephyr-Core-3.5.0/boards/arm/mg100/doc/ |
D | index.rst | 8 The Sentrius™ MG100 Gateway offers a compact, out of box Bluetooth to low power cellular gateway 11 Based on the Pinnacle 100 socket modem, the Sentrius™ MG100 gateway captures data from any 142 Motion sensor to detect if the gateway moves. 241 .. _MG100 website: https://www.lairdconnect.com/iot-devices/iot-gateways/sentrius-mg100-gateway-lte…
|
/Zephyr-Core-3.5.0/doc/connectivity/lora_lorawan/ |
D | index.rst | 21 to the internet through a gateway.
|
/Zephyr-Core-3.5.0/drivers/wifi/esp_at/ |
D | esp.h | 133 #define ESP_CMD_SET_IP(ip, gateway, mask) "AT+"_CIPSTA"=\"" \ argument 134 ip "\",\"" gateway "\",\"" mask "\""
|
/Zephyr-Core-3.5.0/subsys/net/lib/config/ |
D | Kconfig | 112 string "My IPv4 gateway" 114 Static gateway to use if not overridden by DHCP. Use empty value to
|
/Zephyr-Core-3.5.0/samples/subsys/mgmt/updatehub/ |
D | README.rst | 42 gateway or some sort of border router. It is out of scope provide such 225 at this moment provide support since it is experimental. The gateway was 253 at this moment provide support since it is experimental. The gateway was 272 gateway was tested using two boards with OpenThread 1.1.1 on NCP mode.
|
/Zephyr-Core-3.5.0/samples/net/capture/ |
D | README.rst | 140 IPv4 gateway : 0.0.0.0
|
/Zephyr-Core-3.5.0/samples/subsys/mgmt/hawkbit/ |
D | README.rst | 34 gateway of some sort (Border Router, etc).
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 194 external applications such as a Bluetooth gateway or a mobile application.
|
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/ |
D | dfu.rst | 83 phone or gateway (the Initiator). During the Upload stage, the Initiator transfers the firmware
|
/Zephyr-Core-3.5.0/drivers/modem/ |
D | hl7800.c | 419 struct in_addr ipv4Addr, subnet, gateway, dns_v4; member 2053 ret = net_addr_pton(AF_INET, temp_addr_str, &iface_ctx.gateway); in on_cmd_atcmdinfo_ipaddr() 2109 net_if_ipv4_set_gw(iface_ctx.iface, &iface_ctx.gateway); in on_cmd_atcmdinfo_ipaddr()
|
/Zephyr-Core-3.5.0/doc/releases/ |
D | release-notes-1.7.rst | 323 * ``ZEP-1473`` - ARP cache confused by use of gateway.
|
D | release-notes-2.7.rst | 618 * Fixed a bug, where DHPCv4 library removed statically configured gateway
|