Azure IoT Hub for Cloud to Device (C2D) and Device to Cloud (D2C) Messaging

Поділитися
Вставка
  • Опубліковано 28 гру 2021
  • Azure IoT Hub us the backbone for everything IoT on Azure. It provides many of the core features of an IoT platform including device management, security, and messaging. Setting it up and using it is easier than you think. In this video, show you how to create an IoT Hub, wire up a Service Bus to it, and use a device simulator to send device-to-cloud (D2C) and cloud-to-device (C2D) messages.
    Related Videos:
    • Azure IoT Edge Modules... Azure IoT Edge Modules (Part 2)
    • Azure IoT Edge Modules... Azure IoT Edge Modules (Part 1)
    • Understanding Azure Io... Understanding Azure IoT Edge
    • Azure IoT Hub Device T... Azure IoT Hub Device Twins
    • IoT Hub Devices with D... IoT Hub Devices with Direct Methods and File Uploads
    • Azure IoT Hub for Clou... Azure IoT Hub for Cloud to Device (C2D) and Device to Cloud (C2D) Messaging
    • Understanding IoT Arch... Understanding IoT Architecture And How It's Implemented On Azure
    ------
    Wintellect:
    WintellectNOW: www.wintellectnow.com/
    Blaize's Website: www.blaize.net/
    Twitter:
    Blaize: / theonemule
    Wintellect: / wintellect
    WintellectNOW: / wintellectnow
  • Наука та технологія

КОМЕНТАРІ • 8

  • @johnzawodniak8518
    @johnzawodniak8518 2 роки тому +5

    Thank you for taking the time to clearly explain the message routing to the service bus queue. So many of the demos focus on getting the device connected to the IOT hub but give very little insight into what you can do with it once it is in the cloud. For example: if you wanted the MQTT message to trigger a response back to the device with a schedule. Again, thank you.

  • @artofaction
    @artofaction Рік тому +1

    Thank you for the video. Very informative and helpful information.
    I noticed a small typo in the title, you have C2D twice in the title.
    Thank you 🙂
    Edit: wow, already fixed!

  • @atulpathare2775
    @atulpathare2775 Рік тому

    Thanks a bunch for your efforts it means a lot. :)

  • @nielsdevries9175
    @nielsdevries9175 4 місяці тому

    Thanks for the great video. I got one question regarding device firmware updates. Is this also possible using the C2D browser interface you showed? Or how else is this possible? Thanks in advance!

  • @1337Ayhr
    @1337Ayhr Рік тому

    Great video.
    What Ive not understood so far is:
    If I want to make sure that the devices sending to the IOT hub are really the devices they claim to be, do I need a PKI infrastructure? Or how exactly does it work with the x509 certificates and the device provisioning service?

    • @Atmosera-
      @Atmosera-  Рік тому

      PKI infrastructure with TPM attestation is probably the best way to ensure that the device is the one shipped.

  • @gayathripochampalli7478
    @gayathripochampalli7478 Рік тому

    Hi i'm using azure iot sdk c samples to explore azure iot hub when send messages from c2d always the content type is byte array, even I send string data it's printing bytearray as contenp type, is there any setting to set the content type to string?? Please help me

    • @Atmosera-
      @Atmosera-  Рік тому

      Sometimes, you need to do a to strong on the byte array.