tesira

Biamp Tesira Client Library


Keywords
net
License
Other

Documentation

Tesira Client

This library allows for basic communication with Biamp Tesira devices over their telnet interfaces. It implements message framing, but leaves all RPC specifics to the user.

It is strongly suggested to consult relevant materials freely available on Biamp's website. Especially the Tesira Text Protocol specification.

Example

(require tesira)

(define my-tesira
  (tesira-connect "10.0.0.135" 23))

(tesira-send my-tesira 'SESSION 'get 'aliases)

Check documentation for more details.