Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

30 total results found

Playback

SYGNALmini The sygnalTRX web GUI

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

SYGNALmini The sygnalTRX web GUI

HTTP Connections

API API v1.0

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

API API v1.0

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

API API v1.0

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

API API v2.0

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

API API v2.0

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

API API v2.0

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

API API v2.0

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

API API v2.0

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 ...