Skip to content

jeffmikels/pro_presenter_network_link_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ProPresenter Network Link Tools

Currently, only one tool is available... the simulator

ProPresenter Network Link Simulator

To Run (requires NodeJS):

node simulator.js

To Configure:

Edit the global variables at the top of the simulator.js file:

// ProPresenter Machine to link to
const linkHost = '192.168.10.50'
const linkHostPort = 60157

// if `connectOnStart` is false, then this server
// will simply act like a ProPresenter instance
// with Link enabled waiting for a group/add_member
// request from others.
const connectOnStart = false;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published