Skip to content

aquila/ath9k-spectral-scan

 
 

Repository files navigation

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/

About

Real-time spectral scan visualisation tool for ath9k

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.6%
  • Shell 22.4%