File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33![ 协议徽章] ( https://img.shields.io/github/license/supermastergui/FSD ) ![ Action徽章] ( https://github.com/supermastergui/FSD/actions/workflows/cmake-multi-platform.yml/badge.svg?branch=master ) ![ Release徽章] ( https://badgen.net/github/release/supermastergui/FSD/stable )
44
55## 一、 项目简介🌟
6- FSD 是一个用于连接管制和机组的一个后端处理软件,使用FSD V3.000 draft 9协议。受限于FSD V3.000 draft 9协议所致,目前连接设备仅支持` EuroScope ` 、` Swift ` 以及` Echo ` (未测试,仅推断得出),其余软件譬如:` Vatspy ` 、` VRC ` 、` CRC ` 等均不支持。
6+ FSD( ** Flight Simulation Device ** ) 是一个用于连接管制和机组的一个后端处理软件,使用FSD V3.000 draft 9协议。受限于FSD V3.000 draft 9协议所致,目前连接设备仅支持` EuroScope ` 、` Swift ` 以及` Echo ` (未测试,仅推断得出),其余软件譬如:` Vatspy ` 、` VRC ` 、` CRC ` 等均不支持。
77
8- FSD V3.000 draft 9协议最初版本的是[ kuroneko/fsd] ( https://github.com/kuroneko/fsd ) ,项目克隆自: [ AFcPPe/FSD-SKYline ] ( https://github.com/AFcPPe/FSD-SKYline ) ,目前来看这两个项目都已停止维护。💤
8+ FSD V3.000 draft 9协议最初版本的是[ kuroneko/fsd] ( https://github.com/kuroneko/fsd ) ,后续改动版本有:
99
10- 除此以为,目前还有基于FSD V3.000 draft 9协议的[ cfcsim/pyfsd] ( https://github.com/cfcsim/pyfsd ) ,它与原版有非常大部分的改动,基本就是完全覆写了一遍,密码存储在数据库。🔒
10+ - [ cfcsim/pyfsd] ( https://github.com/cfcsim/pyfsd ) ,编程语言:Python,特点:基本覆写了一遍、密码存储在数据库。
11+ - [ AFcPPe/FSD-SKYline] ( https://github.com/AFcPPe/FSD-SKYline ) ,编程语言:C++、C,特点:支持计划同步。
12+ - [ AFcPPe/AdvancedFlightServer-Golang] ( https://github.com/AFcPPe/AdvancedFlightServer-Golang ) ,编程语言:Go,特点:密码存储在数据库,支持计划同步。
1113
1214FSD主流的协议有三种:FSD V3.000 draft 9、Vatsim协议、Vatsim(token)协议。
1315
@@ -19,7 +21,7 @@ Vatsim协议是指在`EuroScope`中,出现下图的第一个图标。
1921
2022<img src =" ./assets/image-20250316165325099.png " alt =" image-20250316165325099 " style =" zoom :50% ;" />
2123
22- 总而言之,言而总之,此项目[ supermastergui/FSD] ( https://github.com/supermastergui/FSD ) 目的就是为了写一个适合懒人的FSD,懒到不想配置数据库,使用明文储存密码(虽然安全性有点欠佳⚠️ )。
24+ 总而言之,言而总之,此项目[ supermastergui/FSD] ( https://github.com/supermastergui/FSD ) ,本项目克隆自: [ AFcPPe/FSD-SKYline ] ( https://github.com/AFcPPe/FSD-SKYline ) 。 目的就是为了写一个适合懒人的FSD,懒到不想配置数据库,使用明文储存密码(⚠️虽然安全性有点欠佳 )。
2325
2426
2527
@@ -483,7 +485,11 @@ Vatsim协议是指在`EuroScope`中,出现下图的第一个图标。
4834851. 删除了` .github\w orkflows\c i.yml` 和` .github\w orkflows\m ain.yml` 。
4844861. 增加了` cmake-multi-platform.yml` 。
485487
486- # ## 202年4月1日
488+ # ## 2024年4月1日
487489
4884901. 修改了` README.md` 文件,增加了github徽章。
489491
492+ # ## 2024年4月5日
493+
494+ 1. 修改了` README.md` 文件,调整排版。
495+
You can’t perform that action at this time.
0 commit comments