-
Notifications
You must be signed in to change notification settings - Fork 9
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
decimal form and CPR #3
Comments
I don't understand what you mean. beast-splitter forwards the raw packets unchanged; there is no "decimal form"? (More generally, beast-format packets are just the raw data, no position decoding is done at that point, it's entirely up to what receives them e.g. VRS) |
I would guess that the lack of positions in VRS is because VRS does not know your receiver location. Surface positions are globally ambiguous, to decode them you need to know an approximate location of the aircraft (it can be very approximate). Usually you'd use the receiver location to do this. You can also use a recent airborne position. But when an aircraft is first seen, on the ground, with no previous position and no receiver location, the surface position is ambiguous. This is probably why you do not see positions before takeoff, but do see positions after landing. (regardless, none of this is a beast-splitter problem, beast-splitter just forwards the raw data) |
landing data |
The "decimal" values are dump1090 doing some position decoding work for you. These values are not included in the raw data. dump1090 is the same as VRS, dump1090 needs to know the receiver location or a recent airborne position to be able to do surface position decoding. See the "CPR decoding" line to see what sort of decoding dump1090 has done. |
Understood thanks |
Hi, how to change 12MHz to GPS |
My beasts don’t have GPS.
Is this for a special version that does?
Jon
… On Jan 16, 2020, at 10:44, jeka27 ***@***.***> wrote:
Hi, how to change 12MHz to GPS
I set such parameters
ENABLED="yes"
INPUT_OPTIONS="--serial /dev/beast"
OUTPUT_OPTIONS="--listen 30005:R"
Where to put the letter G ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
yes. beast FA |
Try
-RG
On the input.
Jon
… On Jan 16, 2020, at 10:53, jeka27 ***@***.***> wrote:
yes
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
ok i'm try. |
Hi. Can i use for example INPUT_OPTIONS="--serial /dev/beast --net 192.168.10.50:30055" ? |
Currently only a single source of data is supported |
After planting, beast packets provide coordinates in both decimal form and CPR. At the beginning of taxiing, the coordinates are only visible in the CPR. Because of this, the "VRS" and FR24 do not show the aircraft
"VRS" shows the aircraft only after take-off from the ground. when he lands, shows the full path with taxiing to the terminal. "FR24" during take-off also switches to another receiver.
BEAST v2.40
The text was updated successfully, but these errors were encountered: