Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 2.03 KB

README.md

File metadata and controls

46 lines (25 loc) · 2.03 KB

About natTrak

natTrak is the web application used by the Atlantic oceanic controll areas of the VATSIM network. Pilots submit oceanic clearance requests via the website, and controllers respond to those requests.

This project is maintained by the VATSIM Tech Team.

natTrak is a Laravel application using Bootstrap 5.3, Livewire 3.0, and AlpineJS. It also makes use of Soketi for websocket support.

Primary Developers

FAQs

How do I request new features?

Create an Issue in this repository, or let one of us know via Discord if you're unable to. All ideas welcome!

Is natTrak compatible with Hoppies CPDLC?

Unfortunately it is not and there are no plans for this.

Is there an API?

Yes! The endpoints are:

  • /api/clx-messages - Detailed oceanic clearance messages
  • /api/plugins-rcl - Simple oceanic clearance request messages
  • /tracks - the tracks currently in use by natTrak.

It is highly recommended that you use the clx-messages endpoint. In future more endpoints will be available.