active questions tagged wi-fi - Stack Overflow most recent 30 from stackoverflow.com 2009-12-04T11:02:14Z http://stackoverflow.com/feeds/tag/wi-fi http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/543314/whats-a-good-resource-for-802-11-protocol-internals 2 What's a good resource for 802.11 protocol internals? gooli 2009-02-12T21:18:33Z 2009-11-11T10:42:58Z <p>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.</p> http://stackoverflow.com/questions/184677/most-effective-way-to-collect-wifi-bssid-and-rssi-data-across-many-windows-platfo 1 Most effective way to collect wifi bssid and rssi data across many windows platforms 2008-10-08T20:18:27Z 2009-10-02T08:00:02Z <p>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 information on those platforms.</p> <p>Ideally, I'd like a way to get it on all versions of XP. (I'm guessing there's just no hope at all for Windows 95 / 98 / ME). Any programming language or commandline tool will do. Any pointers? Thanks.</p> http://stackoverflow.com/questions/1499262/developing-a-hotspot-billing-system 1 Developing a Hotspot billing system IndexController 2009-09-30T16:30:26Z 2009-09-30T16:35:03Z <p>Hello guys,</p> <p>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 after which they will be allowed to browse for an allocated time. </p> <p>Now, the challenge is, i do not know hwere to start from. Any advise from you guys would be greatly appreciated. Thanks in advance.</p> http://stackoverflow.com/questions/684781/how-to-get-distance-using-wi-fi 0 how to get distance using Wi-Fi abc 2009-03-26T07:09:36Z 2009-07-24T05:14:44Z <p>I want to find the distance using wi-fi and plot the marker on map in iPhone.</p> <p>So any idea or code i can get for that?</p> http://stackoverflow.com/questions/1172425/windows-mobile-wi-fi-works-for-ie-but-not-my-app-socketexception 1 Windows Mobile Wi-Fi works for IE but not my app (SocketException) kasey 2009-07-23T15:07:21Z 2009-07-23T16:39:18Z <p>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: </p> <p>A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond</p> <p>at System.Net.Sockets.Socket.ConnectNoCheck(EndPoint remoteEP) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Net.Connection.doConnect(IPEndPoint ep) at System.Net.Connection.connect(Object ignored) at System.Threading.ThreadPool.WorkItem.doWork(Object o) at System.Threading.Timer.ring()</p> <p>ErrorCode 10060 (ConnectionTimedOut)</p> <p>despite IE having perfect connectivity. Both IE and my application work fine over the cradle and GPRS connections.</p> <p>Any ideas?</p> http://stackoverflow.com/questions/1009703/wifi-triangulation 4 Wifi Triangulation Loki 2009-06-17T21:47:53Z 2009-06-18T02:34:33Z <p>What would be the best way to triangulate a wireless network passively. Are there tools available? Algorithms? Libraries?</p> <p>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 guessing it would be possible to create a good 2d/3d map.</p> <p>I'm searching for stuff in any language / platform.</p> <p>Some keywords: wi-fi site survey, visualization, coverage, location, positioning</p> <p>Thinking about using kismet to gather the data and then process it. Maybe Free Space Path Loss for RF in the 2.4Ghz range to calculate a relative distance. And optionally try to use <a href="http://www.moonblinkwifi.com/attenuation%5Fat%5F24ghz%5F.cfm" rel="nofollow">RF obstacle attenuation estimation values</a> (based on some user input) to give better estimates. Then use trilateration to generate possible relative coordinates.</p> http://stackoverflow.com/questions/469113/configure-wifi-settings-using-c 1 Configure Wifi Settings using C# Suedois 2009-01-22T13:26:58Z 2009-06-08T10:50:16Z <p>Hi,</p> <p>I need to configure Wifi Settings for a Win Mobile application using C# (compact framework).</p> <p>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)</p> <p>Any suggestions, code sample, third party application proposition, ... welcome.</p> <p>Regards</p> http://stackoverflow.com/questions/221387/how-do-i-programatically-search-for-wi-fi-access-point-using-palib-on-the-nintend 0 How do I programatically search for Wi-Fi access point using PAlib on the Nintendo DS MrValdez 2008-10-21T10:21:47Z 2009-05-05T15:23:52Z <p>I need a way to check for Wi-Fi routers/access points on my DS homebrew. I'm using PAlib.</p> http://stackoverflow.com/questions/816656/is-it-possible-to-get-wi-fi-signal-strength-data-for-different-channels-in-iphone 2 Is it possible to get Wi-Fi signal strength data for different channels in iPhone? Thanks 2009-05-03T09:18:25Z 2009-05-04T07:38:47Z <p>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?</p> http://stackoverflow.com/questions/761140/wifi-connection-is-dropped-after-user-inactivity-period 1 WiFi connection is dropped after user inactivity period vlado.grigorov 2009-04-17T16:29:18Z 2009-04-17T16:55:11Z <p>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 <em>setIdleTimerDisabled:YES</em> doesn't help - it prevents the screen to go off, but still the wifi is closed. </p> <p>Do you know if this is possible and how to achieve it?</p> http://stackoverflow.com/questions/647808/multiplayer-game-to-demo-wi-fi 1 Multiplayer game to demo Wi-fi Thomaschaaf 2009-03-15T13:29:08Z 2009-03-16T09:08:10Z <p>Hi guys I need an idea.</p> <p>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. I would want to program it with JavaScript since I am uncapable of doing Flash. </p> <p>Any good ideas? Maybe even a finished game I could use?</p> <p>I would want it to be an instant game so no browser game where you would have to check back every 5 hours or so.</p> http://stackoverflow.com/questions/604535/is-it-possible-to-force-network-traffic-through-wifi-or-the-tmobile-network 1 Is it possible to force network traffic through Wifi or the TMobile network? haseman 2009-03-02T23:43:29Z 2009-03-10T19:39:34Z <p>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 inside an app with the Android SDK (Sorry I wasn't more clear about that originally)</p> http://stackoverflow.com/questions/617802/wi-fi-application 3 Wi-Fi Application Jyotsna 2009-03-06T06:10:20Z 2009-03-06T06:37:41Z <p>HI</p> <p>I am developing game in that I want to Play that game through Wi-Fi. So more that one </p> <p>player can also play the game. I want to develop this game for iphone. I gone through WiTap </p> <p>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. through Wi-Fi for iphone to iphone. Please help me to use simple application. :) </p> http://stackoverflow.com/questions/355433/digital-photo-frame-with-wireless-and-automated-remote-updates 1 Digital photo frame with wireless and automated remote updates [closed] Quango 2008-12-10T08:40:07Z 2009-03-04T06:20:33Z <p>I want to use a digital photo frame as a reporting tool in a business. The frame is given to a manager (in a remote office, to which I have no access). He connects the frame to his WiFi in the office. </p> <p>The frame then downloads images from a picture service daily - these are graphs and reports on the business progress. At the back end I have some code which generates the new graphs each day and uploads to the picture service via an API.</p> <p>So far I tried using an eStarling frame as this had an API on their website but that seems to unfinished and they don't seem to support it.</p> <p>Does anyone know any other service/frame combination that would support automated remote management of the pictures? The data is also confidential so it must not be publicly visible.</p> http://stackoverflow.com/questions/524351/determining-your-location-using-only-wifi-signals 1 determining your location using ONLY wifi signals? LDomagala 2009-02-07T18:57:50Z 2009-03-03T14:02:01Z <p>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</p> <p>if anyone cares: its a research project in at my university. the app is written is used as a playing ground to develop new wifi antenna that are better suited for this type of usage. i only work on the coding part of the project though. oh and its written using c# which is not optional</p> <p><hr /></p> <p>clarification: its ONLY wifi. no GPS goodnes for us becaus its supposed to work indoors the software is supposed to determine your location by using the known locations of the access points and their signal strenghts to tell you where you are. its currently at around 4-5 meters of accuracy aside from that i already have a working prototype and was just wondering if anything similiar has been done before or if anyone has any tips or ideas for/about the project</p> http://stackoverflow.com/questions/496568/how-do-i-get-the-available-wifi-aps-and-their-signal-strength-in-net 7 How do I get the available wifi APs and their signal strength in .net? LDomagala 2009-01-30T18:15:54Z 2009-03-03T14:01:34Z <p>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.</p> <p>If it is possible i would appriciate a code sample. Thanks</p> <p><hr /></p> <p>Here are a few similiar stackoverflow questions i found:</p> <p>-<a href="http://stackoverflow.com/questions/431755/get-ssid-of-the-wireless-network-i-am-connected-to-with-c-net-on-windows-vista">Get SSID of the wireless network I am connected to with C# .Net on Windows Vista</a></p> <p>-<a href="http://stackoverflow.com/questions/285665/managing-wireless-network-connection-in-c">Managing wireless network connection in C#</a></p> <p>-<a href="http://stackoverflow.com/questions/187777/get-bssid-mac-address-of-wireless-access-point-from-c">Get BSSID (MAC address) of wireless access point from C#</a></p> http://stackoverflow.com/questions/455360/detecting-wan-radio-power-off 2 Detecting WAN radio power off gooli 2009-01-18T16:01:13Z 2009-02-18T13:57:57Z <p>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 that button.</p> <p><em>Update</em> - the solution is monitoring hardware events with a Windows service. You can get some code that does that <a href="http://www.codeproject.com/KB/system/Windows_Services.aspx" rel="nofollow">here</a>.</p> <p><em>Update 2</em> - after more research it seems that the hardware events are sent for the Bluetooth device that is disabled when you hit the radio off switch. So, hardware monitoring works only for laptops that have both internal Bluetooth and wifi (probably on the same card). I never found a definite solution to this problem and have to live with the Bluetooth-based heuristic.</p> http://stackoverflow.com/questions/487401/wireless-synchronisation-program 1 Wireless synchronisation program Kunal Verma 2009-01-28T12:12:27Z 2009-02-02T10:44:15Z <p>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 would be very apreciated. I will be using visual studio to develop as it has SQL SERVER in built. Thanks</p> <p>Verma</p> http://stackoverflow.com/questions/56951/is-it-possible-to-programmatically-push-files-to-a-wireless-sd-card 1 Is it possible to programmatically push files to a wireless SD card? Derek 2008-09-11T15:47:40Z 2009-01-15T03:03:58Z <p>Is it possible to programmatically push files to a wireless SD card - like a www.eye.fi card?</p> <p>I use a Mac and thought I could do this using some AppleScript - but have not found a way...</p> <p>Derek</p> http://stackoverflow.com/questions/413076/ad-supported-free-wifi-based-internet-access-point 0 Ad supported free WIFI based internet access point Nik Matt 2009-01-05T13:24:03Z 2009-01-13T23:43:42Z <p>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 :)</p> http://stackoverflow.com/questions/351954/accessing-iphone-wifi-information-via-sdk 2 Accessing iPhone WiFi Information via SDK KiwiBastard 2008-12-09T06:29:30Z 2009-01-13T23:43:20Z <p>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.</p> <p>Only interested in Wifi info, not cellular.</p> http://stackoverflow.com/questions/212347/what-are-some-practical-problems-that-parallel-computing-f-and-gpu-parallel-pr 2 What are some practical problems that parallel computing, f#, and GPU-parallel processing might solve. Chris Ballance 2008-10-17T14:20:39Z 2008-10-21T10:54:00Z <p>Recently WiFi encryption was brute forced by using the parellel processing power of the modern GPU <a href="http://is.gd/4fhb" rel="nofollow">http://is.gd/4fhb</a>. What other real-life problems do you think will benefit from similar techniques?</p> http://stackoverflow.com/questions/31673/wifi-management-on-xp-sp2-sp3 0 Wifi Management on XP (SP2/SP3) Bob Nadler 2008-08-28T04:38:15Z 2008-10-21T10:24:11Z <p>Wifi support on Vista is fine, but <a href="http://msdn.microsoft.com/en-us/library/bb204766.aspx" rel="nofollow">Native Wifi on XP</a> is half baked. <a href="http://msdn.microsoft.com/en-us/library/aa504121.aspx" rel="nofollow">NDIS 802.11 Wireless LAN Miniport Drivers</a> 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 <em>not</em> allow you to configure a wireless connection. You have to use the Native Wifi API in order to do this. (Please, correct me if I'm wrong here.) Applications like <a href="http://www.metageek.net/products/inssider" rel="nofollow">InSSIDer</a> have helped me to understand the APIs, but InSSIDer is just a scanner and is not designed to configure Wifi networks.</p> <p>So, the question is: where can I find some code examples (C# or C++) that deal with the configuration of Wifi networks on XP -- e.g. profile creation and connection management?</p> <p>I should note that this is a XP Embedded application on a closed system where we can't use the built-in Wireless Zero Configuration (WZC). We have to build all Wifi management functionality into our .NET application.</p> <p>Yes, I've Googled myself blue. It seems that someone should have a solution to this problem, but I can't find it. That's why I'm asking here.</p> <p>Thanks.</p>