Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atao/rtl_tracking
👁️ Store findings from rtl_433 in SQLite
https://github.com/atao/rtl_tracking
433mhz database rf rtl-sdr sdr sensors sqlite tpms tracking
Last synced: 16 days ago
JSON representation
👁️ Store findings from rtl_433 in SQLite
- Host: GitHub
- URL: https://github.com/atao/rtl_tracking
- Owner: atao
- License: mit
- Created: 2024-06-13T15:21:49.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-21T14:21:42.000Z (5 months ago)
- Last Synced: 2024-10-11T00:05:16.970Z (about 1 month ago)
- Topics: 433mhz, database, rf, rtl-sdr, sdr, sensors, sqlite, tpms, tracking
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Lint Python](https://github.com/atao/rtl_tracking/actions/workflows/main.yml/badge.svg)](https://github.com/atao/rtl_tracking/actions/workflows/main.yml)
# rtl_trackingThe idea behind this project is to save the detections of [rtl_433](https://github.com/merbanan/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 :
```bash
rtl_433 -F json | python3 rtl_tracking.py
```
With log :
```bash
rtl_433 -F json | python3 rtl_tracking.py >> output.log
```Just pipe json file :
```bash
cat my_json_file | python3 rtl_tracking.py
```You can filter findings from rtl_sdr with **-R** option
See list on [rtl_433](https://github.com/merbanan/rtl_433?tab=readme-ov-file#running)