Re: Websockets with NuttX

2022-04-05 Thread Michael Jung
Hello Alan and Petro, I have used libwebsockets on NuttX a couple of years ago. This is an awesome piece of Software and meanwhile it is MIT licensed. I an planing to usw it again. Bye, Michael Alan Carvalho de Assis schrieb am Di., 5. Apr. 2022, 12:15: > Hi Petro, > > Please take a look

Re: Websockets with NuttX

2022-04-05 Thread Alan Carvalho de Assis
Hi Petro, Please take a look on this project: https://github.com/m8rge/cwebsocket The author stopped working on it, so this is a died project that could be included on app/ under MIT license. Other option is to use the esp_websocket_client from IDF, but it should be hard to port (internal

Re: Creating posix shm interface

2022-04-05 Thread Xiang Xiao
On Tue, Apr 5, 2022 at 5:08 PM Jukka Laitinen wrote: > Hi! > > I would like to do the posix shm interface for NuttX (shm_open, > shm_unlink etc.); with the following properties > > - Would work in all memory protection modes (flat, protected and kernel). > > - In flat it would just "malloc"

Websockets with NuttX

2022-04-05 Thread Petro Karashchenko
Hello team, Has anybody used websockets with NuttX? If yes, then which libraries have you used? Maybe there are some examples? Thank you in advance for replies Best regards, Petro

Creating posix shm interface

2022-04-05 Thread Jukka Laitinen
Hi! I would like to do the posix shm interface for NuttX (shm_open, shm_unlink etc.); with the following properties - Would work in all memory protection modes (flat, protected and kernel).     - In flat it would just "malloc" the memory and share the pointer w. mmap     - In protected it