Hi Martin, Raw TCP sockets *are* available in Windows Phone 7, but only in C#, not C/C++. Windows Phone 7 is a sandbox system that only allows managed code, not raw C/C++ (which is why the zeromq libraries can't be used)
So can I write some code to connect a C# normal socket to a Zeromq socket? Thanks, Nick Sent from my iPhone On 2 Jan 2012, at 11:52, Martin Sustrik <[email protected]> wrote: > On 02/01/12 12:49, Nick Talbot wrote: >> The windows phone 7 platform is definitely restricted. >> >> Just to restate: it does support sockets, but doesn't support native C/C++ >> library code. >> >> Is it possible for a regular socket on a client to connect to a ZeroMQ >> socket on a server? > > Yes. But you have to be able to use raw TCP. If all you can do is HTTP, you > can't speak to a remote 0MQ endpoint. > > Well, unless someone implements HTTP transport inside 0MQ :) > > Martin > > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
