tarakanbg/vatsim_online

View on GitHub
lib/vatsim_online/vatsim_status.txt

Summary

Maintainability
Test Coverage
; IMPORTANT NOTE: to use less bandwidth, please download this file ONE TIME ONLY when
;                 your application starts, and load it locally
;
; Data formats are:
;
; 120128:NOTCP - used by WhazzUp only
; msg0         - message to be displayed at application startup
; url0         - URLs where complete data files are available. Please choose one randomly every time
; url1         - URLs where servers list data files are available. Please choose one randomly every time
; moveto0      - URL where to retrieve a more updated status.txt file that overrides this one
; metar0       - URL where to retrieve metar. Invoke it passing a parameter like for example: http://data.satita.net/metar.html?id=KBOS
; atis0        - URL where to retrieve atis. Invoke it passing a parameter like for example: http://data.satita.net/atis.html?callsign=BOS_CTR
;                WARNING: please don't abuse it. Requests take network bandwidth. If possibile please use atis that are present into satnet-data.txt file
; user0        - URL where to retrieve statistics web pages
;
;
120218:NOTCP
;
url0=http://www.pcflyer.net/DataFeed/vatsim-data.txt
url0=http://www.klain.net/sidata/vatsim-data.txt
url0=http://fsproshop.com/servinfo/vatsim-data.txt
url0=http://info.vroute.net/vatsim-data.txt
url0=http://data.vattastic.com/vatsim-data.txt
;
url1=http://www.net-flyer.net/DataFeed/vatsim-servers.txt
url1=http://www.klain.net/sidata/vatsim-servers.txt
url1=http://fsproshop.com/servinfo/vatsim-servers.txt
url1=http://info.vroute.net/vatsim-servers.txt
url1=http://data.vattastic.com/vatsim-servers.txt
;
metar0=http://metar.vatsim.net/metar.php
;
atis0=http://stats.vatsim.net/atis.html
;
user0=http://stats.vatsim.net/search_id.php
;
; END