Questions tagged [wireless]

Wireless refers to the technology allowing transfer of information between two points that are not physically connected.

Wireless technologies allow the transfer of data between two points that have no physical connection. Traditionally, those physical connection are made in copper wires hence the term "wire-less".

1289 questions
19
votes
1 answer

How to allow remote access to my WAMP server for Mobile(Android)

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 Android device? My mobile and PC are connected within the…
user2761097
18
votes
1 answer

How to learn the structure of Linux wireless drivers (mac80211)?

There is so many structures in the Linux wireless driver mac80211. Things like struct net_device, struct ieee80211_hw, struct ieee80211_vif and struct ieee80211_local and so on. So many structures that I don't understand what information they…
user907124
  • 181
  • 1
  • 2
  • 4
18
votes
1 answer

change wireless network security key CMD or VBScript

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.xml I need a command to change the password for…
Criss
  • 755
  • 7
  • 22
16
votes
2 answers

Why does Wi-Fi have so much more bandwidth than Bluetooth?

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://en.wikipedia.org/wiki/List_of_device_bit_rates Here is a…
senbrow
  • 588
  • 1
  • 4
  • 11
15
votes
2 answers

iphone send video to ipad live streaming and wireless control (like AR Drone)

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 iPhone to see in an iPad and have the iPad sending…
manuelBetancurt
  • 15,428
  • 33
  • 118
  • 216
15
votes
13 answers

Can't connect to Android via ADB over wifi - Do I need root access?

I'm basically trying to do this: How can I connect to Android with ADB over TCP? with the Droid X2. I have USB Debugging on, and my phone is plugged in via USB. The IP Address is 10.0.78.33 (I have verified that I can do TCP communication to the…
J J
  • 1,550
  • 4
  • 17
  • 27
15
votes
2 answers

Why do I get "unable to download" at the end of a wireless iOS app distribution?

I'm developing an iOS app for iPhone and iPad. It runs great on the simulators and actual devices. It installs without error using both iTunes and the iPhone Configuration Utility. I cannot, however, seem to get wireless distribution to work…
NovaJoe
  • 4,595
  • 6
  • 29
  • 43
15
votes
4 answers

Finding location using MCC, MNC, LAC, and Cell ID

I know what the values are for MCC, MNC, LAC, & Cell ID. I want to in C write a program to calculate the position in the form of latitude and longitude values in Linux. FYI: MCC - Mobile Country Code MNC - Mobile Network Code LAC - Location Area…
Embedded Programmer
  • 519
  • 4
  • 8
  • 22
15
votes
8 answers

Copying Files over an Intermittent Network Connection

I am looking for a robust way to copy files over a Windows network share that is tolerant of intermittent connectivity. The application is often used on wireless, mobile workstations in large hospitals, and I'm assuming connectivity can be lost…
Eric Pohl
  • 2,324
  • 1
  • 21
  • 31
14
votes
2 answers

Emulate a Bluetooth Device from PC

I wonder whether it is possible to emulate a specific bluetooth device like a Remote Controller for a TV or another device with my PC. I'd be okay with installing an additional hardware device for my computer (e. g. a BlueTooth PCIe card). I…
kentor
  • 16,553
  • 20
  • 86
  • 144
14
votes
5 answers

How to update ios6 enterprise apps over the air

Hello we have developed our first enterprise app recently. We are using the "In-House" option to create the distribution certificate. Client is not using the app yet. But he will be using it soon. Meanwhile i got a question. He will use the app and…
RookieAppler
  • 1,517
  • 5
  • 22
  • 58
13
votes
2 answers

Wireless API for Linux in C or Java

my team and I are working in a project based on the drone Parrot API. We are trying to find an api to write a small program which can scan the wireless network and selects the drone ESSID. Our main language is C but Java is also appreciated. I…
Dimitri
  • 8,122
  • 19
  • 71
  • 128
13
votes
7 answers

What's the *best* wireless keyboard / mouse set for programmers?

I've considered the following: Logitech Desktop MX 5500 Microsoft Wireless Entertainment Desktop 8000 But I'd like see what other programmers would recommend.
Jonathan
  • 32,202
  • 38
  • 137
  • 208
13
votes
3 answers

Managing wireless network connection in C#

We've got a WinForms app written in C# that has a very custom GUI. The user is not allowed to run any other applications and the user cannot go into the OS (WinXP Pro) at all. We're planning on allowing the user to connect to available wireless…
user37149
  • 133
  • 1
  • 1
  • 4
13
votes
3 answers

Get BSSID (MAC address) of wireless access point from C#

How can I get the BSSID / MAC (Media Access Control) address of the wireless access point my system is connected to using C#? Note that I'm interested in the BSSID of the WAP. This is different from the MAC address of the networking portion of the…
Iain
  • 10,433
  • 16
  • 56
  • 62
1
2
3
85 86