![]() |
|
|||||||
| Register | Search | Today's Posts | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#2 (permalink) | |
|
perlmonk
Join Date: Jul 2004
Location: canadia
Posts: 57
|
Quote:
Code:
use strict;
open(FILE, "+>SNRresults.txt") || die "Can't open file: ($!)", $/;
sub OnScanResult {
my ( $ssid, $mac, $flags, $signal, $noise, $ls ) = @_;
print FILE "$ssid,$signal,$noise", $/;
}
|
|
|
|
|
|
|
#3 (permalink) | |
|
Did you do the math?
Join Date: Apr 2002
Location: Villa Straylight
Posts: 10,096
|
Quote:
(And yes, the obvious answer is to get the SDKs.)
__________________
Thorn "I'm The Doctor. I'm a Time Lord. I am from the planet Gallifrey in the constellation Kasterborous. I'm 903 years old and I am the man who is going to save your lives and all 6 billion people on the planet below... You got a problem with that?" |
|
|
|
|
|
|
#5 (permalink) | ||
|
I amuse you?
Join Date: Dec 2003
Posts: 9,127
|
Quote:
Possibly in your world. But the questions I seen were all about the same thing. You have begun to wear out your welcome here. LOL Quote:
![]() |
||
|
|
|
|
|
#6 (permalink) |
|
Psychic Amish Stumbler
Join Date: Jul 2004
Location: Virginville, BlueBall, Bird In Hand, Intercourse, Paradise, PA
Posts: 11,837
|
I'm just curious, what kind of project are you working on that you need that information? Your repeated asking has me intrigued.
__________________
"One of these days, I'm going to cut you to pieces." If you're offended by this post, please feel free to report it to one of the many helpful moderators of this forum. Thank you. |
|
|
|
|
|
#7 (permalink) |
|
Posts: n/a
|
Thanks, As Thorn said correctly I was not looking for the perl script as put above. However since you ask my project involves working on getting error patterns in wireless networks and fitting theoretical models to it. For that I need accurate and rapid signal strength and noise level measurements.
Never guessed it would be so confusing till I realised different cards report vastly different values. So far I have found the cisco aironets outputs to most closely match commercial vector analysers. |
|
|
|
#8 (permalink) | |
|
Nyuk nyuk!
Join Date: Jan 2005
Location: TX
Posts: 1,380
|
Quote:
Tenacity at its best/worst. ![]() |
|
|
|
|
|
|
#9 (permalink) | |
|
perlmonk
Join Date: Jul 2004
Location: canadia
Posts: 57
|
Quote:
Ah ic. I wrongly assumed we'd be talking about NetStumbler I guess. ![]() |
|
|
|
|
|
|
#10 (permalink) | |
|
I amuse you?
Join Date: Dec 2003
Posts: 9,127
|
Quote:
|
|
|
|
|
|
|
#11 (permalink) |
|
Posts: n/a
|
Thanks, We already had airmagnet and airopeek in our lab. They are no different than NS in terms of readings. In fact I searched and found NS once these commercial s/w showed discrepancies. Recently placed an order for the BVS yellowjacket.
What kind of analyser are you talking about? Software analyser? There are other hardware analysers though from Agilent but they really give the baseband snr and not individual values for an AP. |
|
|
|
#12 (permalink) | |
|
I amuse you?
Join Date: Dec 2003
Posts: 9,127
|
Quote:
|
|
|
|
|