merbanan/rtl_433

Program to decode radio transmissions from devices on the ISM bands (and other frequencies)

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 11 minutes ago
Added to GitGenius on September 8th, 2026
Created on January 19th, 2013
Open Issues & Pull Requests: 88 (+0)
GitHub issues: Enabled
Number of forks: 1,583
Total Stargazers: 7,795 (+0)
Total Subscribers: 198 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 1.3 hours
Mean response time: 14.2 days
90th percentile: 20.2 hours
Tracked items: 453

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 71% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 82% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 41
New in 7 days: 5
Closed in 7 days: 1
Avg open age: 574 days
Stale 30+ days: 23
Stale 90+ days: 10

Recent activity

Opened in 7 days: 5
Closed in 7 days: 1
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • device support (171)
  • feedback (162)
  • inactive (46)
  • enhancement (33)
  • question (31)
  • discuss (21)
  • bug (18)
  • todo (12)

Detailed Description

rtl_433 is a software-defined radio receiver that decodes transmissions from wireless devices operating on ISM bands including 433.92 MHz, 868 MHz, 315 MHz, 345 MHz, and 915 MHz.

The tool solves the problem of capturing and interpreting radio signals from consumer IoT devices, weather stations, and sensors that broadcast on unlicensed frequencies. It works by interfacing with software-defined radio hardware such as RTL-SDR dongles, LimeSDR, PlutoSDR, and HackRF One through either the RTL-SDR or SoapySDR driver frameworks. The receiver can decode dozens of device types, with users able to enable or disable specific decoders, analyze pulse patterns, and save raw signal data for offline processing.

The tool suits hobbyists and developers working with home automation, weather monitoring, or IoT projects who have compatible SDR hardware. Its portable C99 codebase with minimal dependencies runs on Linux, FreeBSD, macOS, and Windows across multiple CPU architectures including ARM variants, making it suitable for embedded systems and single-board computers. The project provides straightforward command-line configuration for frequency selection, sample rates, output formats including JSON and MQTT, and timestamps. Users can contribute support for new device types by following the contribution guidelines.

The project maintains active support for multiple hardware platforms with engineering samples provided by hardware manufacturers. Development includes regular testing across different SDR devices and architectures. The codebase prioritizes compatibility with older compilers and toolchains as an explicit goal. The maintainers acknowledge security limitations in the current implementation, noting that file operations lack validation checks and the tool should not be run with elevated privileges.