HTTP, WS & MQTT for IoT

Ғылым және технология

A brief description about some of the widely used web protocols like HTTP, Websocket and MQTT and how it works in the area of IoT.
Click the link to know about Internet of Things(IoT) and Web of Things(WoT) • Internet of Things(IoT...

Пікірлер: 36

  • @manasXP
    @manasXP3 жыл бұрын

    Very informative. I greatly enhanced my knowledge of IoT by just watching this lecture and hope to see rest of the series. Where to use HTTP(s), Websocket and MQTT is something I learnt today.

  • @techbeast-org

    @techbeast-org

    3 жыл бұрын

    Glad it was useful 😊 keep supporting us !!

  • @andreiasimov33
    @andreiasimov33 Жыл бұрын

    Amazing explanation, really glad having found this video. Everything is much much more clearer now!! Thanks a lot man!

  • @Bimal.Kumar.Jena.7
    @Bimal.Kumar.Jena.73 жыл бұрын

    A great introduction to IOT

  • @nandhu7039
    @nandhu70393 жыл бұрын

    Explanation very good 👏

  • @shahriartasnim9957
    @shahriartasnim9957 Жыл бұрын

    very good demonstration. Keep going

  • @adamblance3346
    @adamblance33463 жыл бұрын

    Very useful, thanks!

  • @thiyaguextrovert
    @thiyaguextrovert5 ай бұрын

    Clearly explained on the difference between http, ws and mqtt protocol. It would be helpful if more information shared on mqtt protocol. Thanks.

  • @mohamadmansoor3933
    @mohamadmansoor39332 жыл бұрын

    how is ws not blocked by firewalls? I mean if there any firewall that will close connection over its port, it is then blocked. using TCP is all about security.

  • @daminda33
    @daminda332 жыл бұрын

    Thank you. HTTP and WS were well explained. It would have been better if you have explaine how MQTT helps to have a better battery life and its low bandwidth consumption. Appreciate your effort.

  • @fayezalle43
    @fayezalle432 жыл бұрын

    Thank you.. Very clear explanation.

  • @techbeast-org

    @techbeast-org

    2 жыл бұрын

    Thanks for the support !! Pls do share and subscribe us😄

  • @AnkushSharma-xn4hf
    @AnkushSharma-xn4hf2 жыл бұрын

    How MQTT work in the UPI when we pay online to any platform like phonepay & paytam etc

  • @srodrmmabet6381
    @srodrmmabet6381 Жыл бұрын

    Excellent vid and explanations.. thanks!

  • @techbeast-org

    @techbeast-org

    Жыл бұрын

    Thanks , keep supporting :)

  • @eduardogil1775
    @eduardogil17753 жыл бұрын

    Great explanation, thnx for sharing! 👍🏼

  • @techbeast-org

    @techbeast-org

    3 жыл бұрын

    Glad it was helpful!

  • @agon4131
    @agon41312 жыл бұрын

    It would be cool, if you can make a example for each protocol using Arduino & Sim900. And than compare the used bandwith.

  • @tivideosAZ
    @tivideosAZ Жыл бұрын

    Great explanation on MQTT with practical examples of actual implementation scenarios. I would like to see the extension of the same scenerio with actual code, like the API calls on the Publisher end and the subscriber ends, if possible..then the implementation concept will be very clear to anyone who wants to create workable solutions to publish data from an MQTT Publisher and subscribe and receive the same (published data) by the client..actual code.. is it written in script form?

  • @rasikakshirsagar5563
    @rasikakshirsagar55633 жыл бұрын

    Thank you for info !

  • @techbeast-org

    @techbeast-org

    3 жыл бұрын

    Thanks , please do subscribe and support us !!

  • @RayTampan69
    @RayTampan69 Жыл бұрын

    great video, nice

  • @miger-lk
    @miger-lk3 жыл бұрын

    Great explanation brother.

  • @christiankijuki1309
    @christiankijuki1309 Жыл бұрын

    Hi, please can i have this presentation please

  • @fawzilinggo
    @fawzilinggo Жыл бұрын

    hello i am interested in your explanation about iot. I asked permission to take some pictures from this video for my presentation assignment. I will include the source, which is from your KZread video. Thank you

  • @techbeast-org

    @techbeast-org

    Жыл бұрын

    Gald that you found this video helpful !! You can include the source of our contents in your presentations :) thanks

  • @ihsanerayketenci
    @ihsanerayketenci6 ай бұрын

    11:55 you said that mqtt is over tcp/ip. actually did you mean under tcp/ip? because i understandtd that from top to bottom, htpp to tcp/ip it covers one by one and i understand that http is more wider area and tcp/is less wide and the mqtt is the least wide in these perspective. i mean mqtt should work under tcp/ip should not over?

  • @techbeast-org

    @techbeast-org

    6 ай бұрын

    Thanks for your support ! Mqtt utilizes TCP/IP as its underlying transport mechanism for communication. Hence we say that MQTT is over TCP/IP. Hope it helps !!

  • @ihsanerayketenci

    @ihsanerayketenci

    5 ай бұрын

    @@techbeast-org got it. Thanks. Have fun!

  • @MrBrain619
    @MrBrain6192 жыл бұрын

    Is fixed Ip a must on mqtt iot?

  • @techbeast-org

    @techbeast-org

    2 жыл бұрын

    It always depends on our use case. Normally in production, mqtt server will have a fixed IP address or a domain name to connect , hope it helps !!

  • @mohamadmansoor3933

    @mohamadmansoor3933

    2 жыл бұрын

    No, because the TCP/IP frame doesn't include only IP address but also a mac address but broker ip address should be constant or else you would like to configure your publisher every time the broker IP address changes. and why your clients or pub/sub(s) don't need to have static ips? because there is almost no security levels in mqtt so anyone can publish a message on a topic and anybody can subscribe to any topic or a full tree without knowing each other.

  • @mohamadmansoor3933

    @mohamadmansoor3933

    2 жыл бұрын

    I am talking about the resource-constrained user version of mqtt absolutely, if it is using SSL/TLS there is a big difference in security levels.

  • @AshrafulHussainKhan

    @AshrafulHussainKhan

    2 жыл бұрын

    Interesting question. Broker: The broker IP address to be fixed if you are using the global IP of the broker. In case you don't worry about the IP address of the broker then bind the public IP of the broker with a DNS address and use the DNS address to connect to your broker. Client: There is no requirement of the fixed IP in the client system.

  • @RishiRajKoul
    @RishiRajKoul2 жыл бұрын

    very nice conent

  • @techbeast-org

    @techbeast-org

    2 жыл бұрын

    Thanks :) Keep supporting us !!

Келесі