lcr-node
v1.0.11
Published
Nodejs Module for Imagine LCR
Readme
Logical Router Control Node Module
Nodejs module for interacting with Imagine Communications Routing systems using Logical Router Control (LRC)
Installation
npm install -s lcr-node
Getting Started
Create connection to the router
var router = new LCR(router_ip, router_port)
Methods
getSources()
Return all sources from the router
getDestinations()
Return all destinations from the router
setXP(source, destination)
Set a crosspoint by source and destination names
License
This project is licensed under the MIT License
