문제

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?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top