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 o
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 depe
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"
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
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