You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LNM supports the Gzipped file download. The status.txt is downloaded by LNM on startup only. The whazzup.txt(.gz) is downloaded every one or three minutes. The latter one is the bandwidth critical file.
The whazzup.txt(.gz) can draw a lot of bandwidth with a size of around 100 KB, up to 800 clients online (what I've seen so far) and an update rate of one to three minutes. A lot of hosting services say that they do no limit bandwidth, but people get their account canceled anyway if an arbitrary limit is exceeded. So, you have to be cautious with that.
Only a cron job (or anything else) is needed to download the whazzup.txt.gz periodically and to put it into a web server folder. If all is set up I can create a configuration file that points to the mirror site. I can post this file to the forums as an update and on my page.
You also need a clearance from IVAO. They will add your server to a whitelist and allow you to poll the files.
The text was updated successfully, but these errors were encountered:
Super das auch IVAO wieder geht! Falls man noch mit einem Mirror helfen kann, bitte melden. Meine Webpräz langweilt sich manchmal und vielleicht könnte ich hier helfen.
Dazu müsste ich in der Statusdatei status.txt einfach einen neuen Eintrag gzurl1=https://www.WHEREEVER.de/ivao/whazzup.txt.gz hinzufügen. LNM wählt die Server zufällig aus. Den Download von IVAO erledige ich mit folgenden Script, das einmal in der Minute ausgeführt wird:
A full website is not needed. IVAO provides the information for centers and clients in two text files:
status.txt
whazzup.txt
Documentation for these files is here.
LNM supports the Gzipped file download. The
status.txt
is downloaded by LNM on startup only. Thewhazzup.txt(.gz)
is downloaded every one or three minutes. The latter one is the bandwidth critical file.The
whazzup.txt(.gz)
can draw a lot of bandwidth with a size of around 100 KB, up to 800 clients online (what I've seen so far) and an update rate of one to three minutes. A lot of hosting services say that they do no limit bandwidth, but people get their account canceled anyway if an arbitrary limit is exceeded. So, you have to be cautious with that.Only a cron job (or anything else) is needed to download the whazzup.txt.gz periodically and to put it into a web server folder. If all is set up I can create a configuration file that points to the mirror site. I can post this file to the forums as an update and on my page.
You also need a clearance from IVAO. They will add your server to a whitelist and allow you to poll the files.
The text was updated successfully, but these errors were encountered: