1.0.2 • Published 6 years ago

southern_lights_client v1.0.2

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

About

A node client for accessing a southern-lights-server and controlling GPIO accessories via websockets.

southern-lights-client-logo

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'});
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

7 years ago