Skip to content

Simple script to interact with Ross NK routers via the SCP/A, connected via GlobalCache IP2Sl

Notifications You must be signed in to change notification settings

rplucker-117/ScpaViaIP2SL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

SCP/A via IP2SL

This is a simple script to communicate with Ross NK video routers via their SCP/A, connected via a GlobalCache IP2SL This is NOT for communicating directly with NK routers

Setup

Setup is simple, create a class instance and include the ip address of the IP2SL.

scp = ScpViaIP2SL(ip='192.168.1.1)

Then, either call get_status or switch_output

print(scp.get_status(output=1))

scp.switch_output(input=1, output=2)

About

Simple script to interact with Ross NK routers via the SCP/A, connected via GlobalCache IP2Sl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages