Cross network communication choices?

T

Tomppa

I have a wince 5 compact framework 2.0 winforms app that needs to listen for
commands over the tcp/ip network then do some work from the command given.



I'm not sure what network communication architecture to use.



UPnP - no good documentation on using from CF 2.0



OpenNet P2PMessageQueue - I'm not sure if you can send a message to the
queue from another network device? I can't find any examples anywhere on
this.



Raw sockets - the brute force approach.



Any suggestions?
 
G

Guest

It could be a simple combination of a web service (to register the device's
current ip address) and UdpClient.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top