From 7cdbf528123318918c974ebaecf3c3ead054f255 Mon Sep 17 00:00:00 2001 From: Hans Zeng Date: Fri, 13 Mar 2020 22:24:53 +0800 Subject: [PATCH] README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ef62ed3 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# FSD Server (Java) + +FSD is a flight simulator multiplayer server program. It started with the C++ version (**fsd1110**) released on the Apollo 3 forum. It was then iterated by major flight simulation organizations, and many derivative versions appeared, but the basic protocol instructions were still compatible. + +Unfortunately, the derivative versions of major flight simulation organizations are not open source, which makes the current FSD Based protocol gradually closed. + +This project is a Java implementation of the **fsd1110** version. Thanks to the simpler programming paradigm of Java, for those who are not familiar with C++, you can start to understand the FSD protocol from this project. + +