Advanced Search
Search Results
30 total results found
Playback
The playback module is a simple clip store and slide show module, which enables you to load files on to the sygnalRX mini and play them out from the HDMI port. The clip player can be controlled via the sygnalRX device's GUI, or via the sygnalCONTROL GUI.
System
HTTP Connections
There are a limited number of HTTP endpoints that can be used for some specific purposes as detailed bellow. These are intended for mechanical purposes and are not generally considered 'safe to use' and could be subject to change without a deprecation notice ...
Websocket Structure
The websocket messages have a defined structure that must be followed when both sending and recieving a message from a unit/server. A message has two components, a header with some meta data and the payload, with the contents of the message. All keys in this ...
JavaScript Wrapper Library
There is a JavaScript ES6 wrapper library that can be imported and contains a class that can be used to simplify the communication. For access this reach out on [email protected] Class Constructor serverURL, type, clientVersion, currentSystem, ssl = fals...
HTTP Connections
The HTTP API follows the same format as the websocket API, in fact it used the same handler internally! All requests should be sent as POST requests and the message should be sent JSON encoded as the body of the request.
Websocket Connections
The Sygnal API is primarily websocket based. You can establish a connection to a sygnal device via the configured IP and port of the webGUI. By the nature of being a websocket API there is no direct request-response model. However, in most cases when sending ...
Message Structure
The websocket and HTTP messages/requests have a defined structure that must be followed when both sending and recieving a message from a unit/server. A message has two components, a header with some meta data and the payload, with the contents of the message....
JavaScript Wrapper Library
There is a JavaScript ES6 wrapper library that can be imported and contains a class that can be used to simplify the communication. For access this reach out on [email protected] Class Constructor serverURL, type, clientVersion, currentSystem, ssl = fals...
Modules
Core [core] core - requests The core module is only really used to register your connection Command Data Description register object: {module:bool} Used to register your connection and recieve messages from the specified modules ...