https://www.adsbexchange.com/data/
https://twinfan.gitbook.io/livetraffic/ ... b-exchange
Search found 8 matches
- Mon Jul 06, 2020 8:56 pm
- Forum: Feature Suggestions
- Topic: X-Plane connection?
- Replies: 3
- Views: 11034
- Mon Jul 06, 2020 8:55 pm
- Forum: General Discussion
- Topic: Block an IP from connecting?
- Replies: 10
- Views: 5594
Re: Block an IP from connecting?
Hilarious thread complaining about people smashing your stuff, but when ADSBx locked it down due to abuse it was vile rage ...
- Mon Jul 06, 2020 8:53 pm
- Forum: General Discussion
- Topic: ADSBExchange feed no longer working?
- Replies: 18
- Views: 13352
Re: ADSBExchange feed no longer working?
You won't feed ADSBx from Pi yet you feed FlightRadar24 without issue and you feed all other commercial sites without issue.
Thanks for showing everyone that my post about you and the others was 100% true.
You make demands at ADSBx and fucking will do NOTHING to support ADSBx. Reap what you sow.
Thanks for showing everyone that my post about you and the others was 100% true.
You make demands at ADSBx and fucking will do NOTHING to support ADSBx. Reap what you sow.
- Tue Sep 17, 2019 3:36 pm
- Forum: General Discussion
- Topic: ADSBExchange feed no longer working?
- Replies: 18
- Views: 13352
Re: ADSBExchange feed no longer working?
mmm hmmmm ....
- Tue Sep 17, 2019 1:02 am
- Forum: General Discussion
- Topic: ADSBExchange feed no longer working?
- Replies: 18
- Views: 13352
Re: ADSBExchange feed no longer working?
Why was ADSBx TCP restricted? The top reason, commercial abuse of reselling of the unfiltered data stream. There were over 350 'users' connected to the TCP stream 24/7 365 days a year - many from commercial / corporate / data center IPs. How many are connected now? About 20. Within a week, a dozen ...
- Mon Mar 19, 2018 6:57 pm
- Forum: Feature Suggestions
- Topic: Putting SQLite in memory on load and periodically saving to disk
- Replies: 0
- Views: 2415
Putting SQLite in memory on load and periodically saving to disk
http://www.sqlite.org/backup.html https://www.sqlite.org/inmemorydb.html VRS seems to grind to a halt under many load requests or spikes in requests. How is the SQL database and aircraft.json look up done? Are we querying disk i/o or using some sort of caching to server requests. Exmaple, how is the...
- Mon Mar 19, 2018 6:36 pm
- Forum: VRS on Linux
- Topic: VRS mono headless inside Docker
- Replies: 3
- Views: 3886
Re: VRS mono headless inside Docker
No, and deeper testing showed the code is terribly inefficient. SQLite disk i/o is atrocious. Needs to be activated with :memory
No response from Dev or Community.
No response from Dev or Community.
- Fri Dec 01, 2017 4:30 pm
- Forum: VRS on Linux
- Topic: VRS mono headless inside Docker
- Replies: 3
- Views: 3886
VRS mono headless inside Docker
Hello, I followed the Linux install instructions, dockerized it, VRS runs and works -nogui. Webserver works, everything. However, If I pass -createAdmin:admin -password:password so I can configure, it crashes. .... [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initi...