wifiio.js

1.0.0 • Public • Published

Node.js client library to communicate with USR IoT devices#

Usage

var WiFiIO = require('wifiio.js');
var connection = new WiFiIO({host: 'localhost', port: 8899});
connection.connect(function () {
    console.log('Connected successfully!');
    connection.invertIO(3, function () {
        connection.disconnect();
        process.exit();
    });
});

Look for more examples here: /example

Author

Alexander Borovsky, BeeToo

TODOs

Official Protocol documentation

http://www.usriot.com/download/LonHand/GPIO%20control%20protocol%20V1.8.pdf

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i wifiio.js

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • aborovsky