Re: mqtt library on NuttX?

2021-05-02 Thread Justin Mclean
Hi, > Espressif has already signed an SGA, licensing shouldn't be an issue. I know this is a very late reply, and sorry for that. I just want to clear something up in general a software grant is for a single bit of software, it doesn’t cover all software from that company. Was this code being

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

Re: mqtt library on NuttX?

2021-03-26 Thread Flavio Castro Alves Filho
Hello, I did a simple sample code using CMake and NuttX as external library: https://github.com/Phi-Innovations/nuttx-apps/tree/main/example-mqtt Hope it helps. I used MQTT-C for it, and I added the sources into my project (not into Nuttx). It would be nice to have the library integrated into

Re: mqtt library on NuttX?

2021-03-25 Thread Alan Carvalho de Assis
I think it is better to put it at apps/netutils/mqttc On 3/25/21, Abdelatif Guettouche wrote: > Espressif has already signed an SGA, licensing shouldn't be an issue. > That said, I can submit it later if you guys want. > One question: where do we put the library? > A new "mqtt" folder? > > On Thu

Re: mqtt library on NuttX?

2021-03-25 Thread Abdelatif Guettouche
Espressif has already signed an SGA, licensing shouldn't be an issue. That said, I can submit it later if you guys want. One question: where do we put the library? A new "mqtt" folder? On Thu, Mar 25, 2021 at 10:59 PM Alan Carvalho de Assis wrote: > > On 3/25/21, Matias N. wrote: > > > > > > On

Re: mqtt library on NuttX?

2021-03-25 Thread Alan Carvalho de Assis
On 3/25/21, Matias N. wrote: > > > On Thu, Mar 25, 2021, at 15:21, Alan Carvalho de Assis wrote: >> Hi Matias, >> >> On 3/25/21, Matias N. mailto:matias%40imap.cc>> wrote: >> > >> > >> > On Thu, Mar 25, 2021, at 15:02, Abdelatif Guettouche wrote: >> >> Someone was asking the other day on Linkedin,

Re: mqtt library on NuttX?

2021-03-25 Thread Matias N.
On Thu, Mar 25, 2021, at 15:21, Alan Carvalho de Assis wrote: > Hi Matias, > > On 3/25/21, Matias N. mailto:matias%40imap.cc>> wrote: > > > > > > On Thu, Mar 25, 2021, at 15:02, Abdelatif Guettouche wrote: > >> Someone was asking the other day on Linkedin, so I pushed this: > >> https://github.c

Re: mqtt library on NuttX?

2021-03-25 Thread Alan Carvalho de Assis
Hi Matias, On 3/25/21, Matias N. wrote: > > > On Thu, Mar 25, 2021, at 15:02, Abdelatif Guettouche wrote: >> Someone was asking the other day on Linkedin, so I pushed this: >> https://github.com/Ouss4/MQTTC_NuttX > > Great, thanks! I see the wrapper app is quite simple. Could we submit it > to nu

Re: mqtt library on NuttX?

2021-03-25 Thread Matias N.
s, 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. mailto:matias%40imap.cc> &

Re: mqtt library on NuttX?

2021-03-25 Thread Abdelatif Guettouche
mitted to apps/ > > > > BR, > > > > Alan > > > > On 3/25/21, Matias N. mailto:matias%40imap.cc>> wrote: > > > Hi, > > > I was wondering if anyone is already using some MQTT library on NuttX. I > > > see > > > many options

Re: mqtt library on NuttX?

2021-03-25 Thread Matias N.
tX and it is working fine. > > It needs some clean-up to be submitted to apps/ > > BR, > > Alan > > On 3/25/21, Matias N. mailto:matias%40imap.cc>> wrote: > > Hi, > > I was wondering if anyone is already using some MQTT library on NuttX. I see > >

Re: mqtt library on NuttX?

2021-03-25 Thread Alan Carvalho de Assis
to apps/ > > BR, > > Alan > > On 3/25/21, Matias N. 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

Re: mqtt library on NuttX?

2021-03-25 Thread Alan Carvalho de Assis
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. wrote: > Hi, > I was wondering if anyone is already using some MQTT library on NuttX. I see > many options some of which

mqtt library on NuttX?

2021-03-25 Thread Matias N.
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