goesrecv monitor is a software utility for monitoring the status of goesrecv by Pieter Noordhuis. goesrecv is a BPSK demodulator and CCSDS decoder used with LRIT and HRIT downlinks from geostationary weather satellites like GOES-16/17 and GK-2A.
Pre-built Windows executables can be found on GitHub. Microsoft .NET Framework v4.8 or later is required.
Open your goesrecv.conf
file and confirm the following lines are not commented (remove #
), then restart goesrecv.
[clock_recovery.sample_publisher]
bind = "tcp://0.0.0.0:5002"
send_buffer = 2097152
[demodulator.stats_publisher]
bind = "tcp://0.0.0.0:6001"
[decoder.stats_publisher]
bind = "tcp://0.0.0.0:6002"
After downloading the latest goesrecv-monitor.zip
, extract all files and run goesrecv-monitor.exe
. Enter the IP address of a Raspberry Pi running goesrecv and click Connect
(or hit enter). The constellation plot and statistics list will start showing data.
Wrote a simple status monitor for @pnoordhuis goesrecv over the weekend. Handy for troubleshooting xRIT receiver hardware, or just to watch the BPSK constellation.
— Sam (@sam210723) July 7, 2019
More info and download on GitHub https://t.co/Ub03NA8eMO pic.twitter.com/YdJfpWu1ID