Serial Servo Controller (SSC) - Web Application
npm install serial-servo-control-webapp
npm i --global serial-servo-control-webapp
`Install as a developer
$3
`
$ npm install
`$3
`
$ npm link
`Executes
$3
`
Starts the server in default port (3666)
$ ssc-serverOR Starts the server in port (6000)
$ PORT=6000 ssc-server
`$3
`
Starts the agent with default host (http://localhost:3666)
$ ssc-agentOR Starts the agent with spesific host (http://localhost:6000)
$ HOST=http://localhost:6000 ssc-agent
`Example Commands
`
> open
> #0P500
> #0P2500
> $move 0 500
``