You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ satdump live goes_hrit_tcp GOES_19 \
71
71
--http_server 0.0.0.0:8080
72
72
```
73
73
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`).
75
75
76
76
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).
0 commit comments