We're a flight simulation network based in China, working to make the FSD ecosystem more open and accessible, so any network can have the same tooling and features that VATSIM has, and removing VATSIM proprietary lock-in from client softwares.
- NeoSwift: Fork of swift pilot client with full per-network configurability, fsd-autodiscovery, and VATSIM proprietary components removed
- fsd-autodiscovery: Open standard for automated FSD network configuration.
- pyfsd: Python implementation of the FSD server (for providing basic multiplayer connections)
- afv-server: Server implementation of AFV(audio for VATSIM) audio protocol
- slurper-api: Part of AFV Protocol, provides user's realtime on-network data to controller client, supports standard whazzup.json(or vatsim-data.json) format
- weather-api: METAR/TAF HTTP API based on NOAA and avwx.rest data (our own deployment at https://weather.api.skylitefly.com )
- dev-skills: Skills to provide LLM Agents a better understanding on FSD and AFV protocol
- eaip-parser: Parses China eAIP offline packages into a structured format for use by other services
- Our user portal's frontend and backend