I have an application composed from a server and a client.
The Server is C/C++ application, and the client is a cross-platform Xamarin application that target Windows, Android and iOS .
The Server part and the Client part communicate using ZeroMQ messages.
I tried the current c# implementation like NetMQ and clrzmq, but they cannot be used in Xamarin.
Did you know the simplest way to use ZeroMQ in Xamarin?