WebSocket Implementation to existing project
-
Hi, im fairly new to QT and i have taken over the project from someone else who made the whole QML application for one of our projects. Now the issue im having is i want to be able to integrate websocket features into the application.
i have gone though the web channel standalone example projects and figured out how i can send data over websocket to a html page. but the issue im having is how can i bring both these projects together. it may seem simple but im still wrapping my head around qt itself and web sockets and im running short on time before completion so any hits or guidelines would be much apprecaiated.
Second issue im facing is i figured out how to use the data coming from the websocket inside a webpage. now what i would like to figure out is how i can use websocket over a localhost. most of the examples when i tried for the webchannel opens up a HTML page from local storage and connects to the web socket. but how can i connect it over a fixed local ip address?