Skip to content

VATSIM service for requesting oceanic clearance in the North Atlantic airspace.

Notifications You must be signed in to change notification settings

vatsimnetwork/nattrak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.