Setting Up the Supporting Desktop Computer for the NDIS Performance Test (Windows Embedded CE 6.0)

1/6/2010

On the supporting desktop computer, you must install the MS_NDP protocol driver. You must also determine the bind name of the network interface for the supporting desktop computer.

To install the MS_NDP protocol driver on the supporting desktop computer

  1. Create a directory, and then copy to that directory the following files from <Platform Builder installation path>\Cepb\Wcetk\Ddtk\Desktop:

    • Perf_ndis.dll
    • Ndp.sys
    • Ndp.pdb
    • Ndp.inf
    • Snetcfg.exe
    • Msvcr71.dll
  2. To the directory that you created, copy the following files from <Platform Builder installation path>\Cepb\Wcetk\Ddtk\Desktop\Serial:

    • Tux.exe
    • Kato.dll
  3. In the directory that you created, run the following command:

    snetcfg -l .\ndp.inf -c p -i ms_ndp

  4. Run the following command to verify that the MS_NDP protocol driver is installed:

    snetcfg -v -q ms_ndp

To uninstall the MS_NDP protocol driver

  1. For information about uninstalling the MS_NDP protocol driver, see Uninstalling the MS_NDP Protocol Driver from the Supporting Desktop Computer

Finding Names for a Network Interface

If the network interface for the tested Windows Embedded CE–based device is a wireless network interface and behaves as an access point (AP), the network interface for the supporting desktop computer must be a wireless network interface. Configure the wireless network interface for the supporting desktop computer to start in ad hoc network mode.

If the network interface for the tested Windows Embedded CE–based device acts as an AP, associate the network interface for the supporting desktop computer with the AP. Verify that no other wireless client connects to the AP.

To find the display name of the network interface for the supporting desktop computer

  1. From the Start menu, choose Control Panel.

  2. If Control Panel is set to Category View, choose Network and Internet Connections.

  3. Choose Network Connections.

  4. From the View menu, choose Details.

  5. For the network connection, note the value under Device Name.

To find the bind name of the network interface for the supporting desktop computer

  1. From a command prompt, navigate to the directory that you created that contains the files for the NDIS Performance Test.

  2. Run the following command:

    tux -o -d perf_ndis -c "-enum"

  3. From the list of network interfaces, note the bind name of the network interface whose display name matches the device name displayed in Network Connections of Control Panel. The bind name has the format \Device\{GUID}.

See Also

Other Resources

NDIS Performance Test