Communication between Embedded Qt app and Webpage on Raspberry Pi
Unsolved
Mobile and Embedded
-
Hello, I would like to make an embedded App on the Raspberry Pi with Qt and a Webpage also running on the Pi. My problem now is that I don‘t know how i could implement the communication between the Qt app and the webpage. I would need to send some data in form of strings and the state of a button to the app to process it further within the app.
Does anyone have an idea how this is done? Thanks!
-
Hi,
Will the site also be served on the Pi ?
-
Then one way would be to use QWebChannel.