Page 1 of 1

MDF and Mqtt

Posted: Thu Aug 23, 2018 8:42 pm
by Gilbertoe
Hi there
Is there a MQTT client I can use with MDF? If so, can you provide am exemple code? I dos not fins any and I need to make some important decisions on our product development strategy in sort notice.
BR
Gilberto

Re: MDF and Mqtt

Posted: Fri Aug 24, 2018 1:56 pm
by kolban
Howdy,
I'm afraid I don't know what MDF is and it might be that other readers don't know either. Can you describe MDF or, better yet, provide a link to its nature?

Re: MDF and Mqtt

Posted: Fri Aug 24, 2018 4:19 pm
by loboris

Re: MDF and Mqtt

Posted: Fri Aug 24, 2018 11:46 pm
by Gilbertoe
Espressif Mesh Development Framework

Re: MDF and Mqtt

Posted: Sun Aug 26, 2018 7:19 am
by ESP_yudong
Hi Gilbertoe,
We haven't put MQTT client in MDF right now.

The functional block of ESP-MDF: https://github.com/espressif/esp-mdf/bl ... iagram.png
Espressif Mesh Development Framework:https://github.com/espressif/esp-mdf#es ... -framework

Re: MDF and Mqtt

Posted: Thu Aug 30, 2018 4:59 pm
by danylook
hi @Gilbertoe
did you have any advance in your project with MQTT and mesh?
im working in the same topic.
Can we share info?
Regards
Daniel UY

Re: MDF and Mqtt

Posted: Mon Sep 17, 2018 1:53 pm
by Gilbertoe
Hi
There are very like documentation. What I found by myseft is that the better solution is add MQTT on the app connected to the router. There a is an option to mark the payload as MQTT in the mesh protocolo, but I did not find any pratical use for it. That ali i know on it.
BR
Gilberto

Re: MDF and Mqtt

Posted: Sat Sep 29, 2018 4:08 am
by danylook
i managed to sent message to the root and forwarder to a mqtt server.
I think you can send from the lift directly because is just create the mqtt message and forward to a external IP but no success yet.

Re: MDF and Mqtt

Posted: Wed May 15, 2019 9:46 am
by pundirsumit
Were you guys able to get mqtt working with mdf?