WCF hosting in .NET compact framework

Posted by jauwaad on Stack Overflow See other posts from Stack Overflow or by jauwaad
Published on 2010-02-18T02:26:55Z Indexed on 2010/04/11 22:03 UTC
Read the original article Hit count: 312

I would like to host a service on a WinCE device. The WinCE device is the host which can be accessed(control and data acquisition) by multiple clients (PC or WinCE) over serial port, TCP, USB etc. I was considering using Protocol Buffers for serialization on the wire. It would be ideal to use WCF or remoting but as far as I see they are not implement on the Compact Framework. Anyone have any ideas how this can be achieved.

© Stack Overflow or respective owner

Related posts about protobuf-net

Related posts about wcf