AWS IoT Greengrass v2 (Part 3) local Pub/Sub using GG IPC and Debug console

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 7

  • @JonathanKaye1
    @JonathanKaye1 2 года назад

    Another excellent video! I did run into a few things I thought I'd mention in the comments:
    1. You updated blinky to version 1.0.1 that now passes a value for the blink rate, but that was not mentioned in the video as far as I can tell (it seemed assumed when you looked at blinky to adjust the value). It was simple to use the new code and re-deploy
    2. I used your recipe that included installing awsiotsdk, but when I deployed the component, it did not seem to install this dependency. I found this out because when I deployed the component with your script, I would have my component BROKEN (in component list) and in the log it said that it could not find awsiot in the lighty or buttony components. I manually installed the sdk as "python3 -m pip install --user awsiotsdk" and that worked.
    3. When I went to the AWS Console online and clicked on my greengrass core device, then I clicked on the Components tab, and it did show my running of blinky, lighty, and buttony alongside the others I deployed. Around 12:15 in your video, your list does not show the components we deployed -- maybe this is some AWS update?
    In any event, your video is easy to follow, thanks so much! Really curious about #2 issue above, if you have some thoughts.

    • @chandannayak9008
      @chandannayak9008 8 месяцев назад

      hey!
      Did you code worked properly?.....
      I am having some issue can you help me with that?

  • @SuperCeylonASMR
    @SuperCeylonASMR 2 года назад +1

    Thank you, very interesting 👍👍👍

  • @Joseph20077
    @Joseph20077 2 года назад

    Thank you this is a great explanation.

  • @ahmeda-azeam2479
    @ahmeda-azeam2479 3 года назад

    very nice , thank you :)

  • @김현수-f2e9d
    @김현수-f2e9d 2 года назад

    Nice!

  • @michaelr9510
    @michaelr9510 2 года назад

    If you have multiple components that need the local IPC and MQTT.. would each component use this code.. or have one component handle it to other components?