wireless Questions
2
Solved
I want to get signal strength of this wifi which is connected with my device. This is probably easy. But I am beginner. And It's homework. How to get it?
I tried this code. But it doesn't work.
...
Crucify asked 16/9, 2013 at 15:11
3
Solved
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 appr...
2
Solved
While researching wireless communication protocols for a potential application, I came across this page on Wikipedia which lists throughput rates for both Bluetooth and 802.11 networks: http:...
Collis asked 17/3, 2015 at 16:15
2
Solved
I'm trying to use nl80211.h for scanning access points for a simple WLAN manager. I can't find any example code and only documentation I can find is kerneldoc. I have been trying to study from iw a...
6
Solved
So I'm trying to setup a wireless mesh network using Raspberry Pi's, with the Edimax EW-7811Un WLAN Adapter and the batman-adv protocol.
I've tried following the basic setup guides from:
http://...
Esquivel asked 2/5, 2014 at 22:9
2
Ok, so I want to do some tests on my network. I have a wireless network, with a WPA2 password. I have the password, it's my own router. I have 3 laptops in here, and I want to capture all the traff...
Kelvinkelwen asked 21/2, 2014 at 17:35
8
Solved
I have an application that does a lot of binary data loading. I've encountered scenarios where an unstable 3G connection may intermittently cut out during the loading of some of this binary data, c...
1
I am sending single SSID and frequency to libnl for scanning, but i got multiple scan result along with my requested SSID and frequency,But i need single scan result (only for requested SSID), how ...
1
Solved
I'm designing an html page for WiFi authentication and I would like to introduce in this page a Checkbox and Submit button, upon reading the Terms and Condition and Checking the CheckBox, the Submi...
Knackwurst asked 3/2, 2014 at 9:33
1
Solved
to see wireless network security key we can use this in cmd :
netsh wlan show profile name="WIRELESS NAME" key=clear
and to add profile we can use this :
netsh wlan add profile filename=D:\file....
Isom asked 23/1, 2014 at 19:29
2
How can I send video from an iPhone to an iPad?
I'm building a robot that is an iPhone controlling an arduino, for the next phase I would like to be able to send some live streaming video from the...
Internationalism asked 19/10, 2011 at 3:5
2
Solved
I need to find the list of visible Bluetooth devices with their respective details in the range of my Bluetooth modem. I only need to do Bluetooth 2.0 and below. I don't need to do Bluetooth ...
1
Solved
The option is gone from the general preferences pane, and I cant find any results for Xcode 5 on how to enable it.
4
I have written the following program to get the ESSID of the wireless network to which my Desktop is currently connected, but it is giving me errors. Can anyone help me correct the bugs? Code:
#in...
2
Imagine this situation that there are some smartphones and computer around with their WiFi adapter (wireless adapters) on, but not necessary connected to a network.
Is there a way to look th...
Frankfort asked 15/1, 2013 at 1:5
2
I'm using the reachability API to detect my current connection, but I can only distinguish between WIFI and 3G.
I get the following flags:
LTE: kSCNetworkReachabilityFlagsIsLocalAddress|kSCNetwor...
Wolford asked 15/4, 2012 at 2:53
1
Solved
I have created a website for mobile using PHP and jQuery. It works on my PC but now I want to test it with my Android device. How can I do that?
How can I access a WAMP server's IP from my A...
Leucomaine asked 2/10, 2013 at 7:38
3
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 t...
Esquiline asked 29/6, 2009 at 21:13
1
Solved
I tried to calculate the MIC for a WPA Handshake packet, but unfortunatelly it fails. To be more precise, I took the 802.1x packet (like the specification says).
MIC = HMAC_MD5(MIC Key, 16, 802.1x...
Lobell asked 28/2, 2013 at 11:0
2
Hello I am going to develop an app like "AirDroid" on Android Market which connect a device with the PC using wireless communication.
Can anybody explain to me how this app works?
Is Internet requ...
3
Solved
I have a debian/ubuntu boards that I connect them via an ad-hoc network with the following settings
board:~# cat /etc/network/interfaces
auto wlan0
iface wlan0 inet static
address 10.0.0.2
...
3
Solved
Recently I noticed the internet running very slowly on my laptop, which is connected to my wireless network (Netgear DGN2000).
When I ping the router, I get long ping times and/or request ti...
Csch asked 22/1, 2012 at 15:48
1
How do you use PyObjC to turn off and on the wireless interfaces of a Mac? My research to date has lead me to the Cocoa Framework and PyObjC. On the Mac Developer website I found an example of a wi...
1
Solved
Using avconv to stream live audio from in-line (alsa hw:0,0) over wireless access point to a client.
I have linaro 12.06 installed on my Miniand's Hackberry(https://www.miniand.com/products/Hackberry%20A10%20Developer%20Board).
I have wireless access point up on the hackberry with the ssid of HAC...
7
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 t...
© 2022 - 2024 — McMap. All rights reserved.