wi-fi

Wifi Management on XP (SP2/SP3)

Wifi support on Vista is fine, but Native Wifi on XP is half baked. NDIS 802.11 Wireless LAN Miniport Drivers only gets you part of the way there (e.g. network scanning). From what I've read (and tried), the 802.11 NDIS drivers on XP will not allow you to configure a wireless connection. You have to use the Native Wifi API in order to do...

Is it possible to programmatically push files to a wireless SD card?

Is it possible to programmatically push files to a wireless SD card - like a www.eye.fi card? I use a Mac and thought I could do this using some AppleScript - but have not found a way... Derek ...

Most effective way to collect wifi bssid and rssi data across many windows platforms

I'm trying to collect wifi Bssid and Rssi information on Windows, and am looking for the most reliable way to do that across as many versions of Windows as possible. With Vista it's easy using Win32 calls with the Wireless LAN API. That API exists on XP SP2 (sometimes) and SP3, but as far as I can tell it doesn't support gathering Bssid ...

What are some practical problems that parallel computing, f#, and GPU-parallel processing might solve.

Recently WiFi encryption was brute forced by using the parellel processing power of the modern GPU http://is.gd/4fhb. What other real-life problems do you think will benefit from similar techniques? ...

How do I programatically search for Wi-Fi access point using PAlib on the Nintendo DS

I need a way to check for Wi-Fi routers/access points on my DS homebrew. I'm using PAlib. ...

Accessing iPhone WiFi Information via SDK

Is there a way using the iPhone SDK to get WiFi information? Things like Signal Strength, WiFi Channel and SSID are the main things I'm looking for. Only interested in Wifi info, not cellular. ...

Ad supported free WIFI based internet access point

We would like to setup a small Wifi access point where we provide free internet in and around our store, with store banner pop ups added to any web content they browse using this net connection. What do we need to do this ? I am expecting some kind of C# solution, but I can live with Java too :) ...

Detecting WAN radio power off

Like most laptops, mine (a Dell Inspiron 1420) has a small button which can be used to turn the wifi card on and off. Is there any way to detect that the radio has been turned off in a Win32 C program or service? I'm looking for a better way than to get the list of the visible access points, something that only depends on the state of th...

Configure Wifi Settings using C#

Hi, I need to configure Wifi Settings for a Win Mobile application using C# (compact framework). So the deal is: - Configure the network (SSID for an hiden AP) - WPA authentication with TKIP - Force user and password (the end-user won't be prompted for authentication) Any suggestions, code sample, third party application proposition, ...

Wireless synchronisation program

hi I have been looking for help with not much luck till i arrived here. I want to develop an SQL server database and an application which will act as a server to allow a pda to send data to and wirelessly synchronise and information to sendAs it uses mobile application I would like to utilise it over a WIFI network.Any information woul...

How do I get the available wifi APs and their signal strength in .net?

Is there any way to access all WiFi access points and their respective RSSI values using .NET? It would be really nice if I could do it without using unmanaged code or even better if it worked in mono as well as .NET. If it is possible i would appriciate a code sample. Thanks Here are a few similiar stackoverflow questions i found: ...

determining your location using ONLY wifi signals?

i will be working on a project that tries to determine your position using the wifi signal strength from a few access points. i was wondering if anyone knew of any similiar projects or any articles on that topic if anyone cares: its a research project in at my university. the app is written is used as a playing ground to develop new wif...

What's a good resource for 802.11 protocol internals?

I'd like to delve deeper into the 802.11 wireless standard and its protocols, but I don't want to wade through the lawyer-speak of the actual standard document. Can you recommend any resource I can use to learn from? An online resource would be best, but a book could work too. ...

Is it possible to force network traffic through Wifi or the TMobile network?

I'm wondering if, with the G1, it's possible to force the network traffic to pass through the Wifi or through the Cell GSM network. I need to force an application to connect through the tower network to get some login information. Is this possible? Anyone have any ideas as to how this would be possible? I'm trying to accomplish this ...

Wi-Fi Application

HI I am developing game in that I want to Play that game through Wi-Fi. So more that one player can also play the game. I want to develop this game for iphone. I gone through WiTap application which is on developer.apple.com since it's very hard to use. So if anybody knows how to send a simple data such as integer or string etc. th...

Multiplayer game to demo Wi-fi

Hi guys I need an idea. So in Germany we have built up a huge Wi-fi system and usually you have to login to the system to surf the web. As a gimik we want to add a multiplayer game so without having to pay for usual internet they can play a webbased multiplayer game. What multiplayer games do you know. It just has to be 2 player really....

how to get distance using Wi-Fi

I want to find the distance using wi-fi and plot the marker on map in iPhone. So any idea or code i can get for that? ...

WiFi connection is dropped after user inactivity period

My iPhone application establishes a TCP connection through wifi to a remote server. However, if there is no user activity for a certain time, the device closes wifi and drops the connection. Is it possible to prevent it? I need the connection to be persistent while the application is running. Setting setIdleTimerDisabled:YES doesn't help...

Is it possible to get Wi-Fi signal strength data for different channels in iPhone?

I assume that the iPhone Wi-Fi hardware is able to switch between channels, since my WLAN router shows me channel 1 to 13. So that WLAN spectrum must be devided up into those, I think. I would like to observe the signal strength from a specific channel within my app. Is there a way to get this data? ...

Wifi Triangulation

What would be the best way to triangulate a wireless network passively. Are there tools available? Algorithms? Libraries? My goal would be to create a relative map of various objects that sends or receive signals using signal strength (DB's), signal/noise ratio, signal phase, etc. from a few location points. With enough sampling, i'm gu...