Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Latest commit

 

History

History
41 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

41 lines (32 loc) · 1.23 KB

Fly by wire

Aeroplanetty CI

Preface

The purpose of this project is to replicate an unstable and unaffidable -fly-by-wire- system used on Boeing777. The main scope is to demonstrate how processes can communicate each others.

This repository is created only for the exam and will be no longer mantained.

Project design

ProjectSchema

Technical stuff

Compile and run

make
./aeroplanetty resources/G18.txt

Finally, try to use the compiled project:

┌─┐┬ ┬ ┬┌┐ ┬ ┬┬ ┬┬┬─┐┌─┐
├┤ │ └┬┘├┴┐└┬┘││││├┬┘├┤ 
└  ┴─┘┴ └─┘ ┴ └┴┘┴┴└─└─┘
© 2020 Owanesh

Also run make help if you need more information

Compile Docs 📃

For compiling docs is required Doxygen

make docs

Then open docs/html/index.html

LICENSE

The code in this project is licensed under MIT license. See LICENSE for more information.