Skip to content
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

New version 2.02 #49

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d707555
OGN DDB version 2.0
acasadoalonso Aug 3, 2020
2004a1f
rearrange some files
acasadoalonso Aug 3, 2020
485d6a3
rearrange some files
acasadoalonso Aug 3, 2020
c4b1ade
changes for version 2.02
acasadoalonso Aug 5, 2020
e287001
update README.md
acasadoalonso Aug 6, 2020
85371ed
update README.md
acasadoalonso Aug 6, 2020
cb06047
update README.md
acasadoalonso Aug 6, 2020
2a475ac
update README.md
acasadoalonso Aug 6, 2020
8bc9deb
improve doc on the 2 .php files
acasadoalonso Aug 6, 2020
6282755
handlle the flyobj=0
acasadoalonso Aug 7, 2020
3e18983
some fine adjustments
acasadoalonso Aug 7, 2020
112d43a
Implement the general API V1
acasadoalonso Aug 10, 2020
14308b9
Implement the aircraft category by a table, instead of hardcoded. Imp…
acasadoalonso Aug 11, 2020
0ac7014
Implement deldevice & delobject on the general API
acasadoalonso Aug 11, 2020
13d663e
Fine adjustments of the general API and store some samples
acasadoalonso Aug 12, 2020
fc108fb
Fine improvements of the DDB migration and report utilities
acasadoalonso Aug 12, 2020
9b1e459
add support ofor ICAO ID checks based on the registration.
acasadoalonso Sep 3, 2020
5d683be
add support for migration of TRKDEVICES
acasadoalonso Sep 16, 2020
e5218e8
adjust of utils
acasadoalonso Sep 16, 2020
483a921
Use the same ICAO teable range for PHP & PYTHON
acasadoalonso Sep 17, 2020
078a2e0
add support for new device unique ID and device APRS ID
acasadoalonso Sep 24, 2020
4163c95
Document the j=2 and j=3 downloads opetions
acasadoalonso Sep 24, 2020
9e62501
adjusmtnt tosupport uniqueid on devices table
acasadoalonso Sep 27, 2020
32ca257
fix README file with the new JSON format
acasadoalonso Sep 27, 2020
56aef73
Add support for simple add object and device at once
acasadoalonso Oct 23, 2020
cca11dc
Document the API on the readme file
acasadoalonso Oct 23, 2020
f557ac8
sync
acasadoalonso Oct 23, 2020
da88f36
sync
acasadoalonso Oct 23, 2020
67fe0c9
adjust the download on CSV to be exactly like in version 1 and adjust…
acasadoalonso Oct 31, 2020
57f71fc
sync
acasadoalonso Nov 18, 2020
55dffcd
sync
acasadoalonso Dec 8, 2020
15949d3
last try to implement DDB V2.0
acasadoalonso Dec 19, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
sql.php
/vendor
/tmp/
/.idea
composer.lock
templates/cache
templates/cache
utils/config.py
utils/__pycache__
sscommit.sh
sslink.sh
utils/ogn.sh
utils/DEVICES.csv
utils/DEVICES.json
utils/glidernet_devicesdb.orig.sql
docs/ogn.sh
docs/result*
docs/cmd.log
Loading