rsimac / pmacars

simple python ACARS utility for x-plane
GNU General Public License v3.0
1 stars 0 forks source link

Well, implement it #1

Open rsimac opened 2 years ago

rsimac commented 2 years ago

Implement an command line utility to process the xplane data.txt output file, after the flight, and to have the human readable, pretty output, containing data fields required by your favourite virtual airline.

Also make the code open enough to allow modifying such output and forwarding to virtual airline's automated flight log server or web page.

Document the xplane data fields and the procedure on how to set them and where to look for data.txt file.

rsimac commented 2 years ago

Reached first phase, parsing the sample data.txt and producting following output:

PS C:\Users\user\gitrepos\pmacars> & C:/Users/user/AppData/Local/Programs/Python/Python39/python.exe c:/Users/user/gitrepos/pmacars/src/pmacars.py
{'startup_zulu': '17:24', 'shutdown_zulu': '17:43'}
PS C:\Users\user\gitrepos\pmacars>