daniestevez / gr-satellites

GNU Radio decoder for Amateur satellites
GNU General Public License v3.0
758 stars 156 forks source link

BME WebSocket telmetry submitter (maint-3.9 branch) #476

Closed daniestevez closed 1 year ago

daniestevez commented 1 year ago

This adds support for sending telemetry to the BME WebSocket server, which is used by MRC-100.

The implementation uses the Python websocket-client package (Debian /Ubuntu package python3-websocket), which has been added as a dependency in the installation instructions in the documentation and in the debian package control file. The build-ubuntu CI action has been updated to include python3-websocket in the Docker image.

The older BME HTTP telemetry server has been marked as deprecated, since it is no longer operational.