On Mon, Jan 2, 2012 at 12:37 PM, Nick Talbot <[email protected]> wrote:
> 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 > > You can implement the ZeroMQ protocol (http://rfc.zeromq.org/spec:15) directly, so you don't get the benefits of the library, but you can at least talk to the server - that's why Martin was pointing you towards the Javascript, not because of the method it got to the socket, but because they had implemented the protocol themselves over that socket. Doesn't sound like there are any other options for windows phones at the moment. Ian
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
