Searched refs:SN (Results 1 – 10 of 10) sorted by relevance
/Zephyr-latest/samples/net/mqtt_sn_publisher/ |
D | Kconfig | 1 # Configuration options for MQTT-SN sample 6 mainmenu "MQTT-SN sample application" 12 string "IP of the MQTT-SN gateway. Only used if NET_SAMPLE_MQTT_SN_STATIC_GATEWAY=n." 16 int "Port of the MQTT-SN gateway" 22 int "Port of the MQTT-SN broadcast"
|
D | README.rst | 2 :name: MQTT-SN publisher 5 Send MQTT-SN PUBLISH messages to an MQTT-SN gateway. 14 MQTT-SN can be considered as a version of MQTT which is adapted to 16 requires a reliable TCP/IP transport, MQTT-SN is designed to be usable 20 The Zephyr MQTT-SN Publisher sample application is an MQTT-SN v1.2 21 client that sends MQTT-SN PUBLISH messages to an MQTT-SN gateway. 23 See the `MQTT-SN v1.2 spec`_ for more information. 25 .. _MQTT-SN v1.2 spec: https://www.oasis-open.org/committees/download.php/66091/MQTT-SN_spec_v1.2.p… 34 - MQTT-SN gateway, like Eclipse Paho 48 You will also need to start an MQTT-SN gateway. A convenience Docker Compose specification file [all …]
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | mqtt_sn.rst | 3 MQTT-SN 13 MQTT-SN is a variant of the well-known MQTT protocol - see :ref:`mqtt_socket_interface`. 15 In contrast to MQTT, MQTT-SN does not require a TCP transport, but is designed to be used 19 Zephyr provides an MQTT-SN client library built on top of BSD sockets API. The 21 and is configurable at a per-client basis, with support for MQTT-SN version 22 1.2. The Zephyr MQTT-SN implementation can be used with any message-based transport, 25 MQTT-SN clients require an MQTT-SN gateway to connect to. These gateways translate between 26 MQTT-SN and MQTT. The Eclipse Paho project offers an implementation of a MQTT-SN gateway, but 30 The MQTT-SN spec v1.2 can be found here: 36 To create an MQTT-SN client, a client context structure and buffers need to be [all …]
|
/Zephyr-latest/subsys/net/lib/mqtt_sn/ |
D | Kconfig | 1 # MQTT-SN Library for Zephyr 7 bool "MQTT-SN Library Support [EXPERIMENTAL]" 15 int "Maximum payload size of an MQTT-SN message" 59 int "Maximum number of clients Keep alive time for MQTT-SN (in seconds)" 63 Keep alive time for MQTT-SN (in seconds). Sending of Ping Requests to 67 bool "UDP transport for MQTT-SN" 97 module-str=Log level for MQTT-SN
|
/Zephyr-latest/boards/nxp/usb_kw24d512/doc/ |
D | index.rst | 164 SEGGER J-Link ARM V10.1, SN=600111924
|
/Zephyr-latest/boards/nxp/hexiwear/doc/ |
D | index.rst | 457 J-Link OpenSDA 2 compiled Feb 28 2017 19:27:57 V1.0, SN=621000000
|
/Zephyr-latest/doc/develop/flash_debug/ |
D | probes.rst | 449 J-Link STLink V21 compiled Jun 26 2017 10:35:16 V1.0, SN=773895351
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.6.rst | 847 * MQTT-SN:
|
D | release-notes-3.5.rst | 891 * MQTT-SN:
|
D | release-notes-3.3.rst | 1115 * Added MQTT-SN library and sample.
|