All Projects → azrdev → rtl433_influx

azrdev / rtl433_influx

Licence: other
dump everything your rtl-sdr receives on 433MHz into an InfluxDB for easy graphing -- superseded by `rtl433 -F influx`

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to rtl433 influx

gqrx
Software defined radio receiver powered by GNU Radio and Qt.
Stars: ✭ 2,345 (+8585.19%)
Mutual labels:  sdr, rtl-sdr
vdlm2dec
vdl mode 2 SDR decoder
Stars: ✭ 56 (+107.41%)
Mutual labels:  sdr, rtl-sdr
readsb
ADS-B decoder swiss knife
Stars: ✭ 114 (+322.22%)
Mutual labels:  sdr, rtl-sdr
terraform-aws-influxdb
Deploys InfluxDB Enterprise to AWS
Stars: ✭ 29 (+7.41%)
Mutual labels:  influxdb, influx
effluence
Zabbix loadable module for real-time export of history to InfluxDB
Stars: ✭ 26 (-3.7%)
Mutual labels:  influxdb, influx
urh
Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
Stars: ✭ 9,060 (+33455.56%)
Mutual labels:  sdr, rtl-sdr
influxdb-php-sdk
InfluxDB PHP SDK - UDP/IP or HTTP adapters for read and write data
Stars: ✭ 88 (+225.93%)
Mutual labels:  influxdb, influx
Gqrx
Software defined radio receiver powered by GNU Radio and Qt.
Stars: ✭ 1,934 (+7062.96%)
Mutual labels:  sdr, rtl-sdr
rtlsdr-wsprd
WSPR daemon for RTL receivers
Stars: ✭ 93 (+244.44%)
Mutual labels:  sdr, rtl-sdr
gitbook-adsb-guide
Guide to aircraft tracking using ADS-B reception with SDR & docker containers. Published on GitBook.
Stars: ✭ 46 (+70.37%)
Mutual labels:  sdr, rtl-sdr
radio-astronomy-fftw
fftw3 based radio-astronomy data collection and dissemination (see project on hackster.io website)
Stars: ✭ 22 (-18.52%)
Mutual labels:  sdr, rtl-sdr
RTLSDR-Airband
Multichannel AM/NFM demodulator
Stars: ✭ 487 (+1703.7%)
Mutual labels:  sdr, rtl-sdr
rtl-power-fftw
Power spectrum for RTLSDR dongles.
Stars: ✭ 139 (+414.81%)
Mutual labels:  sdr, rtl-sdr
sdr-modem
Modem based on software defined radios.
Stars: ✭ 15 (-44.44%)
Mutual labels:  sdr, rtl-sdr
Acarsdec
ACARS SDR decoder
Stars: ✭ 177 (+555.56%)
Mutual labels:  sdr, rtl-sdr
PlotRTL1090
3D visualization of air traffic through RTL-SDR (dump1090) and MATLAB
Stars: ✭ 107 (+296.3%)
Mutual labels:  sdr, rtl-sdr
Gqrx Scanner
A frequency scanner for Gqrx Software Defined Radio receiver
Stars: ✭ 116 (+329.63%)
Mutual labels:  sdr, rtl-sdr
Wavesdr
macOS native desktop Software Defined Radio app
Stars: ✭ 144 (+433.33%)
Mutual labels:  sdr, rtl-sdr
csv2influx
A CLI tool for importing CSV files into Influxdb
Stars: ✭ 16 (-40.74%)
Mutual labels:  influxdb, influx
SDRSharp-Net-Remote
A network remote control plugin for SDRSharp.
Stars: ✭ 29 (+7.41%)
Mutual labels:  sdr, rtl-sdr

rtl_433 to InfluxDB

dump everything your rtl-sdr receives on 433MHz into an InfluxDB for easy graphing

prerequisites

setup

  • setup rtl_433 with your rtl-sdr
    • I assume you use a separate unix user rtl433sdr for that, and the compiled binary is (symlinked) in ~rtl433sdr/bin/rtl_433
  • install InfluxDB and influxdb-python3
    • create a database rtl433 where all the stuff goes
  • setup the service. You may use symlinks instead of copying the files
cp systemd-tmpfiles.rtl433.conf  /etc/tmpfiles.d/
cp rtl433.service  /etc/systemd/system/
cp rtl433json_to_influx.service  /etc/systemd/system/
cp rtl433json_to_influx.py  ~rtl433sdr/bin/
systemctl daemon-reload
systemd-tmpfiles --create
systemctl start rtl433 rtl433json_to_influx
systemctl enable rtl433 rtl433json_to_influx

graphing

Leave it running overnight, then setup Grafana and look what you find inside the rtl433 database!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].