Tagged Questions

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

learn more… | top users | synonyms

14
votes
1answer
301 views

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 ...
11
votes
4answers
18k views

How can an iPhone access another non-iPhone device over wireless or bluetooth?

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 ...
9
votes
6answers
10k views

Wifi Triangulation

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 ...
8
votes
4answers
2k views

In-House App Disappears After Install

I'm currently building an iPhone app for a client which will be distributed in-house. My Client has just created their Enterprises Developer account in Apple. I have created a website for the client ...
8
votes
16answers
1k views

Should a wireless network be open? [closed]

Obviously there are security reasons to close a wireless network and it's not fun if someone is stealing your bandwidth. But how much of a problem is this? To address the first concern: Does a ...
8
votes
11answers
1k views

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 ...
7
votes
3answers
2k views

iPhone Gamekit peer with a desktop peer

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 ...
7
votes
4answers
29k views

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 ...
6
votes
1answer
3k views

Is there any way to put Android WIFI (droid handset) into promiscuous monitoring mode?

For a Computer Science Information Warfare class a few years ago I wrote a python script that ran on libpcap promiscuous packet capture files to parse out facebook chat traffic (earlang tuples passed ...
6
votes
2answers
6k views

How to find a list of wireless networks (SSID's) in Java, C#, and/or C?

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 ...
5
votes
2answers
540 views

Is it possible to check who is connected to your wireless network?

So after hours of research i have found nothing about this question. Is it possible to see who is connected to my wireless network using C#? Example: I have 2 Laptops - Laptop A and Laptop B. A is ...
5
votes
2answers
110 views

Wireless Node Discovery

what is the best algorithm for wireless node discovery. suppose you have a large wireless or bluetooth network, were every node has its own range of discovery. what is the best algorithm that makes ...
5
votes
9answers
209 views

Vehicle 2 Vehicle Communication Questions

I have a rare opportunity to meet the man in charge of implementing vehicle 2 vehicle communication for the US Department of Transportation with 2 others in a few hours. Do YOU have any questions ...
5
votes
2answers
674 views

How do I continuously send and receive with wireless serial-port in 8051?

I'm trying to make a microcontroller communicate with a program on my desktop. I'm using serial port connections with Xbee radios on both ends. The communication works fine when I send something ...
5
votes
5answers
8k views

Get SSID of the wireless network I am connected to with C# .Net on Windows Vista

I'd like to know if there is any .Net class that allows me to know the SSID of the wireless network I'm connected to. So far I only found the library linked below. Is the best I can get or should I ...
5
votes
2answers
10k views

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 ...
5
votes
4answers
3k views

Reading from a promiscuous network device

Does anyone know how to read from a promiscuous (or sniffing) device in C? I know that you need to have root access to do it, but I was wondering if anyone knew what functions were necessary to do ...
4
votes
2answers
228 views

Confused by libcap (pcap) and wireless

Background: I'm teaching myself about packet sniffing. I run a very simple server in one shell, telnet to it from another, then try different methods to sniff on traffic. When I use raw sockets ...
4
votes
2answers
778 views

How to specify Wireless or Bluetooth in GameKit when using my own custom interface

I've decided to implement my own interface for connecting two devices running my game, as opposed to using the GKPeerPickerController. This is actually working quite well. But I just realised that in ...
4
votes
2answers
587 views

Lightweight network visualization tool

I've been trying to find a tool for monitoring my home network. Before I go into the details, I've looked at a ton of different software and they're either an overkill or don't have what I'm looking ...
4
votes
1answer
1k views

Connect to wireless network

I have created a couple of PowerShell scripts which configure computers used in a training class. Some classes need to connect to a different wireless network (SSID). I can just instruct users how ...
4
votes
2answers
629 views

Server side synchronization for mobile applications or client side synchronization

if a mobile application needs to get data from multiple servers, is it better to call each server from the mobile device, or call one server which then talks to all the other servers? "should ...
4
votes
3answers
1k views

Can you recommend a Windows based Network emulator?

I'm looking for a Windows network emulator that can emulate the packet-loss & latency characteristics of a 3G wireless network. I used to use a tool from GIPs that has been end-of-life'd. I've ...
3
votes
1answer
71 views

Lighweight redundant error correction & loss prevention of MIDI stream

I'd be very much interested hearing any tips on how a simple algorithm can be implemented to overcome lost packets of a binary stream. I was considering doing something like ...
3
votes
8answers
5k views

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, ...
3
votes
2answers
206 views

Add/delete wireless networks from c#

It there a way I can access the list of stored wireless connections in C# (Window Vista) I mean the list found in: "Control Panel" -> "Network and Sharing Center" -> "Manage Wireless Networks"
3
votes
1answer
386 views

get mac address for wirless network to connect using WlanApi c#

How can I get mac address of wireless network but it's profile not saved on the computer using c# and then connect to this network using WLanApi class ?
3
votes
2answers
220 views

What methods, other than listening for Probe Requests, can be used to find 802.11 wifi devices?

I'm writing a Python module for finding nearby WiFi client devices. All my current scanner does is listen for Probe Requests and logs the clients MAC address. The problem I'm having is that I'm ...
3
votes
2answers
495 views

How can I calculate an optimal UDP packet size for a datastream?

Short radio link with a data source attached with a needed throughput of 1280 Kbps over IPv6 with a UDP Stop-and-wait protocol, no other clients or noticeable noise sources in the area. How on earth ...
3
votes
2answers
490 views

Development kit for Bluetooth which allows customisation of the modulation algorithms

We need to perform some experiments on the Bluetooth protocol, and for this we need a development kit which allows us to implement/modify different parts of the Bluetooth protocol stack. We have been ...
3
votes
3answers
899 views

What are the differences between J2ME Wireless Toolkits and which one to choose?

I already know the differences between Java Edititions (ME, SE, EE), the ME Configurations (CDC and CLDC), Profiles (like MIDP), and additional APIs specified by JSRs. But I am totally clueless ...
3
votes
5answers
1k views

How to launch wifi network shortcut using C#

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 ...
3
votes
2answers
321 views

Which API provides wireless networks notifications in linux?

I'd like to fire some callback every time my network card sends new info about the available networks. I don't really mind if I need to poll the information myself either. I just don't want to rely on ...
3
votes
1answer
2k views

How can I get a list of available wireless networks on Linux?

I would like to get a list of the wireless networks available. Ideally this would be via some C call, but I don't mind if I have to kludge it with a system call. Even better if the required C call or ...
3
votes
7answers
4k views

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

I've considered the following: Logitec Desktop MX 5500 Microsoft Wireless Entertainment Desktop 8000 But I'd like see what other programmers would recommend.
2
votes
1answer
47 views

Request timed out when pinging wireless router

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 timed ...
2
votes
2answers
47 views

How to detect when known wireless devices join my wireless LAN on Linux

I am going to make mobile device detector using a single board computer (SBC) running a Linux based OS. The SBC will have a USB/802.11 wireless adaptor. The SBC will be a DHCP server. The mobile ...
2
votes
2answers
114 views

Changing wireless network adapter wireless mode properties

My school uses 802.11a, but at home I use 802.11b. This means every time I go from home to school or the other way I have to go to device manager -> Network adapters -> Intel(R) WiFi Link 5100 AGN -> ...
2
votes
1answer
36 views

How do I rejoin a wireless network as though I were a new machine?

For a classification project I'm trying to generate a large list of dynamic IP addresses from a single wireless network. However, the only way I've been able to generate these addresses is by ...
2
votes
1answer
823 views

Wireless Debugging in Xcode4.2

when i use wireless Debug in Xcode4.2 xcode tell me: Don't know how to run. Try "help target". please look here:enter link description here
2
votes
1answer
162 views

Get security type of currently connected wifi network for Mac OS X using cocoa

I need to find the security type (ex- WPA2, WEP) of the currently connected network on a Mac. I am targeting Mac OS 10.3. Seems that this can be done using the SCDynamicStore API. However, I am ...
2
votes
2answers
458 views

Xcode 4 Ad-Hoc Distribution - Unable to Download

I had recently upgrade our development machine to Xcode4 and after the initial interface change has gone quite smoothly. I'm now in the process of using Ad-Hoc distribution on it for the first time so ...
2
votes
0answers
237 views

iOS4 Enterprise App for Wireless Distribution Probelm

My company recently joined iOS enterprise program to distribute in-house app to our employees. We choose over-the-air installation for our app and put the .plist and .ipa file inside our web server ...
2
votes
0answers
225 views

How can I get nearby phone 's RSSI and Mac address under the same Ad-Hoc mode?

I have changed the some android phones to ad-hoc mode and let them have the same essid (by using command on each phone:"iwconfig .. essid XXX").In this way they merged in one ad-hoc network and can ...
2
votes
1answer
63 views

Sending data from an Android to a Laptop

Pretty much everything is in the title here. I have an android tablet, a windows laptop, both are conntected to the same router and I'd like my app send images and text to the laptop. This possible? ...
2
votes
1answer
245 views

C++ UDP client problem

I'm working on a reliable UDP based file sharing program. The program consists of 2 parts. Server and Client. Any client may request to download any file. When this occurs, the server should notify ...
2
votes
1answer
105 views

Python3 CryptUnprotectData() TypeError expected an object with a buffer interface

I was browsing over the net for some information about CryptUnprotectData and WZC. I found this small script that is used for decrypting stored Wireless passwords on Vista. I tried with Python3 (it ...
2
votes
4answers
155 views

reference for wireless routing and mac layer

I wanted to find a good book that explains principles (possibly with some theory) of MAC and routing layers in wireless networks (cellular and wifi). I do not need the bible (classical 800 pages or so ...
2
votes
1answer
569 views

Connect to a wireless network in C#

I'm using the Managed WiFi API and the example code: string profileName = "Cheesecake"; // this is also the SSID string mac = "52544131303235572D454137443638"; string key = "hello"; string profileXml ...
2
votes
2answers
279 views

Is it possible to disable wireless networking using the Android SDK or NDK?

Is it possible to disable wireless networking on an Android device using the Android SDK or NDK?

1 2 3 4 5 7