Search code examples
windows-phone-8.1windows-phonezeromqnetmq

ZeroMQ on Windows Phone 8.1?


I've been developing an app for Windows Phone 8.1 and i wanted to use ZeroMQ for the communication with the server. I've used ZMQ before and it has always worked after some trying but i just coulnd't get it to work with WP8.1. I already tried to use NetMQ but i get the error "the package does not contain any assembly references or content files that are compatible with that framework" when trying to install it via NuGet, the same Problem with clrzmq4 and Castle.ZMQ Is there any possibility out there to get ZeroMQ running on WP8.1? I'm thankful for your help.


Solution

  • According to this thread, ZeroMQ is not compatible with Windows Phone, since this doesn't support the .NET sockets library.

    I guess you'll have to use an alternative or build your own then...