/ath9k-spectral-scan

Real-time spectral scan visualisation tool for ath9k

Primary LanguageCGNU General Public License v2.0GPL-2.0

WHAT IS THIS

Simple tool to visualise real-time spectral scan data from ath9k on Linux.

After playing with FFT_eval I decided to do something a little different.

REQUIREMENTS

CONFIG

Before use you need to adjust the ./ss script. Read the comments in the file for more information.

The current ./ss script uses ssh to connect and issue commands to gather spectral scan data. This is because I have ath9k hooked up on a laptop but interact with my PC only. If you have ath9k hooked up locally you can skip the ssh dialing part and update interface/phy names only if necessary.

USAGE

make
./ss

CREDITS

The original code has been forked from ath9k-spectral-scan by Michał Kazior:

https://github.com/kazikcz/ath9k-spectral-scan

The formula has been taken from FFT_eval by Simon Wunderlich:

https://github.com/simonwunderlich/FFT_eval

Inspired by:

http://blog.altermundi.net/article/playing-with-ath9k-spectral-scan/