Replies: 1 comment 4 replies
-
I still think that the better approach would be to integrate something like this into the EFB.
If you still want to try, go ahead though and we will see if it becomes useful 👍 Regarding dev env setup:
See also here: Noteworthy: the Wiki says that you can't debug on the PI. EDIT: If you use that beta image, you can skip the "Native debug" steps and just use the "Launch rPI aarch64" debug target, which uses go's standard delve debugger. And I also recommend running "git pull" before you do anything, because the latest git version switched from git submodules to go modules. |
Beta Was this translation helpful? Give feedback.
-
With the increase of Internet-based tracking services such as opensky and safesky it seems that the availability of good traffic information on the Internet is growing. I would really like to add this traffic information to my skydemon instance so that I can get a better overview of nearby traffic. For instance, GA aircraft that are not equipped with a full ads-b transponder may use an app to share their position with one of these services. Integrating this into skydemon would help increase my situational awareness.
Since I already have a source for ads-d data in my stratux, I think it is difficult to inject multiple streams into skydemon. My thought is therefore to equip my stratux with a 4g modem and ingest one of these Internet-based traffic sources. This can then be deduped ( with preference to radio traffic) and merged into a single GDL90 stream to the client application (skydemon).
If no one is looking into this, but it seems useful, I would be happy to take a crack at making it work. However, I have not been able to find any guides for setting up the development environment and building a stratux image. If someone could point me in the right direction, that would be a great help. Even better if someone wants to do this themselves ;-)
Beta Was this translation helpful? Give feedback.
All reactions