Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

A C# .NET wrapper for the OpenSky Network REST API

License

NotificationsYou must be signed in to change notification settings

steveberdy/OpenSky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An easy-to-use, maintained C# .NET wrapper for the OpenSky Network REST API.

This wrapper includes many operations, including the following:

  • Aircraft states, flights, and tracks
  • Airport arrivals and departures
  • Aircraft and airport registration information
  • Aircraft information search

Getting Started

To use this, rundotnet add package OpenSky in a .NET project.

Here is an example program once you've added the OpenSky package:

usingOpenSky;OpenSkyClientclient=new();// This is an expensive call, cache the response when applicableOpenSkyStatesstates=awaitclient.GetStatesAsync();foreach(varstateinstates.States){// Write each aircraft ICAO 24-bit transponder addressConsole.Write(state.Icao24+" ");}Console.WriteLine();

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp