- Messages
- 43
- Country

For my ATR 72 flight simulator I want to replicate the autopilot display (AFCS) as a webpage displayed on a smartphone.
With my Flight1 software there is no other way to get the displayed text than through OCR. So my current solution is this: - use AutoHotkey to run the OCR(Capture2Text) and write a HTML page if the Text changes. - Add meta tag "refresh" for the client side update - The freeware "mini webserver" to host the html page.
The screen capture part actually works reasonably well but the 5 second refresh of the web site one the phone is awful. I have downloaded and tried WebSimConnect and looked into WebSockets where the client only refreshes when the data has changed. But I have trouble adapting the examples to my need.
Maybe with your help I can put something together.
Thanks!
With my Flight1 software there is no other way to get the displayed text than through OCR. So my current solution is this: - use AutoHotkey to run the OCR(Capture2Text) and write a HTML page if the Text changes. - Add meta tag "refresh" for the client side update - The freeware "mini webserver" to host the html page.
The screen capture part actually works reasonably well but the 5 second refresh of the web site one the phone is awful. I have downloaded and tried WebSimConnect and looked into WebSockets where the client only refreshes when the data has changed. But I have trouble adapting the examples to my need.
Maybe with your help I can put something together.
Thanks!
