Skip to content

๐Ÿ‘๏ธ Store findings from rtl_433 in SQLite

License

Notifications You must be signed in to change notification settings

atao/RTL_Tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages