MQTT/en: различия между версиями

Новая страница: «In order to send MQTT messages, there are libraries for many programming languages. Examples: * Python - [https://github.com/contactless/mqtt-tools] * C - [http:/…»
(Новая страница: «If you are developing your own SOFTWARE for the Wiren Board, it is best to communicate with its hardware resources through a message queue - your program sends a…»)
(Новая страница: «In order to send MQTT messages, there are libraries for many programming languages. Examples: * Python - [https://github.com/contactless/mqtt-tools] * C - [http:/…»)
Строка 162: Строка 162:
If you are developing your own SOFTWARE for the Wiren Board, it is best to communicate with its hardware resources through a message queue - your program sends a message to the queue, the driver controls the device, and your program does not need to communicate directly with the device at a low level.
If you are developing your own SOFTWARE for the Wiren Board, it is best to communicate with its hardware resources through a message queue - your program sends a message to the queue, the driver controls the device, and your program does not need to communicate directly with the device at a low level.


Для того, чтобы отправлять сообщения MQTT, для многих языков программирования есть библиотеки. Примеры:
In order to send MQTT messages, there are libraries for many programming languages. Examples:
* Python - [https://github.com/contactless/mqtt-tools]
* Python - [https://github.com/contactless/mqtt-tools]
* C - [http://mosquitto.org/man/libmosquitto-3.html]
* C - [http://mosquitto.org/man/libmosquitto-3.html]
12 063

правки