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?
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?