Someone was asking the other day on Linkedin, so I pushed this: https://github.com/Ouss4/MQTTC_NuttX
> Regarding SSL, is it required to build? Maybe it can be initially integrated > without SSL support? You can use it with no SSL support. But MQTT-C supports multiple crypto libraries, mbedTLS being one of them, I guess it was contributed by Yamamoto. I used mbedTLS + MQTT-C before as well. On Thu, Mar 25, 2021 at 6:23 PM Matias N. <mat...@imap.cc> wrote: > > Great, maybe some draft PR could be submitted? > > Regarding SSL, is it required to build? Maybe it can be initially integrated > without > SSL support? > > Best, > Matias > > On Thu, Mar 25, 2021, at 14:13, Alan Carvalho de Assis wrote: > > Hi Matias, > > > > Yes, some people here are using mqtt-c on NuttX and it is working fine. > > > > It needs some clean-up to be submitted to apps/ > > > > BR, > > > > Alan > > > > On 3/25/21, Matias N. <mat...@imap.cc <mailto:matias%40imap.cc>> wrote: > > > Hi, > > > I was wondering if anyone is already using some MQTT library on NuttX. I > > > see > > > many options some of which look like potential candidates for easy > > > porting, > > > but if anyone already went through this process I would appreciate some > > > feedback. > > > > > > Thanks, > > > Matias > >