Skip to content

A program to consume weather station data from rtl_433 and publish it to an mqtt broker

License

Notifications You must be signed in to change notification settings

compenguy/weatherradio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

weatherradio

weatherradio is a program that works in conjunction with rtl_433 to capture local weather sensor data using a compatible Software Defined Radio (SDR) device (e.g. RTL-SDR), and publish it to an mqtt broker.

Compiling

weatherradio is written in Rust, and can be built by installing rust via rustup, and then running cargo build from anywhere under the project root.

It also requires the rtl_433 program to be available somewhere on the system.

Running

$ ls
weatherradio	rtl_433
$ weatherradio -r ./rtl_433

About

A program to consume weather station data from rtl_433 and publish it to an mqtt broker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published