NNanomsg icon indicating copy to clipboard operation
NNanomsg copied to clipboard

Bus (Mesh Network) operation of NNanomsg

Open DrYSG opened this issue 6 years ago • 0 comments

I have been using NNG (C++) but I am more comfortable with C#, and C# is more friendly for Matlab. So I wanted to write a C# plugin to read the NNG NanoMSG messages. But I am moving from pub/sub to a bus/mesh protocol. e.g.

https://nanomsg.org/gettingstarted/bus.html

  1. Does NNanomsg support that?
  2. What switches on the socket (options do I need) e.g. NN_BUS? NN_SOL_SOCKET?

DrYSG avatar Jul 11 '18 15:07 DrYSG