Skip to content

Simple example controlling cue server from node application.

Notifications You must be signed in to change notification settings

scimusmn/node-cueserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple example controlling cue server from node application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published