wich PDA is fully NDIS 5.1 ?

Y

Yannick S.

hi all,

do you know wich PDA with wm2003 is fullly NDIS 5.1 compliant ?
I have try the dell X30 with wifi and BT built in but it is not.

Yannick.
 
Y

Yannick S.

I want to develop an application that use the signal strength of all wifi
network to locate the PDA in space.
In the NDIS 5.1 I can use the OID BSSID_LIST and LIST_SCAN.
exemple :
do something when you are near this AP. That's all. But to do that I must
know the wifi environment.
 
P

Paul G. Tobey [eMVP]

You don't want to do it that way. If you are using managed code, as your
post to .dotnet.framework.compactframework suggests, just use the code in
OpenNETCF and it's already done for you. This code will work on PPC2003 and
on devices running Windows CE.NET 4.x and later (non-Pocket PC).

However, in PPC2002/Windows CE 3.0 and earlier, WiFi support is not native
to the OS, so you'd have to get the signal strength from each card using
it's custom API (if any). If that's your target, you're out of luck.

Paul T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top