Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top