Home
last modified time | relevance | path

Searched refs:gateway (Results 1 – 22 of 22) sorted by relevance

/Zephyr-Core-3.5.0/samples/net/mqtt_sn_publisher/src/
Dudp.c112 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/
DREADME.rst5 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:
DKconfig9 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/
DREADME.rst1 .. 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/
Dmqtt_sn.rst24 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/
Dindex.rst31 * :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/
Dqemu_user_setup.rst20 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
Darmfvp_user_networking_setup.rst23 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,
Dqemu_setup.rst157 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/
DKconfig68 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/
Dindex.rst8 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/
Dindex.rst21 to the internet through a gateway.
/Zephyr-Core-3.5.0/drivers/wifi/esp_at/
Desp.h133 #define ESP_CMD_SET_IP(ip, gateway, mask) "AT+"_CIPSTA"=\"" \ argument
134 ip "\",\"" gateway "\",\"" mask "\""
/Zephyr-Core-3.5.0/subsys/net/lib/config/
DKconfig112 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/
DREADME.rst42 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/
DREADME.rst140 IPv4 gateway : 0.0.0.0
/Zephyr-Core-3.5.0/samples/subsys/mgmt/hawkbit/
DREADME.rst34 gateway of some sort (Border Router, etc).
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/
Dbluetooth-tools.rst194 external applications such as a Bluetooth gateway or a mobile application.
/Zephyr-Core-3.5.0/doc/connectivity/bluetooth/api/mesh/
Ddfu.rst83 phone or gateway (the Initiator). During the Upload stage, the Initiator transfers the firmware
/Zephyr-Core-3.5.0/drivers/modem/
Dhl7800.c419 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/
Drelease-notes-1.7.rst323 * ``ZEP-1473`` - ARP cache confused by use of gateway.
Drelease-notes-2.7.rst618 * Fixed a bug, where DHPCv4 library removed statically configured gateway