mhowlett / NNanomsg

.NET binding for nanomsg
MIT License
179 stars 52 forks source link

Bus (Mesh Network) operation of NNanomsg #37

Open DrYSG opened 6 years ago

DrYSG commented 6 years ago

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?