Hey guys, I wrote a code to get the parking brake position of default a320 neo in MSFS and sent it to Arduino via serial port. I did not want to go via any GUI-based tool like MobiFlight. I know that I might be re-inventing the wheel but I could not find any non-GUI/API-based interface for getting aircraft variables. Does @MobiFlight or any similar software provide API through which we can do stuff like get and send data? I mostly work with python and my cpp knowledge is limited. Nevertheless, I have given my best shot to close the first version successfully. I am afraid it might not be optimized for performance and it handles only one aircraft variable now (parking brake). I am also concerned of other aspects like WASM. I do not really know what it is or how I can use to improve my codebase (requesting experts here to throw some light regarding this with respect to my code. I want to improve the code performance and if WASM helps there, then it’s win for all of us I guess) So far, since I fetch only parking brake info, I don’t face any latency. My code and instructions can be found in GitHub - edwinvarghese4442/rowentas-sync
Big thanks to the community as I found good info here