nng icon indicating copy to clipboard operation
nng copied to clipboard

nng on the POSIX platform of Azure RTOS

Open edbek opened this issue 3 years ago • 2 comments

Can someone tell if the nng project can work on the POSIX platform of Azure RTOS ?

edbek avatar May 06 '22 09:05 edbek

I'm not familiar with Azure RTOS. If it supports posix threads, and sockets, it probably will work.

gdamore avatar May 10 '22 18:05 gdamore

do you mean ThreadX? I am working on it. It can work , but only in inproc mode, and ThreadX does not have socket in posix layer, I do not know how to do it. And ThreadX posix layer has bugs, be careful.

Albert-Coder avatar Jun 09 '22 02:06 Albert-Coder