QRC Commands

QRC is a Unicode-based TCP/IP control protocol. The client connects to the Q-SYS Core (or emulator) on port 1710 and sends JSON RPC 2.0 null-terminated commands.

Note: For the JSON-RPC 2.0 Specification, visit jsonrpc.org.

Tip: In all QRC commands, id acts as an identifier and allows for the sender to match the response with the command. The id will be copied and returned to the sender in the response. The id field must be a number and you can use whatever value you want.