All streams
Search
Write a publication
Pull to refresh
0
0
Send message
Авторизация с Yandex iot сервером идет через сертификаты, вот пример отправки с mosquitto
$ mosquitto_pub -h mqtt.cloud.yandex.net \
-p 8883 \
--cafile rootCA.crt \
--cert device-cert.pem \
--key device-key.pem \
-t '$devices/<ID устройства>/events' \
-m 'Test data' \
-q 1

Отличная работа. Спасибо. А можно допилить возможность соединения с mqtt сервером через ssl сертификаты? Хотелось бы отправлять данные прямиком в yandex iot.

Information

Rating
Does not participate
Registered
Activity