Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 950 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 950 Bytes

Lint Python

rtl_tracking

The idea behind this project is to save the detections of rtl_433 in a database.

You will need an SDR device to use this program.

For example, you can track TPMS from cars arround you.

--

For example, this program enabled me to learn how to retrieve data stream sdout and reuse into a python script. So this project can be reused for other things !

Usage

Simple way :

rtl_433 -F json | python3 rtl_tracking.py

With log :

rtl_433 -F json | python3 rtl_tracking.py >> output.log

Just pipe json file :

cat my_json_file | python3 rtl_tracking.py

You can filter findings from rtl_sdr with -R option

See list on rtl_433