![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Hobbyist Programmer
|
need advice on problem with wireless network programming
I am trying to create an interface between a wireless device and a wifi access point, basically I just want to talk to the wifi access point to get all of the basic information (SSID, signal strength, MAC address, etc...), but I can't seem to figure out where to begin. So far I have tried to do a lot of research on the topic, to see if anyone else has done something similar and I could learn from that, with no luck, mostly a lot of stuff using linux commands (where as I want to do this on a windows machine). Basically I feel as if I have exhausted all my resources to find information on this topic, and I am wondering if anyone has a) a new direction/approach to the problem, or b) anyone would be willing to share information regarding this topic. And I chose c++ to do this in, but I am willing to change to another language if libraries pertaining to this topic are already built in.
Thanks |
|
|
|
|
|
#2 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
One place to start might be Microsoft's Embedded C++ (4.0 is the latest, maybe). One of the features is the ability to simulate a portable device directly on the PC while you are conducting your investigations.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#3 |
|
Hobbyist Programmer
|
Well from that I think I found a solution after following a couple links I found this http://msdn2.microsoft.com/en-us/library/aa446491.aspx which seems to be what I want. It looks like it is for mobile devices, but I think I can probably use it for windows applications.
Thanks for the help. If anyone has any alternatives that would still be appreciated. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| best network programming language | ShadowAssasin | C++ | 11 | Jun 13th, 2006 12:18 PM |
| 26 Year Old, Considering Programming (advice plz) | Zephirus | C++ | 23 | May 25th, 2006 4:01 AM |
| Network programming newb | cyberphreak | C++ | 16 | Oct 24th, 2005 8:47 PM |
| C programming problem | mmmm_strawberries | C++ | 3 | Mar 1st, 2005 4:48 PM |