srv-client
node module to facilitate connection to and control of an SRV-1 Surveyor robot via tcp
Usage
configure and connect
const SrvClient = ; let client = host: '192.168.1.123' port: 1138; client;
move in specified direction (supported: forward, backward, left, right)
client;
stop moving
client;
turn laser on or off
client;
Additional Info
full list of motor commands are specified here: [http://www.surveyor.com/SRV_protocol.html]