Setting up the Supporting Desktop Computer for the NDIS Performance Test (Windows CE 5.0)
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
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
To the directory that you created, copy the following files from <Platform Builder installation path>\Cepb\Wcetk\Ddtk\Desktop\Serial:
- Tux.exe
- Kato.dll
- Tooltalk.dll
In the directory that you created, run the following command:
snetcfg -l .\ndp.inf -c p -i ms_ndp
Run the following command to verify that the MS_NDP protocol driver is installed:
snetcfg -v -q ms_ndp
For information about uninstalling the MS_NDP protocol driver, see Uninstalling the MS_NDP Protocol Driver From the Supporting Desktop Computer.
Note If the network interface for the tested Windows CE–based device is a wireless network interface and behaves as an access point, 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 CE–based device acts as an access point, associate the network interface for the supporting desktop computer with the access point. Verify that no other wireless client connects to the access point.
To find the display name of the network interface for the supporting desktop computer
- From the Start menu, choose Control Panel.
- If Control Panel is set to Category View, choose Network and Internet Connections.
- Choose Network Connections.
- From the View menu, choose Details.
- For the network connection, note the value under Device Name.
To find the bind name of the network interface for the supporting desktop computer
From a command prompt, navigate to the directory that you created that contains the files for the NDIS Performance Test.
Run the following command:
tux -o -d perf_ndis -c "-enum"
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
Running the NDIS Performance Test | Uninstalling the MS_NDP Protocol Driver From the Supporting Desktop Computer
Send Feedback on this topic to the authors