60 likes | 163 Views
Multi-Node Real Time Flight Simulator (Outline of the topic, Oct/26/2004). Donghyuk Jeong Aerospace Eng. Outline. Real-time Flight simulator. Using several computers (multi-nodes) Get data from input devices. Calculate Real-time Equation of Motions. Manage data flow between nodes.
E N D
Multi-Node Real TimeFlight Simulator(Outline of the topic, Oct/26/2004) Donghyuk Jeong Aerospace Eng.
Outline. • Real-time Flight simulator. • Using several computers (multi-nodes) • Get data from input devices. • Calculate Real-time Equation of Motions. • Manage data flow between nodes. • 3D Graphic processing and display. • Independent to OS and developing tools.
Specification -Programming Language -Microsoft Visual C++ (Windows API) -Input Device -Joystick( for airplane) -Direct Input (DirectX SDK) -Networking -TCP/IP, Window socket programming.
Specification (continue.) -3D Graphics -OpenGl, GLUT
System Block Diagram Input Device 0 Input Device 1 Input Device 2 ……. Input Device n Sever (Managing data flow) Computing EOMs Output Device 0 Output Device 1 Output Device 2 …….. Output Device m
Applications • Monitor based display • Head Mounted Display • CAVEs • Haptic • etc