RTL-SDR UAT tools. opensource ads-b receiver
 
 
 
 
 
 
Go to file
Adrian Batzill 93b0fb7b01 xplane output: make it more similar to real simulator - no linefeed at end of message, one message per packet, to work around SkyDemons buggy implementation (and maybe others?) 2023-06-28 09:39:52 +02:00
.github
.vscode Fix trace replay for targets received via ogn-rx 2023-05-17 19:19:51 +01:00
common remove some log messages that seem to confuse users, reduce 120s startup delay if we have a valid Gps Fix earlier than that 2022-03-25 16:39:19 +00:00
docs
dump978
dump1090@849a3b7329 switch to latest dump1090, ogntracker and golang; added build for SX1262 based T-Beam 2022-03-26 09:46:09 +01:00
fancontrol_main add build/debug target for fancontrol, fix fancontrol if stratux.conf doesn't exist yet on first boot 2021-11-20 08:47:50 +00:00
godump978
image one more T-Beam S3 udev rule 2023-06-11 18:05:42 +02:00
main xplane output: make it more similar to real simulator - no linefeed at end of message, one message per packet, to work around SkyDemons buggy implementation (and maybe others?) 2023-06-28 09:39:52 +02:00
mapdata probably fix mount point busy warning 2023-03-02 10:20:00 +01:00
notes minor rework of Stratux EU case: rounded corners, better screw hole sizes, second row of vent holes, deeper 868/1090 engraving 2021-04-24 13:29:20 +02:00
ogn use latest ogn-rx and RPiOs image 2022-05-22 14:15:31 +01:00
rtl-ais@01b8c9962e switch rtl-ais to newer commit hash 2021-10-27 18:37:44 +01:00
scripts zoom level fix 2021-07-22 10:18:03 +02:00
selfupdate implement custom log-rotation, 10mb max per file, 10 files max, including free space monitoring. Disable stratux logging to syslog/journald. Closes #161 2023-05-18 11:23:34 +01:00
sensors Use go modules instead of git submodules for goflying, switch the whole project to go modules 2021-03-27 11:52:12 +01:00
test clean up test package dependencies 2023-03-04 15:20:27 +01:00
test-data
uatparse
web new feature: add trace recording and replay, to record raw messages received by Stratux from dump1090, GPS, ogn-rx, .. and replay them later for debugging. WIP 2023-03-04 15:06:57 +01:00
.gitignore
.gitmodules don't show rtl-ais as modified, revert aircraft symbol in traffic list 2021-10-27 18:54:56 +01:00
CONTRIBUTING.md
ISSUE_TEMPLATE.md
LICENSE
Makefile makefile cleanup 2023-03-05 11:28:51 +01:00
README.md removed SD GDL90 disconnect workaround option - it's not needed any more with wpa_supplicant for AP, added testing-code to simulate flying 2021-10-14 18:17:30 +01:00
__lib__systemd__system__stratux.service implement custom log-rotation, 10mb max per file, 10 files max, including free space monitoring. Disable stratux logging to syslog/journald. Closes #161 2023-05-18 11:23:34 +01:00
__opt__stratux__bin__stratux-pre-start.sh only apply imported network settings if there is actually wifi stuff in there 2023-05-12 09:27:34 +02:00
circle.yml
go.mod clean up test package dependencies 2023-03-04 15:20:27 +01:00
go.sum clean up test package dependencies 2023-03-04 15:20:27 +01:00

README.md

Stratux - European edition

Users from the US, see here: https://github.com/b3nn0/stratux/wiki/US-configuration

This is a fork of the original Stratux version, incorperating many contributions by the community to create a nice, full featured Stratux-OGN image that works well for europe. Data flow diagram (see https://github.com/b3nn0/stratux/wiki/Stratux-EU-Structure)

Disclaimer

This repository offers code and binaries that can help you to build your own traffic awareness device. We do not take any responsibility for what you do with this code. When you build a device, you are responsible for what it does. There is no warrenty of any kind provided with the information, code and binaries you can find here. You are solely responsible for the device you build.

Main differences to original Stratux

  • Original Stratux: https://github.com/cyoung/stratux
  • Added OGN receiver functionality to receive several protocols on the 868Mhz frequency band, comparable to what the OpenGliderNetwork does
  • Several improvements and bug fixes to GPS handling and chip configuration (by VirusPilot
  • Support for transmitting OGN via a TTGO T-Beam
  • If no pressure sensor is present, Stratux EU will try to estimate your pressure altitude with atmospheric information received from other aircraft. We still recommend using some kind of barometric sensor (e.g. Stratux AHRS module). More information can be found here
  • By default, OGN and DeveloperMode is enabled, UAT is disabled
  • Several new features: Integrated traffic radar (by TomBric, online and offline traffic map and much more
  • Updated RaspberryPi OS to Buster 64 bit, to support newer RaspberryPis as well
  • Added a special "Skydemon wonky GDL90 parser" workaround to reduce Skydemons constant detection of very short disconnects (see below)
  • Support for NMEA output (including PFLAA/PFLAU traffic messages) via TCP Port 2000 and serial
  • Estimation of Mode C/S target distance by signal strength, transmission of bearingless targets via NMEA and GDL90
  • Support for changing the Stratux's IP address
  • Possibility to enter multiple ownship transponder HEX codes, Stratux will automatically decide which of these are actually you. This is useful if you have multiple aircraft that you regularly fly with (e.g. add all club aircraft)
  • X-Plane 11 compatible output for EFBs that support simulator input (experimental, unsupported. Might make it possible to connect Garmin Pilot). Based on original work by 0x74-0x62
  • Support for WiFi Direct connection to make it possible to let Android have mobile data connection while connected to the Stratux
  • Many more small features, bug fixes and tweaks all over the place

Building the Europe Edition

Due to the modular nature of Stratux, there are many possibilities how you can build it to your needs. You can find three popular variations in the form of complete build guides here. It also shows how you can modify your pre-built Stratux US version to run the EU version.

If you want to customize beyond that, or have different needs, you can find a full list of supported hardware/attachments here.