Skip to content

Commit 6d0107a

Browse files
authored
Update README.md
1 parent 8b53ad1 commit 6d0107a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ satdump live goes_hrit_tcp GOES_19 \
7171
--http_server 0.0.0.0:8080
7272
```
7373

74-
`--http_server 0.0.0.0:8080` exposes satdump's web UI for monitoring SNR and the BPSK constellation. The `goes_hrit_tcp` pipeline also publishes the demodulated stream over TCP on port 5004 by default — `goesproc-docker` (running on your indoor server) connects out to the Pi at `<pi-ip>:5004` to consume it (see the `--subscribe tcp://<pi-ip>:5004` argument in `goesproc-docker/docker-compose.yml`).
74+
`--http_server 0.0.0.0:8080` exposes a `/api` healthcheck API endpoint reporting SNR etc. The `goes_hrit_tcp` pipeline also publishes the demodulated stream over TCP on port 5004 by default — `goesproc-docker` (running on your indoor server) connects out to the Pi at `<pi-ip>:5004` to consume it (see the `--subscribe tcp://<pi-ip>:5004` argument in `goesproc-docker/docker-compose.yml`).
7575

7676
To keep satdump running on the Pi across reboots, drop in the systemd unit at [`goesrecv/satdump-goes19.service`](goesrecv/satdump-goes19.service) — install steps are in [`goesrecv/README.md`](goesrecv/README.md).
7777

0 commit comments

Comments
 (0)