We want to connect to Aruba APs via WebSocket to send various commands and requests. We can send requests using Postman via the REST API. Now, we want to send BLE connection and scanning requests over WebSocket. We would like to send the JSON requests mentioned in the Aruba WebSocket API documentation, but the document does not specify how to establish the connection. We are getting information from this document: "8.10 ARUBA IOT WEBSOCKET INTERFACE"
We have set up the project and created a server using the link below. However, there is not enough information on how to establish the connection. https://github.com/aruba/aos8-iot-server-example-websocket
How we can find the simplest way to establish a WebSocket connection and send JSON commands. Is there any guide to establish websocket connection?
Thanks in advance.