project:sdr:tritchori
Differences
This shows you the differences between two versions of the page.
project:sdr:tritchori [2014/05/11 05:09] – created jenda | project:sdr:tritchori [2014/05/11 19:34] (current) – [Getting the source] ruza | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Třitchoři - a radio reconnaissance tool ====== | ||
+ | |||
+ | <note warning> | ||
+ | |||
+ | // | ||
+ | |||
+ | The captured spectral data can be visualized in fancy whole-spectrum images. This is both cool and can be used as a poor man's spectrum analyzer. | ||
+ | |||
+ | ===== Implementation status ===== | ||
+ | |||
+ | * script for config and arguments handling, frequency generation and radio control **✓** | ||
+ | * database schema **✓** | ||
+ | * database interface FIXME | ||
+ | * better peak detection FIXME | ||
+ | * signal recognition FIXME | ||
+ | * speech detection FIXME | ||
+ | * scheduled recording FIXME | ||
+ | * cluster interface FIXME | ||
+ | |||
+ | ===== Usage ===== | ||
+ | |||
+ | python scanner.py 90-100 420-430 | ||
+ | |||
+ | ===== Getting the source ===== | ||
+ | |||
+ | There is a [[http:// | ||
+ | |||
+ | solve prereq: pip install pyrtlsdr | ||