NNanomsg
NNanomsg copied to clipboard
Bus (Mesh Network) operation of NNanomsg
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
- Does NNanomsg support that?
- What switches on the socket (options do I need) e.g. NN_BUS? NN_SOL_SOCKET?