-
-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems short messages are not decoded #117
Comments
I'm getting a code 403 on that link. |
The output from dump1090_rs are in the right hand panels. |
Interesting! This rust version does decode short frames, you can read the number on the Stats display. Just, way way less. Interesting tool however, I'll have to play around with throughput and CPU usage. |
Well two terminals side by side are just raw dumps. What could I have possibly done to build the code in a manner where it doesn't do short decodes? I will admit building Rust is quite foreign to me. I just do a git clone and the link. Is there some secret sauce I need for git? The webpage link is fixed. (Actually nginx map fixed.) I did include the version of the program and cargo data. I posted it below for convenience. ` This is the installed version of cargo on Opensuse: ` |
Pushed a WIP MR that should fix this issue: #130 |
I'm not a programmer. Was I supposed to do something special or just build the code. I'm still not seeing any short messages. I haven't run VRS to collect stats but it is pretty obvious all the messages are the same length. |
Just build the code from that branch, you should get SHORT and LONG messages in the output. Here is an already built version: https://wcampbell.dev/public/bins/dump1090_rs |
Your binary works. However I would like to know how to compile the code. |
|
Released fix in https://github.com/rsadsb/dump1090_rs/releases/tag/v0.8.0 |
I put this in the "discussion" section but on second thought maybe I should bring this up as an issue. The Rust version decodes less messages than the "normal" dump1090 (if such a thing exists). It documented this in my comparison write up:
Comparing rust version of dump1090 The traditional dump1090 decodes shorter messages.
Is anything useful not being decoded?
I find the rust version gets more position data which is the objective after all.
The text was updated successfully, but these errors were encountered: