Skip to content

bastibl/gr-rstt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSTT - RadioSonde Telemetry Tool

Recieve and decode telemetry from Vaisala meteorological radiosondes (namely RS92-SGP/RS92-SGPD).

Further Information http://brmlab.cz/project/weathersonde/start

See individual files for license, where no explicit license is specified see LILCENSE.txt for details.

It is based on Gnuradio building blocks with some custom code. Use Python and C++ as main languagues. Result is tested only on Linux, but add tweaks for other platforms shoud be easy, feel free to send patches.

Development

Like GNU Radio, this module uses maint branches for development. These branches are supposed to be used with the corresponding GNU Radio branches. This means: the maint-3.7 branch is compatible with GNU Radio 3.7, maint-3.8 is compatible with GNU Radio 3.8, etc.

Dependencies

Installation

mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

Usage

Start flow graphs in the apps folder.

Demos

Quick example: https://www.youtube.com/watch?v=B_IbqoJjNLw

gr-rstt demo

About

Vaisala Radiosonde Telemetry Receiver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.2%
  • Python 29.1%
  • CMake 12.1%
  • Other 0.6%