Hey Man super nice video, cleared a lot of my questions! Just had this one question, I have raspberry pi with Mosquitto MQTT Broker Server running on it, will this connect and send for example sensor data to the Mosquitto broker?
Thank you for the detailed video!!! I'm trying to replicate all the steps according to your video, but I encountered a problem in the 'Basic building block' section ua-cam.com/video/tlQ1k4G0GJo/v-deo.htmlsi=nXDqj7ogVE83Ibfb&t=2838 Functions and structures have probably changed!?" 1) undefined reference to `mq_mqtt_sub' 2) 'struct mg_str' has no member named 'ptr' Could you please provide guidance on how to resolve these problems?
Thanks for uploading this video
Thank you for uploading
Hey Man super nice video, cleared a lot of my questions! Just had this one question, I have raspberry pi with Mosquitto MQTT Broker Server running on it, will this connect and send for example sensor data to the Mosquitto broker?
Sure. Try it - and if you have any more specific questions, you can ask them on our discord, discord.gg/KfR8E6wSds
@@mongoose-networking-library Thanks for the information! Will surely connect on Discord!
Could you share for me slide in this video.
docs.google.com/presentation/d/1ln_pqTSt4oXwRuKoI-LEUPVcoUYhyIByDptnqcDbKoA/edit#slide=id.p
@@mongoose-networking-library Can I use static allocation in your library, I don't want to use dynamic allocation
Thank you for the detailed video!!!
I'm trying to replicate all the steps according to your video,
but I encountered a problem in the 'Basic building block' section ua-cam.com/video/tlQ1k4G0GJo/v-deo.htmlsi=nXDqj7ogVE83Ibfb&t=2838
Functions and structures have probably changed!?"
1) undefined reference to `mq_mqtt_sub'
2) 'struct mg_str' has no member named 'ptr'
Could you please provide guidance on how to resolve these problems?
mg_mqtt_pub() (g, not q)
ptr -> buf
Hope that helps!