Question

On Windows desktop I use SocketTest as GUI tool to test TCP connections.

Is there alternative for Windows CE (native are preferred) to test connections with Windows Desktop?

Was it helpful?

Solution

The Winsock API (winsock 2.x at least) on Windows CE is quite similar to the one you've on "full" Windows. If those samples are not using too many advanced UI features porting them to CE won't be too complex. If the GUI part is not easy to convert you can still keep the low-level socked-related routines.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top