Go OpenSky Network API documentation¶
gopensky is the Go implementation of the OpenSky network’s live API. It lets you retrieve live airspace information (ADS-B and Mode S data) for research and non-commerical purposes.
There are some limitation sets for anonymous and OpenSky users, visit following links for more information:
Warning
This project is under active development.
Installation¶
Use go get
to install the latest version of the library:
$ go get github.com/navidys/gopensky
Next, include gopensky in you application:
import "github.com/navidys/gopensky"