I found it difficult to capture the UDP broadcast within the same Docker network, except by using the host network — which may not always be feasible.
What I want to achieve is to extract the raw data from radiosonde_auto_rx and either store it in a different database or process it with a separate system.
Since I'm having difficulty achieving this, are there any plans to provide an alternative method for accessing the data?
For example, could radiosonde_auto_rx support HTTP POST of the raw JSON data to a user-defined endpoint configured in station.config, allowing other systems to use the data?
I found it difficult to capture the UDP broadcast within the same Docker network, except by using the host network — which may not always be feasible.
What I want to achieve is to extract the raw data from
radiosonde_auto_rxand either store it in a different database or process it with a separate system.Since I'm having difficulty achieving this, are there any plans to provide an alternative method for accessing the data?
For example, could
radiosonde_auto_rxsupport HTTP POST of the raw JSON data to a user-defined endpoint configured instation.config, allowing other systems to use the data?