GitHunt
SC

scimusmn/node-cueserver

Simple example controlling cue server from node application.

node-cueserver

Simple example controlling cue server from node application.

Getting started

  • Connect CueServer to computer by ethernet.
  • In CueServer's Network menu, ensure DHCP is set to On.
  • Copy down IP address displayed on CueServer.
  • Access admin screen from computer by pointing browser to this IP address.
  • Update IP address in index.js to match.
  • Run node install
  • Run node index

The CueServer listens from incoming UDP packets on port 52737. The CueServer expects the messages in simple ASCII text format.

The most common command you will need is Cue <Cue Number> Go, which triggers preset Cues on the CueServer.

Full CueScript Protocol – List of possible cue messages.

CueServerAdmin – Can be helpful for troublehsooting connection to CueServer.

Languages

JavaScript100.0%

Contributors

Created January 30, 2018
Updated March 5, 2018
scimusmn/node-cueserver | GitHunt