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
Example:
ENV KRAKEN_VERSION="1.7.0"
Otherwise, it is tricky to find out the exact version of the software. Currently, I have to parse some HTML files to extract the version, which is tedious. Besides, those files change location from version to version. It is required to know the exact version for the DOA post-processing software
The text was updated successfully, but these errors were encountered:
godsic
added a commit
to godsic/krakensdr_doa
that referenced
this issue
Dec 28, 2023
At the moment system properties and processing status is not exposed to
client software. Some go as far as parsing the web gui page to figure
out this information. Lets make thier life easier and dump potentially
useful information to json file, which can also be accessed over web.
This PR addresses krakenrf#108.
At the moment system properties and processing status is not exposed to
client software. Some go as far as parsing the web gui page to figure
out this information. Lets make thier life easier and dump potentially
useful information to json file, which can also be accessed over web.
This PR addresses krakenrf#108.
Example:
ENV KRAKEN_VERSION="1.7.0"
Otherwise, it is tricky to find out the exact version of the software. Currently, I have to parse some HTML files to extract the version, which is tedious. Besides, those files change location from version to version. It is required to know the exact version for the DOA post-processing software
The text was updated successfully, but these errors were encountered: