wifi

How to create ASP.NET SP web app supporting SP-Initiated SSO using SAML 2.0

I wish to create ASP.NET web application project using Visual Studio 2010 that will act as a Service Provider in the SAML 2.0 realm. (supporting SP-initiated SSO) I need this web app to send SAML request and respond to SAML response from external IDP using SAML 2.0 protocol. I read many posts about the WIF and ADFS 2.0 supporting SAML ...

periodically connecting-disconnecting WiFi connection

Hello, I have problem with my WiFi connection. It is periodically connecting-disconnecting after couple of minutes. I have windows XP and have checked the log. There is event ID:1003, event source:DHCP, text: Your computer was not able to renew its address from the network (from the DHCP Server) for the Network Card with network addre...

Is it possible to use the IE connection settings from a .NET application

I have a .NET application (WPF but that doesn't really matter) running on Windows 7 (x86). I want to connect to the internet from my application to call a web service. When there is a wifi connection, I want to use that. If there is no wifi connection, I want to automatically connect to a GPRS connection setting defined in the OS (e.g. i...

NDIS Driver to Limit WiFi to a Single Access Point?

I'd like to limit the set of Wifi networks that shows up in Windows to a single access point instead of seeing dozens of networks that are nearby. Alternatively, it's ok to see them if I have a way to prevent connecting to them (i.e. the 'unsecured' ones, with owners who refuse to secure their networks even when asked politely and offer...

Android apps, communicating with a device plugged in the USB port

I'm thinking about an Android app (with possibly an accompanying physical device), and i'm trying to figure out whether this is something that's feasible. 1) Let's say I plug my Android to my PC. Would it be possible for an app installed on the PC to communicate with an app running in the cell phone? I just need a very simplistic data e...

App designer in GUI format

Hi All, My first post here so please be gentle. I have only just started looking to ios programming after working in the automation systems programming world for a while. it strikes me that there are no fast build program interfaces out there. the closest to what i have been looking for comes from CommandFusion but their GUIdesigner sof...

How to start Window Mobile programme?

I am new in Window Mobile Programming. I have to make to scan Wifi networks and join to the network using Window Mobile 6.5 Professional device, CE OS 5.2. But I do not know how to start it. I am a beginner. Please give me tips to start it. What language and tool is better? Where is the helpful documents? any thing for beginner. Thanks ...

Ideas for location based medical service with android

Hello all, I have developed some simple apps on android like pushing notifications and use of Bluetooth to approximately find the location of the device.I have been toying with idea of providing location based medical services kind of a app for android which can be used in hospitals by doctors,nurses or maybe patients. But I am not abl...

feature not supported [8004100c] when querying MSNdis_80211_Configuration using WMI on localhost

Hi, I need to (des)activate network card so that there's no wired ("secured") and wireless wifi,3g active connections at the same time. So, I need to tell apart which connexions is wireless and which is wired. I see no obvious way to do it querying the Win32_NetworkAdapter. Plus there a lot of (?)virtual(?) devices I really don't care ...

Make HTTP connection using GSM network, not WiFi

I need to make HTTP request on Android using GSM connection, not Wifi. My current solution is to disconnect from all wi-fi connections and perform a request. Is there any better solution? I could not find any relevant methods in the API (I looked in package org.apache.http, but it seems it is completely unaware of what type of connectio...

AIR <-> Android communication

Hey, I'm looking for a way have some way of communication between an AIR application that runs on a desktop and an Android application (that obviously runs on a phone). Basically, I plan to make the desktop application controllable via an application on an Android phone. Grant Skinner did a similar thing with his Androideroids game, wh...

Mobile application based on bluetooth and wifi technology

I need help as I want to develop an application which based on bluetooth and wifi technologies, but I am run out of ideas. I was thinking about an application needs to share data between people something like a small social mobile network, so any ideas!! ...

How often to poll wifi signal strength?

Ideally I would like to monitor the signal strength of a wireless network in near real-time, say every 100ms, but such a high frequency is probably overkill. I'm using the Managed Wifi library to poll RSSI. I instantiate a WlanClient client = new WlanClient(); once and re-use that client to measure signal strengths every second or so (b...

How to scan Wifi access point on Windows Mobile?

I need to scan Wifi access point on Windows Mobile and connect the one of scanned results. Currently I am using C# language, Windows Mobile 6.5 device, also to scan I am using the below code. [DllImport(wlanapi.dll", SetLastError=true)] I am using wlanapi.dll, but it seems that not possible to use on Mobile. Does anyone know about the...

How to broadcast file using Wifi from one Iphone to all connected iPhones

Hi all, i am transferring file from one iPad to 2 other ipad though same application developed in Iphone OS 3.2 though Wi-Fi network.The connection breaks once file is transferred and 2 way communication is not possible. pls help Thanks in Advance ...

iPhone does not receive UDP data over WiFi

With a WiFi connection, UDP data is not received. It stops at: recvfrom(sock, buf, RECV_BUF_SIZE, 0, (SOCKADDR*)&rAddr, (SOCK_LEN*)&len); When I run the same program in iPhone simulator over ethernet it works well. What am I missing? ...

how to make WiFi Server in C#

i have a project on WiFi server so kindly inform me that how i make a wifi server in C-sharp...??? kindly guide me well. thanks... ...

Power off WiFi on Windows 7 for battery saving

I need a way to "cut the power" of my WLan device. Currently I use a PowerShell script to disable the network interface, but I'm not sure if this also really stops the device from scanning and so on. If its possible I'd like to implement this with C++ or C# via WinAPI/WMI. Current PowerShell Script: $WLanDeviceID = 11 $WLanAdapter = g...

Why WifiInfo.getRssi() always return -200?

I made an aplication that shows actual wifi conection information. cont = act.getApplicationContext(); wifiManager = (WifiManager)cont.getSystemService(Context.WIFI_SERVICE); display.setText(cadena + "\n Rssi:" + wifiManager.getConnectionInfo().getRssi() + "\n BSSID: " + wifiManager.getConnectionInfo().getBSSID(...

Wifi tethering on symbian (s60v3)

Which platform should i choose ? QT or Symbian C++ ? Does QT have methods for implementing this ? How do i make the phone to behave as a hotspot ? I'd be grateful if someone point me the right way to get going. Thank You ...