dependabot[bot] ed23987c0f Bump org.apache.commons:commons-lang3 from 3.9 to 3.18.0
Bumps org.apache.commons:commons-lang3 from 3.9 to 3.18.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-version: 3.18.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-07-12 02:11:13 +00:00
2020-03-13 22:01:20 +08:00
2020-03-13 22:01:20 +08:00
2020-03-13 22:01:20 +08:00
2020-03-13 22:01:20 +08:00
2020-03-13 22:01:20 +08:00
2020-03-13 22:36:10 +08:00
2020-03-13 22:01:20 +08:00
2020-03-13 22:28:02 +08:00

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.

Description
No description provided
Readme MIT 105 KiB
Languages
Java 100%