StSupervisor  Version 1.0.8
Http Interface

GET

version

Command:

http://localhost:8090/version

Response:

1.0.0

platforms

Command:

http://localhost:8090/platforms

Response:

[
{
"platform": "UAV_1",
"active": true,
...
"sensors": [
...
]
},
{
"platform": "UAV_2",
"active": true,
...
"sensors": [
...
]
}
...
]

config

Command:

http://localhost:8090/config

Response:

{
"mqtt": {
"brokerHost": "tcp://localhost",
"port": 1883,
"wsPort": 9001,
"username": null,
"password": null
},
"streamMonitor": {
"httpStartPort": 4000,
"wsVideoStreamStartPort": 9010,
"bitrateReportingPeriod": 1000,
"metadataSampling": 1000,
"timeout": 1000
}
}

nodeinfo

Command:

http://localhost:8090/nodeinfo

Response:

a43c1b0a-a53a-0c90-8810-c06ab1ff3967

license

Command:

http://localhost:8090/license

Response:

returns license

readme

Command:

http://localhost:8090/readme

Response:

README content...
Untitled 1




 Copyright 2019,    IMPLEOTV SYSTEMS LTD