7
votes
17answers
494 views
Should a wireless network be open?
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 …
4
votes
2answers
116 views
How do I continuously send and receive with wireless serial-port in 8051?
Hello everyone!
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 …
4
votes
4answers
723 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 …
4
votes
2answers
848 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 …
4
votes
5answers
2k 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 …
4
votes
4answers
782 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 …
3
votes
2answers
51 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 …
3
votes
4answers
147 views
Are there any open wireless routers? [closed]
Is there an opensource wireless router in market?
Linksys has stopped production of its.
Has any one tried developing one as a hobby?
3
votes
5answers
355 views
How to launch wifi network shortcut using C#
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 …
3
votes
3answers
2k 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 …
3
votes
2answers
111 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
322 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
2answers
255 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 …
3
votes
5answers
4k 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 …
2
votes
1answer
87 views
bluetooth in iphone
Hi all,
Is it possible to send a file using bluetooth programatically ?
Any suggestions or any alternative methods ??
Thanks
