Differences between revisions 5 and 6
Revision 5 as of 2007-11-23 18:00:48
Size: 1701
Editor: localhost
Comment: converted to 1.6 markup
Revision 6 as of 2012-03-29 12:25:57
Size: 1504
Editor: DanRasmussen
Comment: Took verbosity down a notch
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
A Wireless Power Meter (aka. WPM) for Linux. You can learn more at it's home page here: Who wrote this page? Who's the "I"? -- DanRasmussen <<DateTime(2012-03-29T12:25:55-0800)>>
Line 3: Line 3:
 http://nocat.net/download/wpm/ A Wireless Power Meter (aka. WPM) for Linux. Its home page: http://nocat.net/download/wpm/
Line 5: Line 5:
It is intended to give you a nice signal strength meter for analyzing your wireless connection, and facilitate setting up point-to-point links.

This tool came to be because I was tired of the lack of decent link diagnostic tools for Linux.
It will run in any terminal capable of displaying ANSI color (the Linux console, ETerm, Gnome Term, XTerm, Color RXVT, etc.) and gives you a nice, big signal strength bar and vital
statistics.
I intended it to give you a nice signal strength meter for analyzing your wireless connection, and facilitate setting up point-to-point links. It will run in any terminal capable of displaying ANSI color (the Linux console, ETerm, Gnome Term, XTerm, Color RXVT, etc.) and gives you a nice, big signal strength bar and vital statistics.
Line 16: Line 13:
To run, simply type './wpm'.  To quit, hit Control-C. To run, simply type './wpm'. To quit, hit Control-C.
Line 20: Line 17:
No, this is NOT a NetStumbler-alike; it will only tell you how the connection between it and your AP is doing.  You can use it in conjunction with the 'iwspy' utility to also monitor other radios in an Ad-Hoc (aka Peer-to-Peer) network.  See 'man iwspy' for details on how to do this: It's terrific for proving point to point paths, and getting the antenna pointed *just right*. No, this is NOT a NetStumbler-alike; it will only tell you how the connection between it and your AP is doing. You can use it in conjunction with the 'iwspy' utility to also monitor other radios in an Ad-Hoc (aka Peer-to-Peer) network. See 'man iwspy' for details on how to do this: It's terrific for proving point to point paths, and getting the antenna pointed *just right*.
Line 22: Line 19:
Please keep in mind that this is something I threw together in a couple of hours.  I already get too much email, so bug reports and cries for help will likely go unread. But if you have made it do something really cool, I'd like to get a copy. When I update it (if ever), I'll post it to:
 
http://nocat.net/download/wpm/
I threw this together in a couple hours. If you've modified it to do something really cool, I'd like a copy. If and when I update it, I'll post it to http://nocat.net/download/wpm/
Line 26: Line 21:
Enjoy!

Who wrote this page? Who's the "I"? -- DanRasmussen 2012-03-29 12:25:55

A Wireless Power Meter (aka. WPM) for Linux. Its home page: http://nocat.net/download/wpm/

I intended it to give you a nice signal strength meter for analyzing your wireless connection, and facilitate setting up point-to-point links. It will run in any terminal capable of displaying ANSI color (the Linux console, ETerm, Gnome Term, XTerm, Color RXVT, etc.) and gives you a nice, big signal strength bar and vital statistics.

Requirements:

  • Radio ethernet connection that uses the Linux Wireless extensions
  • The 'iwconfig' utility must be in your path
  • Perl 5 (or better, nothing but core modules)

To run, simply type './wpm'. To quit, hit Control-C.

There are some tuning parameters at the top of the file, like polling interval, link margin, and red/green thresholds. Use the Source, Luke!

No, this is NOT a NetStumbler-alike; it will only tell you how the connection between it and your AP is doing. You can use it in conjunction with the 'iwspy' utility to also monitor other radios in an Ad-Hoc (aka Peer-to-Peer) network. See 'man iwspy' for details on how to do this: It's terrific for proving point to point paths, and getting the antenna pointed *just right*.

I threw this together in a couple hours. If you've modified it to do something really cool, I'd like a copy. If and when I update it, I'll post it to http://nocat.net/download/wpm/


[CategorySoftware]

WirelessPowerMeter (last edited 2012-03-29 12:25:57 by DanRasmussen)