RTL-SDR UAT tools. opensource ads-b receiver
 
 
 
 
 
 
Go to file
Adrian Batzill 53f88d4f7c
Merge pull request #9 from VirusPilot/master
Some minor improvements in gps.go as well as MSL vs. HAE text usage
2019-06-05 09:16:13 +02:00
docs Add RPi3 FCC testing report for reference. 2016-08-26 23:09:47 -04:00
dump978 dest/src patch. 2016-06-21 15:05:28 -04:00
dump1090@9a4fb85093 Un-do dump1090 version change in #390. 2016-04-19 08:38:18 -04:00
godump978 Merge pull request #337 from jpoirier/development 2016-03-16 08:23:10 -04:00
goflying@0ba3e51be7 Change goflying version. 2017-10-11 13:18:26 -04:00
image logging only 2019-05-21 15:09:46 +02:00
main Update gps.go 2019-06-02 18:45:23 +02:00
notes Clarify sleep mode behavior. 2019-02-05 23:17:48 -05:00
ogn Changes HTTP port of ogn-rf to avoid conflict with dump1090 2018-04-20 19:26:15 +02:00
selfupdate Don't duplicate gen_gdl90 messages in syslog general log. 2019-01-17 17:09:23 -05:00
sensors Remove some old AHRS logging. 2017-06-24 15:51:13 -04:00
test Change luma usage. 2017-10-17 14:42:19 -04:00
test-data Clean up obsolete dangerzone includes. 2018-04-26 14:54:12 -04:00
tools Remove old AHRS replay tools. Add protocol tools. 2017-05-23 16:56:18 -04:00
uatparse First working commit merging latest cyoung/master into westphae/dev 2016-12-29 06:33:11 -06:00
web Altitude MSL vs. HAE 2019-06-01 13:24:31 +02:00
.gitignore Cleanup. 2018-09-27 15:58:41 -04:00
.gitmodules Changes FLARM decoding chain to OGN 2018-04-20 19:26:13 +02:00
CONTRIBUTING.md Issue template. 2016-01-19 09:32:36 -05:00
ISSUE_TEMPLATE.md Update issue template with checkboxes. 2016-08-16 16:07:03 -04:00
LICENSE Comments. 2016-01-19 08:39:46 -05:00
Makefile fallback to GPS altitude if no baro present for SkyDemon 2019-05-05 10:18:39 +02:00
README.md update raspi debian to latest packages 2019-05-11 15:14:23 +02:00
__lib__systemd__system__stratux.service Changes FLARM decoding chain to OGN 2018-04-20 19:26:13 +02:00
__root__stratux-pre-start.sh Remove hostapd_manager_quiet.sh per @peepsnet. 2017-07-21 16:00:37 -04:00
circle.yml Change CircleCI to test to build master. 2018-01-09 12:14:32 -05:00

README.md

Stratux - European edition

This is a fork of the original Stratux version, incorperating many contributions by the community to create a nice, full featured Stratux-Flarm image that works well for europe.

Difference to original Stratux

  • Original Stratux: https://github.com/cyoung/stratux
  • Merged devel/flarm_receiver from PepperJo, which enables flarm reception based on the OpenGliderNetwork decoding stack (https://github.com/PepperJo/stratux)
  • Merged VirusPilot's fixes and improvements for U-Blox 8 devices and Galileo/Glonass reception (https://github.com/VirusPilot/stratux)
  • Changed DHCP Settings to not set a DNS server - this fixes the hangs that can be observed with current SkyDemon versions when not having an internet connection
  • If no pressure sensor is present, report GPS Altitude as pressure altitude to make SkyDemon happy (NOT RECOMENDED!)
  • By default, FLARM and DeveloperMode is enabled, UAT is disabled
  • Merged Stratux Web-Radar for web-based traffic display by TomBric (https://github.com/TomBric/Radar-Stratux)
  • Upgraded the RaspberryPi Debian system to the latest debian packages
  • Hide Weather/Towers page if UAT is disabled
  • Added a simple Flarm Status page, loading the ogn-rf and ogn-decode web pages as iFrames