Share via


Debugging and Testing a Gateway (Windows CE 5.0)

Send Feedback

The following information can be useful when debugging and testing a Gateway that uses Windows CE. (For general information about testing and debugging, see Strategies for Debugging a Run-Time Image, Tools for Debugging and Testing, and Debugging Reference.)

  • The Windows CE Test Kit (CETK) includes a set of tests that you can use to test and validate some of the Gateway functionality. In particular, you can use the Network Driver Interface Specification (NDIS) performance test to assess the lower-level send and receive throughput of a network interface on your Gateway device. For more information about the NDIS test, see NDIS Performance Test. For general CETK information, see Windows CE Test Kit.
  • You can improve, or optimize, the NDIS miniport driver of your Gateway so that it sends and receives network packets in a more efficient manner. For more information, see Improving Performance of an NDIS Miniport Driver.
  • You can use the Winsock Performance Test to measure send and receive throughput, packet loss, and round-trip time at the Winsock level. For more information, see Testing a Gateway by Using the Winsock Performance Test.
  • You can manually verify correct compilation and operation of a default Gateway run-time image by following the instructions in How to Develop a Gateway.
  • For a list of best practices on how to increase the performance of your Gateway device, see Gateway Best Practices.

See Also

Developing a Gateway

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.