Wykres commitów

979 Commity (master)

Autor SHA1 Wiadomość Data
Joe Prochazka 65efe86a91 Detect dump1090-fa and assign device index. 2019-05-14 13:39:25 -04:00
Joe Prochazka 227f87b584
Updated Dump1090-fa/PiAware version to current. 2019-05-08 21:03:57 -04:00
Joe Prochazka c7166bb435
Updated forum link. 2019-05-04 02:08:55 -04:00
Joe Prochazka cb310463c7
Changed geocode link. 2019-05-04 01:51:13 -04:00
Joe Prochazka fd6900e6ef
Backup and restore links.xml and notifications.xml. 2019-04-29 13:06:24 -04:00
Joe Prochazka beaaa887c1
Added missing semicolons. 2019-04-28 14:11:30 -04:00
Joe Prochazka 6044e5bc4a
Merge pull request #503 from jprochazka/bugfix
Fixes to reported major issues to be addressed in v2.7.2.
2019-04-27 22:06:07 -04:00
Joe Prochazka 1a74077d17 Fixes to reported major issues to be addressed in v2.7.2. 2019-04-19 15:10:21 +00:00
Joe Prochazka 2c0e66e3ea
Added wiedehopf to credits for graph fix. 2019-03-21 15:53:13 -04:00
Joe Prochazka 9db1444bfb
Merge pull request #474 from wiedehopf/dev
Graph improvements / bug fix
2019-03-21 15:51:00 -04:00
Joe Prochazka 6894c25e1d
Merge pull request #481 from paveltar/pav_dev
Added ability to view first and last flights in Flights section
2019-03-09 05:06:29 -05:00
Joe Prochazka b97bf0a54d Add setting and set to v2.7.1. 2019-03-04 20:55:57 +00:00
Pavel T 53aebeb85f Added ability to view first and last flights in Flights section, and ability to pass an index as a GET parameter to view specific flightpath 2018-12-15 21:04:51 +02:00
Matthias Wirth 264491044f Graphs: Increase rrd size for local messages
The Message Rate Graph displays a min/max area and an 7-day average that
is calculated from the previous 7 days. Increase weekly database size
for local messages to 8 days so that those 2 graphs are calculated and
displayed with 8 minute instead of 37 minute granularity.
2018-10-16 19:44:41 +02:00
Matthias Wirth a72380a9de Graphs: Change scaling of Messages >-3dBFS
Display Messages >-3dBFS per 10min instead of per hour. Due to the now
correct logging of those messages the red area corresponding to them can
get very big and make the rest of the graph hard to read.  Displaying
them like the total messages received was also considered but that tends
to make the red area become very small and hard to see.
2018-10-14 14:06:08 +02:00
Matthias Wirth 486015a378 Graphs: Display percentage of Messages >-3dBFS 2018-10-14 14:02:03 +02:00
Matthias Wirth 1197a5493d Graphs: Fix strong_signals data collection
dump1090 produces stats.json, this is read to produce the database the
graphs are based on. strong_signals is a counter which logs every message
with an RSSI of bigger than -3dBFS.
Currently this message counter is unlike the other message counters read
from the last1min instead of the total bucket. This creates bad data as
the rrd data source type used assumes a constantly increasing counter,
which the last1min bucket is not. When the last1min strong_signals
bucket decreases the database logs unkown, when last1min strong_signals
increase it logs the increase and divides it by the elapsed time which
assuming a relatively constant number of strong_signals per minute can
greatly underestimate the actual value of strong_signals received.
Change the data collection to use the total strong_signals bucket like
the other message logs. The data collection will log the difference
between readings and create a correct rate.
2018-10-13 17:58:43 +02:00
Joe Prochazka 5ac8dc11c9 Merge branch 'master' of https://github.com/jprochazka/adsb-receiver 2018-10-11 14:51:36 -04:00
Joe Prochazka 88709e079a Again hiding option to install dump1090-fa on Ubuntu 18.04+. 2018-10-11 14:51:17 -04:00
Joe Prochazka 8f3d74f65e
Removed the PLANEFINDER_CLIENT_VERSION_ARM variable. 2018-10-11 14:19:53 -04:00
jprochzka 22792315d6 Hoping for Ubuntu 18.04+ support for dump1090-fa. 2018-10-11 13:44:36 -04:00
Joe Prochazka cee2774291
Merge pull request #472 from jprochazka/2.7.0
2.7.0 pre-release
2018-10-04 10:48:13 -04:00
Joe Prochazka f72e83b6ef Simplified check and quoted string. 2018-10-04 10:34:58 -04:00
Joe Prochazka 7ec650c351 Check for /etc/rc.local before trying to work with it. 2018-10-04 10:11:34 -04:00
Joe Prochazka 8981f0a047 If PHP version > 7.0 check for sqlite3 not sqlite. 2018-10-04 09:52:46 -04:00
Joe Prochazka d8e49c245d
Merge pull request #450 from target-drone/patch-5
Update flights.py to run with python2 and python3
2018-07-10 05:02:05 -04:00
target-drone c60777626c
'deprecated' :) 2018-07-03 15:26:46 +01:00
target-drone bcb6051269
Update flights.py to run with python2 and python3
urllib2 is depreciated in python3.  
Small edit to detect the calling version and import the relevant module.
2018-06-28 10:45:01 +01:00
Joe Prochazka 7626308279 Couple minor fixes to scripting added for ADSBHub support. 2018-06-27 11:45:31 -04:00
Joe Prochazka 981af38c95 Added ADSBHub option to feeders. 2018-06-27 11:17:51 -04:00
Joe Prochazka 53c3cca439 Admins can now specify historical plot map center. 2018-06-26 14:24:22 -04:00
Joe Prochazka 5fb758c692 A couple cosmetic fixes. 2018-06-26 13:07:01 -04:00
Joe Prochazka 3c28d7ebd4 RRD files now exported before being backed up. 2018-06-26 09:56:44 -04:00
Joe Prochazka 28ef0b23e5 Added OpenSky Network feeder support. 2018-06-26 09:06:46 -04:00
Joe Prochazka eb417b6973 Added dump1090-hptoa installation option. 2018-06-25 17:12:34 -04:00
Joe Prochazka 6479a6c06a
Forgot the date. 2018-06-23 04:50:24 -04:00
Joe Prochazka f767266ff2
Merge pull request #444 from jprochazka/2.6.3
2.6.3
2018-06-22 21:25:07 -04:00
Joe Prochazka 6258c26c6b Merge remote-tracking branch 'refs/remotes/origin/master' into 2.6.3 2018-06-22 17:05:28 -04:00
Joe Prochazka e11bbcea5d
Install PHP 7.2 on Ubuntu 18+. 2018-06-22 17:02:23 -04:00
Joe Prochazka f3d760e621 Updated version number. 2018-06-22 14:41:12 -04:00
Joe Prochazka f1b18d0f30 Moved chmod command to proper place. 2018-06-22 12:41:49 -04:00
Joe Prochazka d189f31e80 Reverted unneeded change. 2018-06-22 11:23:30 -04:00
Joe Prochazka 54a8a98fff Default to mbps instead of kbps. 2018-06-22 11:20:47 -04:00
Joe Prochazka 2d7ec771e5 Upgrade to v2.3.6 2018-06-22 11:00:29 -04:00
Joe Prochazka 8f6cbc3f58 Bumped up the bandwidth max a bit. 2018-06-22 10:46:56 -04:00
Joe Prochazka e2647fa2ad Updated PiAware version to 3.5.3 2018-06-21 17:35:01 -04:00
Joe Prochazka 8e54ea2b4a Updated CHANGELOG. Added v2.6.3 portal upgrade file. 2018-06-21 16:53:57 -04:00
Joe Prochazka e39b03c86c Set LAT and LON in config.js with values supplied when installing. 2018-06-21 16:49:17 -04:00
Joe Prochazka 6bbae71eb9 Added a way to force apt update. 2018-06-21 12:31:04 -04:00
Joe Prochazka 0da0c7b3b6 Check for socat in /usr/bin/. 2018-06-21 12:04:12 -04:00