Re: ZeroMQ

2023-02-13 Thread Janne Rosberg
; --Janne From: Marco Casaroli Sent: Monday, 6 February 2023 10.55 To: dev@nuttx.apache.org Subject: Re: ZeroMQ I am doing this. Will share in a couple of weeks. On Mon, 6 Feb 2023 at 09:41, Sebastien Lorquet wrote: > Hi, > > this is very interesting

Re: ZeroMQ

2023-02-06 Thread Marco Casaroli
. Alessio a écrit : > > All, > > > > ZeroMQ is/was quite popular, but its author redesigned it, created a > much cleaner implementation called “nanomsg”, > > ref: https://nanomsg.org/documentation-zeromq.html < > https://nanomsg.org/documentation-zeromq.h

Re: ZeroMQ

2023-02-06 Thread Sebastien Lorquet
Hi, this is very interesting, thanks for sharing this. Did anyone already integrate nng in NuttX ? Sebastien Le 04/02/2023 à 03:02, David S. Alessio a écrit : All, ZeroMQ is/was quite popular, but its author redesigned it, created a much cleaner implementation called “nanomsg”, ref

Re: ZeroMQ

2023-02-03 Thread David S. Alessio
All, ZeroMQ is/was quite popular, but its author redesigned it, created a much cleaner implementation called “nanomsg”, ref: https://nanomsg.org/documentation-zeromq.html <https://nanomsg.org/documentation-zeromq.html> ref: https://nanomsg.org/index.html <https://na

Re: ZeroMQ

2023-02-03 Thread Xiang Xiao
On Fri, Feb 3, 2023 at 4:31 PM Marco Casaroli wrote: > Hello, > > I've been experimenting to build ZeroMQ work with NuttX and I wanted to > share my results so far. > > TLDR: it works > > Please, understand that I am very new to NuttX so please tell me with any &

ZeroMQ

2023-02-03 Thread Marco Casaroli
Hello, I've been experimenting to build ZeroMQ work with NuttX and I wanted to share my results so far. TLDR: it works Please, understand that I am very new to NuttX so please tell me with any conceptual errors I might be facing! https://github.com/casaroli/incubator-nuttx/tree/zeromq I