# Intro

The CLTPlatform is the company's latest service, allowing users to control all of its devices. CLTPlatform unified packaging and management of Colorlight devices, mainly expected to solve the problem of adaptation to different devices and different protocols in secondary development. At the same time, the platform uses the industry's common HTTP communication protocols, users can separately deploy the platform, docking through the API interface.

The platform mainly provides HTTP API to the outside, and controls the devices under Colorlight internally. The API is divided into four major modules based on device type: Sending device, Receiving Card, Module and Multi-function Card.

# List of Functions

  • Sending device

    • Device info: Search for devices in the current environment and manage the searched device set. Get general information about the specified device, and so on.

    • Board card info: Manage the input and output sub-boards of the device and the interface information on the sub-boards, such as the cutting of signal sources, etc. And board version management.

    • Screen group info: Manage device screen grouping information, such as layer management, screen freeze black screen, screen color brightness, etc.

    • Other info

  • Receiving Card

    The number of receiving cards under each network port of the device. Basic information of the receiving card, etc.

  • Module

    Module connection status information and monitoring information.

  • Multi-function Card

    Multi-function Card temperature and humidity and other environmental information, as well as each relay switch status.

# Supported Devices

Device Category Type
Sender S2/S4/S6F S20/S20F S20PRO
Professional Processor X2s/X4s X2m/X4m X6/X7 X12 X8E/X16E/X20 X20m/X40m X26m
Super Processor Z3 Z4Pro/Z5 Z6PRO-G2 Z8
Video Splicer X100 X100Pro D9/D16 V4 V7 V8 VX10 VX20

# Supported Platforms

The CLTPlatform SDK is mainly available in the form of installation scripts and executable programs for different projects. The following platforms are supported:

Platform Verified on Installation Script Executable Program
Windows Win10/Win11
Linux Ubuntu 16.04 (4.8.0-52-generic)
Mac macOS 10.12 x

# Usage on Different Platforms