Private & Confidential
(1.0.0) Utilities
Descriptions of some additional stuff the service provides.
Â
get-control-panel
Page that serves up-to-date ICE Control Panel installers for all platforms. Visit http://localhost:800/get-control-panel/
or the equivalent local network address for download links.
bookmarklet
Add this to a bookmarks bar on a browser using http://localhost:800/bookmarklet/setup
(or the equivalent local network address).
This can be used to send the Matterport/Spacewalk/Streetview location to the corresponding control page in the Igloo apps.
osc-to-http
Send OSC messages with the structures outlined below to make HTTP requests. Service listens for OSC on 9003 by default (configurable in config.json
).
Useful for calling HTTP APIs (e.g. AVer or BirdDog PTZ cameras) from open-stage-control.
/http/get
GET
a url (optionally with Basic
credentials).
Address |
|
First argument | url to GET - string (e.g. |
Second argument (optional) | HTTP ‘Basic’ authorization credentials for GET request - string (e.g. |
/http/post/json
POST
json to a url.
Address |
|
First argument | url to POST - string (e.g. |
Second argument | JSON body for POST request - string (e.g. |
osc-to-udp
Send OSC messages with structures outlined below to send UDP packets to local network addresses. Service listens for OSC on 9003 by default (configurable in config.json
).
Useful for sending RS-232 (via an appropriate adapter) to Crestron, Bluestream, etc from open-stage-control.
/udp/byteArray/Uint8
Send a UDP packet containing an array of unsigned 8-bit integers to an address
Address |
|
First argument | address - string (e.g. |
Any remaining arguments | integers which will be sent in the UDP packet (e.g. |
Â
(c) Igloo Vision 2020