Cross network communication choices?

  • Thread starter Thread starter Tomppa
  • Start date Start date
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?
 
It could be a simple combination of a web service (to register the device's
current ip address) and UdpClient.
 
Back
Top