Re: mqtt library on NuttX?

2021-03-28 Thread Abdelatif Guettouche
> Maybe we should create an issue to track that? Sounds like an important > problem. Oh nevermind! I was so fixated on the code that I forgot the fact that I need to reconfigure mosquitto after my recent system reinstallation.. PR incoming.. On Sun, Mar 28, 2021 at 11:46 PM Matias N. wrote: >

Re: mqtt library on NuttX?

2021-03-28 Thread Matias N.
Maybe we should create an issue to track that? Sounds like an important problem. On Sun, Mar 28, 2021, at 17:36, Abdelatif Guettouche wrote: > > Abdelatif, let me know if you want me to prepare the PR. If licensing is > > taken care of, I can simply > place Apache header and submit it myself, rig

Re: mqtt library on NuttX?

2021-03-28 Thread Abdelatif Guettouche
> Abdelatif, let me know if you want me to prepare the PR. If licensing is > taken care of, I can simply place Apache header and submit it myself, right? I did prepare the PR, however testing with latest master I found out that fcntl isn't working on socket descriptors.. I'm suspecting https://gi

Re: mqtt library on NuttX?

2021-03-28 Thread Matias N.
Abdelatif, let me know if you want me to prepare the PR. If licensing is taken care of, I can simply place Apache header and submit it myself, right? Best, Matias On Thu, Mar 25, 2021, at 19:05, Abdelatif Guettouche wrote: > Espressif has already signed an SGA, licensing shouldn't be an issue. >

Re: mqtt library on NuttX?

2021-03-28 Thread Alan Carvalho de Assis
Hi Brannan, On 3/28/21, Brennan Ashton wrote: > On Thu, Mar 25, 2021 at 11:21 AM Alan Carvalho de Assis > wrote: >> >> >> >> > 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

Re: mqtt library on NuttX?

2021-03-28 Thread Brennan Ashton
On Thu, Mar 25, 2021 at 11:21 AM Alan Carvalho de Assis wrote: > >> > >> > 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