Алтай
Как подключить и настроить MQTT в Home Assistant: простой гайд для новичков
Если вы используете Home Assistant для умного дома, рано или поздно столкнётесь с MQTT. Это лёгкий и быстрый протокол обмена данными между устройствами. Он особенно полезен, когда нужно подключить датчики, ESP-модули или самописные гаджеты, которые не поддерживают стандартные интеграции вроде Zigbee или Z-Wave. В этой статье я покажу, как добавить MQTT в Home Assistant, настроить брокер и начать работать с устройствами. Всё по шагам — без лишней теории, только то, что реально работает. MQTT (Message Queuing Telemetry Transport) — это протокол обмена сообщениями...
«Pro MSMQ: Microsoft Message Queue Programming» Scot Boyd, Richard Costall, Ken Rabold, Arohi Redkar, Tejaswi Redkar, Carlos Walzer Message Queuing provides a way for applications to communicate asynchronously, and has often been compared to e-mail, but for applications rather than people. On Windows, Message Queuing is implemented in Microsoft Message Queuing, or MSMQ. A client application can communicate with a server by sending data in the form of an MSMQ message to a particular queue, where the server application can retrieve it and process it. Because the message will remain on the queue until it is retrieved, we can guarantee that it will be processed at some point, even if the server application is down when the message is sent.. Напишите свою рецензию о книге Scot Boyd, Richard Costall, Ken Rabold, Arohi Redkar, Tejaswi Redkar, Carlos Walzer «Pro MSMQ: Microsoft Message Queue Programming» http://izbe.ru/book/73222-pro-msmq-microsoft-message-queue-programming-scot-boyd-richard-costall-ken-rabold-arohi-redkar-tejaswi-redkar-carlos-walzer/