Skip to content

dpgradio/ruby-telos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telos ruby gem

Description

The telos gem was written to communicate with some Telos Nx12 Talk Show systems. Currently only the basic communication is implemented, without further abstractions.

Usage / Example

# Open a new connection to a telos device
device = Telos::Device.new(host: '192.168.0.5')
device.connect do
  device.write(Telos::Command::EnumerateShows) # Send EnumerateShows command
  device.read # Read 1 line of Telos output
  device.write(Telos::Command::ConnectToShow, SSN_: 1, SHOW: 'Show 1', PASS: 0) # Connect to a show
  ...
end

About

Ruby gem to communicate with certain Telos phone devices

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages