Search the Community
Showing results for tags 'api'.
-
Public API for Flight Charts
Isaac Borg posted a topic in Charts, Navigation and Flightplanning Help
I am a University Student reading for a Bachelor of Science in ICT and currently alongside three other students I am developing a Flight Visualisation System using http://ASP.NET Core. One of the requirements for our system is to display flight charts such as SIDs and STARs. Is anyone aware of a public API tool which can give us the same information to that found on ChartFox (I've contacted them a couple of days ago but no response yet) for example? -
I would like to make a map with real-time VATSIM traffic in a browser on another computer than my flight sim. I can't use VATSIM's API because it's only updated every 2 mins and I would like to have it every couple of seconds. Therefore, since vPilot already have the information there is no need to bother VATSIM servers, and I thought it would be really neat if vPilot could have a little simple HTTP server (or WebSocket) built in, from which anyone with a bit of web programming knowledge could easily pull out information like traffic and controller info and build their own little creative apps. Could that be a possibility? Or is there some other way I could get traffic data? At the moment I only know high-level programming (web technologies).