Replies: 9 comments 3 replies
-
Can you use
This will print a JSON object with the version information to stdout and file out in this case: {"version":"v0.61","version_describe":"v0.61-398-g40eaf07e","version_code":61} I am using this for the control tool as well to establish what version is installed.... |
Beta Was this translation helpful? Give feedback.
-
Hi, $ /usr/bin/AIS-catcher | head -4 |
Beta Was this translation helpful? Give feedback.
-
Oops, it is |
Beta Was this translation helpful? Give feedback.
-
AIS-catcher -h JSON >out AIS-catcher -h JSON >out| grep AIS I was expected to see only the version line |
Beta Was this translation helpful? Give feedback.
-
Far better, thank you! $ /usr/bin/AIS-catcher -h JSON |
Beta Was this translation helpful? Give feedback.
-
/usr/local/bin/AIS-catcher -h JSON > /tmp/file.txt | cat /tmp/file.txt This does not work somehowe pipe info with AIS-Catcher fails... |
Beta Was this translation helpful? Give feedback.
-
Hi, it works with AIS-catcher v.0.61 not with the previous one AIS-catcher (build Jan 25 2025) v0.61-275-gdb0e5183 : OK $ /usr/bin/AIS-catcher -h JSON > out $ cat out $ /usr/local/bin/AIS-catcher -h JSON > out Both are installed. The previous one because of the install script, was not yours / sorry ... corrected but I need to do some cleanup :-) |
Beta Was this translation helpful? Give feedback.
-
AIS-catcher -h BUILD perfect many thanks...... |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hai would a switch to get only the version info be an option.
For example
-V provides build [v0.61-400-gcd4c94fa]
-VV provides [AIS-catcher (build Feb 27 2025) v0.61-400-gcd4c94fa]
This way at for example sdrmap the correct version can be provided if not installed via package.
Chrs
Beta Was this translation helpful? Give feedback.
All reactions