Hello, great example. Mine is running well with Web Socket. How to use TCP instead of Web Socket?
@DonskyTech Жыл бұрын
Hey, I have not look into that but that is a great idea as well. I will list that up into the projects that I would write in the future. For the meantime, please subscribe to my channel. Thank you.
@Killerpants1125channel Жыл бұрын
hi again! im running mqtt from my raspberry pi, is it a need to use websocket or can i just use mqtt itself?
@DonskyTech Жыл бұрын
Hey, you can use MQTT or WebSocket. It really depends on what you want to do. If you want to save your data in a database using MQTT at the server then you can do that.
@David-iq1kd Жыл бұрын
Are there any reasons you would not want to use MQTT.js directly in the client side js, instead of needing a node.js back end?
@DonskyTech Жыл бұрын
Hey, there's no specific reason. I have used this library in both server-side Node.js modules and on the client side. I have used it on the server side for this project, but for the other videos, I am using the client side.
@nickljr3 ай бұрын
Hey! Great work! I would like to discuss something with you, what’s the best way to reach out?
@Kanze_895 ай бұрын
Great project nice man. Btw how to show up AWS data on that dashboard?
@tronauts16995 ай бұрын
I have adjusted mqtt_broker and mqtt_topic in VSC with MQTTX and can also publish and subscribe... but at the end of the experiment, the dashboard says Connection Status: Disconnect/Closed. Why did it happen?
@ottom33362 ай бұрын
Hi, i could run your MQTT dashboard (127.0.0.1:3000) in my browser and it's listening on port 3000. The MQTTX-App is sending the values "temperature ..." on adress 127.0.0.1:1883. In my terminal i started MQTT-Server with: mosquitto_sub -h localhost -t temperature. The values are in the terminal visible. But there is nothing in the dashboard-App. Can you help me?
@e_xtazzy11 ай бұрын
This looks really good!
@DonskyTech11 ай бұрын
Hey, thank you!
@e_xtazzy11 ай бұрын
Where I can contact you, I need some help on connecting it to a broker with username and password@@DonskyTech
@ariel18012 Жыл бұрын
Excelente video, muy bueno, ojala puedas migrarlo a react con firebase, y dandole un giro muy bueno. Sigue asi!!!
@DonskyTech Жыл бұрын
Thanks! If I have time, I would try it later. Please consider subscribing to my channel if you have not done so.
@inhlong7946 Жыл бұрын
I changed brokerUrl but Why can't I publish data from MQTTX?
@DonskyTech Жыл бұрын
Hey, Maybe try directly with MQTTX with your broker first. See if you could receive MQTT messages.
@mofanc3710 Жыл бұрын
First of all, I would like to say thank you very much, the video you made was extraordinary Sir, I would like to ask, if I want to not only display data in real-time but also store the data sent by the microcontroller in some database (to store and view data history later), is this scenario possible for a communication scheme with mqtt-websocket Thanks
@DonskyTech Жыл бұрын
Hey, yes.. very much possible. I will think about writing a content about this topic in the future. For the meantime, please subscribe to my channel.
@edinetgrunhed6000 Жыл бұрын
did you try external ip address other than localhost?
@DonskyTech Жыл бұрын
I have been testing locally on the same laptop but looking at the documentation from here mosquitto.org/man/mosquitto-conf-5.html, you can set the bind address from the listener settings.
@sridhars3467 Жыл бұрын
Great Vid... Subscribing you right away.
@memet9313 Жыл бұрын
great project and video, I'm appreciated..... your work is awesome,
@DonskyTech Жыл бұрын
Hey, thanks for the kind words! Kindly subscribe to my channel if you have not done so. I have lots of unique contents to share in the future.
@fogus3985 Жыл бұрын
Web dashboard is disconnected, what should I do?
@DonskyTech Жыл бұрын
Hey, Sorry what do you mean by disconnected?
@Fans_CristianoRonaldo7 Жыл бұрын
how to run this web dashboard..?
@DonskyTech Жыл бұрын
Hey, check the Github page or instructions
@muhammadrifqy2410 ай бұрын
i got issue ErrorWithReasonCode: Connection refused: Not authorized
@DonskyTech10 ай бұрын
Your MQTT might be configured with password.. You probably need to send your credentials.
@muhammadrifqy2410 ай бұрын
@@DonskyTech can you tell me how do i send the credentials?