Is there a toolkit/package that is available that I could use to find a list of wireless networks (SSID's) that are available in either Java, C#, or C for Windows XP+? Any sample code would be appreciated.
...
I want to know how iwlist command scans the wireless networks available, in linux. I read its source code and there was an ioctl call using SIOCSIWSCAN to trigger the scan and SIOCGIWSCAN to get the scan results. But how the beacon frames are captured and analyzed by these system calls?
...
I'd like to use an iphone to monitor output from a remote source using an xBee modem (or other low power wireless device). Ideally, the iPhone can regularly poll the XBee for this information and then use it to display generate output.
This is similar to the way the Nike+iPod thing works I guess but I was wondering if it was possible wi...
I am working on a native iPhone app that needs to be able to automatically (in the background) sign into a captive portal on a company's large WiFi network before accessing the net. The captive portal is a simple HTTPS page with username and passsword form that authenticates then allows access to the Internet.
The hope is that the user...
Hi all,
I am writing a linux testbed for wireless sensor networks. The core objective is to test data transfer between any two nodes. The network runs using tree topology.
One node in the network is the "Driver". This node is connected using serial port to a linux PC. What I am trying to write is the software on this linux PC that will ...
I have just been integrating the Skyhook Wireless technology into my Android application. This is the localization framework that gives a better localization by looking for wifi hotspots. As a result the position is better, at least indoors when it can find a hotspot. On the downside the library is around 300kb of size on the device.
No...
if I had 2 managed switches with vlans configured like:
Switch 1:
Server - Vlan 1 2 3
Desktop - Vlan 1
Switch 2:
Desktop - Vlan 2
Desktop - Vlan 2
Access Point - Vlan 3
Switches are connected through 2 gigabit uplink ports
would every desktop / wireless client see the server?
(im not sure if you ...
Anyone who knows how to monitor usage of wireless bandwith and number of connections to the router?
I know i can restrict usage of router I am interested in seeing usage of current users connected to it.
Anyone ?
...
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...
//code in the client
HttpWebRequest request = (HttpWebRequest)WebRequest.Create("http://192.168.0.5/test");
WebResponse response = request.GetResponse();
I have a LAN setup with two machines in my workgroup.
- 192.168.0.1 (that's the client)
- 192.168.0.5 (that's the web server)
The above piece of code works perfectly fine in a sim...
I'm trying to track down some bugs on a Windows Mobile 5.0 app. The testers can reproduce these bugs no problem, but I can't. They are using the devices across a wireless network, but I'm always running the app in an emulator, or on the actual device while it's in its cradle. In other words I always have a hard-wired connection.
I'm ...
I am looking for a way to establish a wireless connection between an iPhone and a desktop client. Gamekit looks promising but all the examples / documentation only explain iPhone to iPhone.
Are there examples / documentation for an Gamekit peer on the desktop (cocoa or java)?
What are the alternatives without doing to much low level so...
I'm trying to figure out if an iPhone can connect to another non-iPhone device over wireless or bluetooth and have seen conflicting information. Much of what I've found was before version 3.0 of the SDK came out, when it certainly wasn't possible. Looking at questions like this mention you can't connect to an arbitrary device unless if...
Hello,
I have created a shortcut in C:\Temp folder for Wifi Network connection (special kind of short cut)
I am trying to launch this using C#
System.Diagnostics.Process myProc = new System.Diagnostics.Process();
myProc.StartInfo.FileName = "C:\\Temp\\wifi.lnk";
myProc.Start();
When I run the above code, nothing really happens. wh...
Are there any hardware solutions or something, where I can start, for the task I describe here?
For example, I have a smartphone with a built-in camera and a special sensor attached (the first hardware device I'm looking for) that "looks" in the same direction as the camera. Next, there is a human in front of me (may be in 3-10 meters). ...
I am currently developing a j2me application for the i290 and would like to be able to update to new midlet revisions in my application using code. The problem I am having is that one method that I know of that can do this, platformRequest(), is locked by motorola and I am not interesting in paying to sign my code.
I need a way to upda...
Howdy,
I'm trying to write an application that connects to my company's wireless network automatically on windows XP.
I've found the Wireless LAN API but it requires me to have some hotfix installed on the machine, and you need to have sp2 or higher(There are machines with SP1, and I'm required to support any XP machine).
I've tried ...
I'm trying to write an application that connects to my company's wireless network automatically on windows XP.
I've found the Wireless LAN API but it requires me to have some hotfix installed on the machine, and you need to have sp2 or higher(There are machines with SP1, and I'm required to support any XP machine).
I've tried to find s...
Hi
I Have wireless modem/usb datacard .And i am using TAPI for getting signal strength on that device.but i am always getting value 65535 means highest signal strength.but its varying.so how can i get the exact signal strength value according to that usb datacard.
...
Hi
I am using WLAN Api i.e WlanGetAvailableNetworkList() for signal strength of wireless lan modem/USB datacard.If somebody have some sample code example or some information pls send me.
...