Hello,
I have tried to find another post on this topic, and I am sure it has been asked before so please point me in the right direction if it exists!
I am writing some code to accept incoming OpenEMS Websocket connections to a different backend application. I am trying to find out what the path / URI is for the websocket connection.
For example, let’s say I am running my edge and backend on localhost
and have my websocket server open on 8081.
What is the path that the edge will connect to? If I set the backend URI as ws://localhost:8081/
on the edge - is there any other additional path that identifies where the edge is connecting and sending requests to? (i.e something like “/ws/…”)
Thanks,
Thomas