![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
msfs-navdata
Advanced tools
Package for reading navdata with Microsoft Flight Simulator, reads and parses default navdata and external navdata from a local api into a common format
By FlyByWire & Synaptic Simulations
The Msfs Navdata Client is a package to provide a common navigation data API, abstracting away the details of various different database providers. Current providers are the in-sim navigation database (via Coherent calls), and Navigraph DFD data via an HTTP server external to the sim. Typescript typings are provided.
The API aims to mirror ARINC 424 with deviations for convenience as we are not constrained by the encoding scheme of that specification.
The project is currently at an alpha state as we build it alongside a new flight planning and guidance system.
JSDoc comments are provided throughout the public API.
Database
The database class is the interface between the FMS and the backend. When Intialising a Database you must pass in a Backend for the database to use.
Please Note: All functions on the database class are asynchronous
MsfsBackend
This backend provides data from the in-sim facility data. No arguments are required by the constructor, and it operates entirely within the sim.
ExternalBackend
This backend provides data from an external data server (see src/server
) via HTTP. The base URL for this server is required by the constructor.
An HTTP server with support for multiple backends is provided for the ExternalBackend
.
FAQs
Package for reading navdata with Microsoft Flight Simulator, reads and parses default navdata and external navdata from a local api into a common format
The npm package msfs-navdata receives a total of 40 weekly downloads. As such, msfs-navdata popularity was classified as not popular.
We found that msfs-navdata demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.