简体   繁体   中英

How to connect third party device with azure iot central

I want to make my own IoT solution software through which i can control and monitor third party products using azure IoT central so problem i am facing is to connect third party cloud with azure iot central can anyone suggest me how to achieve this task.

Thanks,

To control 3rd party device/software you may need to have IoT Hub SDK / IoT Central SDK on it (client side). This will give you an option to send commands to your devices. You can find commands documentation here . Also you can use Device management API to add, remove, provision devices in IoT Central application.

You mentioned 3rd party devices in first sentence and 3rd party cloud in second. You can connect 3rd party clouds to IoT Central via Azure IoT Central Device Bridge - this is one way connection as of today, where you send data from 3rd party cloud to IoT Central.

Can you explain what kind of cloud you are trying to connect and what your expected outcome?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM