... | ... | @@ -59,8 +59,8 @@ To send Target Reports to AIRUS server you must connect via WS to the following |
|
|
Note that the AIRUS environment to which the websocket is going to be send is included in the endpoint (in this case dev, could be changed to pre).
|
|
|
To open this websocket connection two parameters are needed:
|
|
|
|
|
|
* `$token` : This token needs to be obtained by sending an API-REST GET request to the following endpoint: `https://dev-fcm.airus-suite.com/api/token?username=user&password=password` (Replace user and password with the correct credentials)
|
|
|
* `$station-id`: This is the surveillance station identifier, use unique serial numbers. For instance: pildo.
|
|
|
* `$token` : This token needs to be obtained by sending an API-REST GET request to the following endpoint: `https://dev-fcm.airus-suite.com/api/token?username=user&password=password` (Replace user and password with the correct credentials, and dev for pre in case of pre environment)
|
|
|
* `$station-id`: This is the surveillance station identifier, use unique serial numbers. For instance: abc123.
|
|
|
|
|
|
Take into account:
|
|
|
|
... | ... | |