So, I've been learning Python only recently (because C++ is way to complex for most matters), and discovered this project. Briefly looking at it, I have some questions about it:
- Why do we need a separate script to receive/send the Datarefs? Couldn't this just be done in the X-Plane script?
- Couldn't you just use configparser or a similar library to support config files, which would make it easier to add specific planes, instead of editing the whole script to change the datarefs?
- Is this project dead?
So, I've been learning Python only recently (because C++ is way to complex for most matters), and discovered this project. Briefly looking at it, I have some questions about it: