You would need to create a transport profile with serverType as Telemetry-Websocket. Check the Basic Setup Guide under Documents in the github link that you posted.
You can also find some info around this here: https://www.arubanetworks.com/techdocs/ArubaOS_8.12.0_Web_Help/Content/arubaos-solutions/iot-new/iot-transport.htm
------------------------------
Nikunj Naresh Shah
------------------------------
Original Message:
Sent: Jul 31, 2024 05:13 AM
From: Eren Bülbül
Subject: Connecting Aruba AP via websocket
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.