Pocket PC Networking >> Wireless Communication

by WnNvbHQ » Thu, 14 Jul 2005 03:40:03 GMT


Hello,

I have HP iPAQ h6340 device. I need a solution to
* enumrate all of the available access points and query their name
* connect to one of the access points
* diconnects from the connected access points
* turn on/off wifi capability of the device

Do somebody know such a solution?

BR
Zsolt


Pocket PC Networking >> RE: Wireless Communication

by U2ViYXN0aWVuIFJvdXNzZXQ » Thu, 04 Aug 2005 22:42:07 GMT


Hi Zsolt,

You should look at the example RFutils provided by OpenNetCF.
With this sample, you can enumrate all of the available access points and
query their name.
www.opennetcf.com
This is the first step. try it. It's C# code.

Regards
Sebastien Rousset









Similar Threads

1. Over 3,000 MB of RAM Diables Wireless Communications

I have Vista Ultimate (32 bit) installed on an ACER 9410 Notebook (Core Duo 
Processor).  I purchased 4 GB of RAM and was NOT surprised to see just over 3 
GB.  What was a surprise is that anything over 3 GB of RAM disables the 
wireless communications, both built-in and external wireless adapter.  The 
company I bought the RAM from sent me a 1 GB chip which, added to the 2 GB 
chip give me approx. 3,062 MB of RAM - just enough to knock out the wireless. 
 When I install a 2 GB chip and a 512K chip, the resulting 2.660 GB of RAM  
does NOT conflict with the wireless.

A friend has heard of this problem and seems to think it's fairly common 
knowledge but I can't find anything on the internet about it.

I realize from reading other posts I can never get 4 GB but is there a fix 
or workaround so that I can install the max. 3GB (which registers more than 
3,000 MB) and have wireless, too?

2. Over 3,000 MB of RAM Disables Wireless Communications

3. Need ideas for wireless communication challenge...

Hi! I have a need for what I think should be simple to put together,
just need some help figuring out the tech side...

I do antique and estate appraisals remotely daily (i.e. anywhere and
everywhere clients need me - usually nowhere near a land connection or
wireless network).  I currently use a laptop with the Verizon wireless
broadband card which words well in most cases. Problem is the laptop is
too bulky and I'm rarely in a position to actually sit down with the
machine - the process is almost always fast paced and on the move. My
current solution is very time consuming.

My ideal solution would allow me to take photos of items as I move
through the estate and wirelessly transmit the photos to another person
(in the same room) who then does the research for the appraisal. I'd
need to be able to communicate with the other person verbally as well
so I'd need some kind of two-way radio - something descrete because I
don't want to walk into an estate and scare an old fashion client
because we're too modern and look like Navy Seals.

If anyone out there has any ideas on current technology that may meet
my needs, I need your help.

Thanks!
Darren

4. How to establish Wireless Communication

5. Wireless communication on Pocket PC

Hello,

I am trying to develop an application on a PocketPC phone using VS2005
in C#.
The application simply waits for messages from the client (the
PocketPC acts
like the server)

I am using some code which looks like:

    private void myMonitor()
    {
         try
    {
      // Set the TcpListener on port 13000.
      int port = 13000;
      IPAddress localAddr = IPAddress.Parse("169.254.50.100");
      bool messageReceived = false;
      // TcpListener server = new TcpListener(port);
      TcpListener server = new TcpListener(port);
             //(localAddr, port);
             //localAddr, port);

      // Start listening for client requests.
      server.Start();
while(!messageReceived)

      {

        // You could also user server.AcceptSocket() here.
        TcpClient client = server.AcceptTcpClient();
 int i;

        // Loop to receive all the data sent by the client.
        while((i = stream.Read(bytes, 0, bytes.Length))!=0)
        {
          // Translate data bytes to a ASCII string.
          data = System.Text.Encoding.ASCII.GetString(bytes, 0, i);
        }
       / Shutdown and end connection
        client.Close();
        messageReceived = true;
        server.Stop();
    }
catch(SocketException e)
    {
      Console.WriteLine("SocketException: {0}", e);
    }


However, sometimes I am getting no communications from the client.
This is in particular if I use the following override of TcpListener:

TcpListener server = new TcpListener(localaddr, port);

Is there another way that I can get better communications (wireless)
on a PocketPC?

Thanks
Mike

6. Wireless communication trouble between SQL server and PPC, Help need

7. how I can establish a wireless communication without access point?

Hi, I have two computers at home: a desktop pc and a 
notebook. The notebook has an integrated Ralink RT 2500  
wireless Lan Card and an AMD 64 3200+, while the desktop 
pc has a Skintek SK-WLG-1201 wireless Lan Card Pci and an 
AMD Duron 800 Mhz. Both cards use IEE 802.11g so I want 
to create a wireless network but i haven't an access 
point. I think to use ad-hoc 802.11g but in this case 
windows xp hasn't an user-friendly automatic 
configuration. I've tryed to set all parameters 
configuration of the cards but the communication isn't 
established. If you can help me send me an email and if 
you prefer also your msn contact. Thank you for all 
replies, a microsoft xp users ;)

8. W2K-NT communication slower than NT-NT communication