IoT using Eclipse Paho for Java, Mosquitto MQTT and ESP8266

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ธ.ค. 2024

ความคิดเห็น • 18

  • @AfroDanceWithZeAmazingBreezy
    @AfroDanceWithZeAmazingBreezy 5 ปีที่แล้ว +1

    really good explanations

  • @shivamambadkar2550
    @shivamambadkar2550 4 ปีที่แล้ว +1

    Can u tell me how are the protocols used in connection vehicle ??

    • @branislavstanojkovic5211
      @branislavstanojkovic5211  4 ปีที่แล้ว

      Hi Shivam! I'm sorry, but I don't understand the question. I have no formal education in computer programming, so I may not be familiar with all the professional terminology. Could you please try rephrasing the question in more simple terms? Thanks for watching the video!

  • @MrROkeRpOweR
    @MrROkeRpOweR 4 ปีที่แล้ว +1

    Excellent work, Could u help me ? Now I have to show the message on a GUI using Swing ie on a textlabel I can't figure out how to achieve this

    • @branislavstanojkovic5211
      @branislavstanojkovic5211  4 ปีที่แล้ว +1

      Hi, Eliu! I've never tried to learn how to use Swing, but when I get a chance I will take a look at JavaFX. There are many tutorials already available on TH-cam. Thanks!

    • @MrROkeRpOweR
      @MrROkeRpOweR 4 ปีที่แล้ว +1

      @@branislavstanojkovic5211 Hey Branislav ! guess what!
      After three days of tutorials and stuff like that finally I've achieved to put my message on a LabelText using Swing, after all it was simple but I was just locked Your tutorial helped me a lot. Thanks again for share you knowledge, regards from México.

    • @branislavstanojkovic5211
      @branislavstanojkovic5211  3 ปีที่แล้ว

      @@MrROkeRpOweR Good job! Thanks for sharing

  • @lukehayward5840
    @lukehayward5840 5 ปีที่แล้ว +1

    Thanks this really helped.

  • @TheOsmion
    @TheOsmion 4 ปีที่แล้ว +1

    Hi, first of all thank u for this really helpful video. Just a question: there is a way to make the client subscribe to a virtual hardware (i.e. a script in Java)? Thank you!

    • @branislavstanojkovic5211
      @branislavstanojkovic5211  4 ปีที่แล้ว +2

      Hi! I'm happy to hear that. In response to your question: I would imagine -- yes. You would just need to have your client subscribe to the topic that your virtual hardware is publishing to. That pretty-much is the idea of this video. Thanks!

  • @milanbozic5722
    @milanbozic5722 3 ปีที่แล้ว

    Kako Vas mogu kontaktirati?

  • @shivamambadkar2550
    @shivamambadkar2550 4 ปีที่แล้ว +1

    Thank u so much

  • @sondqnt
    @sondqnt ปีที่แล้ว

    good jop

  • @debduttapanda2018
    @debduttapanda2018 3 ปีที่แล้ว

    Not to the point, straight forward video.

  • @rarenu
    @rarenu 2 ปีที่แล้ว

    Hi, I am 75 YO retired Telecom engineer and my hobby is IoT. I really appreciate your wonderful project and I learned a lot in Java and MQTT.
    I want to add one more topic for "/Output_Switch2/" and how do I change this line to publish for the second switch :
    "App.myClient.publish("/ESP-01_MQTT_client2/Output_Switch/On_Off_Value = ", message.getPayload(), 0, false);
    Please advice.