1
vote
1answer
35 views
Developing a Hotspot billing system
Hello guys,
My current project requires me to design a hotspot billing system whereby users connect to the wireless network and when they try to browse, they are prompted to enter their access code …
1
vote
1answer
147 views
Windows Mobile Wi-Fi works for IE but not my app (SocketException)
I've been trying to add Wi-Fi connectivity to my Windows Mobile 6.1 .NET CE 3.5 application but can't figure out why I get the following SocketException:
A connection attempt failed because the …
4
votes
4answers
719 views
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 …
0
votes
7answers
999 views
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?
2
votes
2answers
1k views
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 …
7
votes
5answers
1k views
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 …
2
votes
2answers
96 views
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 …
1
vote
5answers
1k views
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 …
1
vote
1answer
222 views
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 …
1
vote
5answers
631 views
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 …
1
vote
1answer
512 views
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 …
1
vote
3answers
371 views
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 …
2
votes
2answers
3k views
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.
1
vote
2answers
220 views
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 …
2
votes
1answer
158 views
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 …
