southern_lights_client
v1.0.2
Published
client for connected to the server to control the GPIO pins
Downloads
2
Readme
About
A node client for accessing a southern-lights-server and controlling GPIO accessories via websockets.
Install
NPM
Install using npm install southern_lights_client
or by manual install.
Manual
var server = require('./client.js');
Use
Supply a vaild url and protocol to the southern lights socket server.
var client = require('southern_lights_client');
client.createClient({url: 'wss://url:port/','protocol':'echo-protocol'});