Yandex IoT Core
An Internet of Things service that provides two-way messaging
between registries and devices over the MQTT protocol.
between registries and devices over the MQTT protocol.
Autoscaling
Connection and data security
Managing devices
Questions and answers
How are devices and registries interconnected?
Registries are groups of devices with defined topic read and write policies. Data is exchanged through an MQTT broker. It’s the central node for exchanging MQTT messages.
Registries are groups of devices with defined topic read and write policies. Data is exchanged through an MQTT broker. It’s the central node for exchanging MQTT messages.
How does messaging through topics work?
Inside the service, devices and registries exchange data and commands as messages with specific topics. A topic is a message subject that is used to classify data. The service supports two types of topics: device topics and registry topics. To receive messages, registries and devices must be subscribed to certain topics.
Inside the service, devices and registries exchange data and commands as messages with specific topics. A topic is a message subject that is used to classify data. The service supports two types of topics: device topics and registry topics. To receive messages, registries and devices must be subscribed to certain topics.
What programming languages can I use for Yandex IoT Core?
Mosquitto, C#, and Java. There is a use case described for each language.
Mosquitto, C#, and Java. There is a use case described for each language.