Ground Station API now supports GroundStationConfiguraitonRequest that allow users to configure transmitters and receivers through API.
This PR extends exisiting ground station api block and add two new port thats output messages when it receives GroundStationConfigurationRequest.
Messages are defined as pmt.pair that has configuration name as a key and value.
Each blocks which takes this message needs to filter out uninterested messages by key name.
Ground Station API now supports
GroundStationConfiguraitonRequest
that allow users to configure transmitters and receivers through API. This PR extends exisiting ground station api block and add two new port thats output messages when it receivesGroundStationConfigurationRequest
. Messages are defined as pmt.pair that has configuration name as a key and value. Each blocks which takes this message needs to filter out uninterested messages by key name.e.g )