Replies: 3 comments 20 replies
-
the docker was 1 year old and needs to be fixed. the web server is in master you have just to synchronize the docker file adding the missing modules. i can do it but i need time or you can do it and do a pr after :) |
Beta Was this translation helpful? Give feedback.
-
@cagnulein I ended up spinning an instance up on a Pi just to play around with first. I can see its connected to the bike fine: However I'm unable to connect to the WS Server thats supposed to be running on it?
Done this
File above has been edited too |
Beta Was this translation helpful? Give feedback.
-
@greghesp Have you been able to get the Docker file to work now? What about the webserver/websocket functionality? Based on your Dockerfile example (#747 (reply in thread)), with some modifications, I was able to fully compile and run the qdomyos-zwift binary and it detected my bike; but I could not get it to connect. |
Beta Was this translation helpful? Give feedback.
-
Has anyone been able to get this working?
I'm trying to get QZ running in Docker with the WebServer functionality, however at the moment I'm a little unclear if this has been included in the latest build? It seems there is a option in the settings on Android for this, yet there are docs to get it running too: https://github.com/cagnulein/qdomyos-zwift/blob/master/docs/40_web_socket_api.md
I've tried building it in Docker, although struggling. So far I've got down to line
RUN /opt/Qt/5.12.12/bin/qmake
which then fails withERROR: Unknown module(s) in QT: websockets
but currently unsure if i even need to do this now?Beta Was this translation helpful? Give feedback.
All reactions