wifi

How to create a Android WifiConfiguration and access wifi with username/password.

Hi everybody, WifiConfiguration conf = new WifiConfiguration(); conf.SSID = "ssid"; conf.preSharedKey = "\"password\""; conf.status = WifiConfiguration.Status.ENABLED; conf.allowedAuthAlgorithms.set(WifiConfiguration.AuthAlgorithm.OPEN); conf.allowedGroupCiphers.set(WifiConfiguration.GroupCipher.WEP40); conf.allowedGroupCiphe...

iOS4, wifi connection notification

Hi Everyone, Using iOS 4, is there a way for a notification to be generated when the devices comes into a wifi zone, and is connected? My application would like to sit and wait for a notification to be generated that indicates that it is now in a wifi zone and has connected. When the notification is generated, my application would the...

iPhone Wi-Fi transport sequence UI design, has some problem, anyone can help me?

Download code here: http://www.cocoachina.com/bbs/job.php?action=download&aid=12804 I do it like iPhone BlueTooth transporting, but it has some problem. For example, there are 2 iphones: A and B Both Press "Search Devices" button, then start to search devices, after getting others, display the target devices list view. On A iPh...

Is Wi-Fi Adhoc Mode operation supported in Android ?

Hi All, I am fairly new to Android and I am trying to use Wi-Fi Adhoc Mode in my application. But I could not find any API or method to set the same. I read a thread in Android Forum and could not come any concrete solution on how to use enable Adhoc mode in Android.I used to use WPA_Supplicant conf file in Linux to enable Adhoc mode. ...

iphone Adhoc network

Hello, Is it possible to create adhoc network programmatically in the iphone? sothat other device can connect to it. Best regards John ...

Indoor Custom Maps Application

Hello, I am currently in the research phase of my project on Android.I am interested in developing indoor custom maps application.There are 2 problems I am currently facing in this 1) I can't use GPS as it won't work in the indoor settings like a building or a mall and 2) I can't use Google Maps API as I need to show my location on a in...

how wifi ,bluetooth images are displayed top of the screen Android?

Hi, Iam obeserving that whenever Wifi is enabled from my device , wifi images is dispalyed top corner of the screen.If i disable wifi then it dissappear.Please send me sample code on this? 2) How can i use sdk versions apk's into my own project and is it possible to access that apk java methods from my own project.If yes please give me ...

Windows Mobile 6.5 - .NET CF connection management

Hello I'm developing a Win32 mobile application (.NET CF 2.0/3.5) that has to communicate with a WebService. The mobile computer will be used in places called "Dispatch" where good WLAN coverage is provided and company offers its own AP with defined SSID name. This means that the mobile computer must use those APs (knowing their SSID na...

Sending a Message from a iPhone to a Mac.

How would I send a message to an App on my mac (which I develop) from my iPhone via WiFi? This message would then make something happen in the Mac App. This is just a fun app for myself so it doesn't need any security like SSL. ...

Bypassing wi-fi login page on iPhone?

Hi guys, I'm thinking of developing a wi-fi login app (that saves passwords) for my school. Is there a way to bypass the login page (auto pushed when you hook onto a wifi network), and let user launch the app to do login instead Thanks. ...

objective c iphone pocket-audio template

Ok, I'm wondering if there are any iphone application templates that can send the mic input of the iphone wirelessly (wifi) to the computer. And then on the computer, there is another app the receives the mic input and makes it the audio input for the app. There is a decible meter on the mac app. This is similar to the already existing ...

How to detect USB Wifi plug into computer via C#?

Hi, I want to write a simple program that detect USB Wifi plugged computer and unplug it. I am finding code or library help me to do that (C# or Delphi). Tell me if you know :) Or Code or lib that list all USB devices on computer ? Thanks ! ...

how to overcome delay in Wifi Connection android programmatically?

Hi, Whenever I need to connected to wifi accesspoint.It will take time and some times gives unsuccessfull 0r disconnected state.But i need to connect Wifi immediatly within seconds.Every time I disconnect or disable wifi using WifiManager.disconnect() or wifiManager.setWifiEnabled(false) then all Accesspoints are dissappear from wifiSet...

What is the WEP shared-key authentication algorithm

I'm reading a book named 802.11 Wireless Networks The Definitive Guide(second edition) recently. I find myself unable to understand the algorithm of WEP shared-key authentication. In the book, chapter 8.3, section "The legacy of shared-key authentication", it says The third frame is the mobile station's response to the challenge. To...

Android Froyo and Wifi

Hi, By default, Wifi sleep policy is "Sleep on screen idle". With this policy, is it possible for a Background Service at a later time to wake up Wifi using some API? Am trying the following, but does not work: When my Background Service wakes up, it calls "ConnectivityManager.getActiveNetworkInfo()" to get active network. Since, the ...

Detect wifi connectivity in c#

I am working on an asp.net (or winforms) app that is supposed to detect wifi connectivity and strength. The intention is to provide the field agents with an indicator that they can connect to our main office What would I need to detect wifi connectivity? ...

Is there a way to turn on wifi on iphone through your app's code ?

Hi, I am building an app using iPhone SDK 4. Is there a way to programmatically turn on the Wifi on an iPhone/iPodTouch (iOS 4 specifically) if it is switched off ? I want to be able to turn on Wifi (if its turned off) after alerting the user and taking his/her decision into account. Thanks, Abhinav. ...

Web site exhibits JavaScript error on iPad / iPhone under 3G but not under WiFi

Connecting to http://www.manage-us.com on an iPad under 3G [used to] result in a JavaScript error which can be seen if the developer console has been enabled. If the same page is accessed using the same iPad under a WiFi connection no error is displayed. [The error has now gone because I applied the fix below!]. Why is this? I've trie...

Calling C# function on connected to Wifi or Lan.

I already know how to check if there's a connection to the internet. But I want this(function) to be called when the user plugs a lan line in or connect to a wifi network. Basically am creating a Auto-Login for my university. ...

Is it possible to scan for Wi-Fi using Python?

Hi ! I am interested in writing a script in Python that is able to scan and show a list of nearby Wi-Fi networks. How could one do this? If possible. Thanks. Jake. ...