diff --git a/pub/dissertation/chapters/design.tex b/pub/dissertation/chapters/design.tex index 8d8c356..363e6e8 100644 --- a/pub/dissertation/chapters/design.tex +++ b/pub/dissertation/chapters/design.tex @@ -94,4 +94,19 @@ which would allow for leeway if a server would be needed \end{itemize} +\subsection{Flight Simulator Plugin} +\begin{itemize} + \item There are two main choices for flight simulators that can be used + for professional simulation + \begin{itemize} + \item X-Plane~\cite{x-plane} + \item Prepar3D~\cite{p3d} + \end{itemize} + \item X-Plane was the choice due to having better documentation for the SDK, and a variety + of development libraries for the simulator itself + \item For the plugin itself, there was already a solution developed by NASA, X-Plane Connect~\cite{xpc} + that is more appropriate due to the time limitations and would be more likely to be reliable + as it has been developed since 2015 +\end{itemize} + \end{document} diff --git a/pub/dissertation/dissertation.pdf b/pub/dissertation/dissertation.pdf index 6d79534..94995e4 100644 Binary files a/pub/dissertation/dissertation.pdf and b/pub/dissertation/dissertation.pdf differ diff --git a/pub/dissertation/references.bib b/pub/dissertation/references.bib index afd2223..218b366 100644 --- a/pub/dissertation/references.bib +++ b/pub/dissertation/references.bib @@ -163,3 +163,25 @@ urldate = {2024-04-21}, } +@online{x-plane, + author = {Laminar Research}, + title = {X-Plane | The world’s most advanced flight simulator.}, + url = {https://www.x-plane.com/}, + urldate = {2024-04-21}, +} + +@online{p3d, + author = {Lockheed Martin Corporation}, + title = {Prepar3D – Next Level Training. World class simulation. Be ahead of + ready with Prepar3D.}, + url = {https://www.prepar3d.com/}, + urldate = {2024-04-21}, +} + +@online{xpc, + author = {NASA Ames Research Center Diagnostics and Prognostics Group}, + title = {X-Plane Connect}, + url = {https://github.com/nasa/XPlaneConnect}, + urldate = {2024-04-21}, +} +