project:sdr:tetrapol:howto
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
project:sdr:tetrapol:howto [2016/03/31 17:35] – demod.py example usage jenda | project:sdr:tetrapol:howto [2016/04/19 03:08] (current) – [Tools usage] ok, round it ;) jenda | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Software How To ===== | ||
+ | On Debian install libcmocka-dev libglib2.0-dev libjson-c-dev. | ||
+ | |||
+ | Clone the repository, do what README says. | ||
+ | |||
+ | ==== Tools usage ==== | ||
+ | |||
+ | * The scripts in **demod/** directory eat data from SDR and spit out demodulated bits. | ||
+ | * **apps/ | ||
+ | |||
+ | Scan for Tetrapol traffic. It is 12.5kHz wide buzzing (when demodulated as FM) usually in the 380-420MHz band. | ||
+ | |||
+ | Compute the ARFCN of your station. We believe it is (f-358400000)/ | ||
+ | |||
+ | Run the demodulator, | ||
+ | |||
+ | < | ||
+ | |||
+ | To save raw bits for further experiments, | ||
+ | |||
+ | If the dumping mysteriously fails, you probably have wrong type of channel. There are CCH channels (broadcast and control messages) and TCH channels (actual traffic is happening here). |