1.4.0 • Published 10 years ago

usriot.js v1.4.0

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

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

  • Take a look at C# library: https://github.com/JohnMasen/USRWin
  • Add more test suites with mockup device
  • Add response parsing
  • Add keep-alive and auto reconnect
  • Add send queue
  • Implement multiple channels command, such as 0x07 BBBB select multiple channel clear

Official Protocol documentation

1.4.0

10 years ago

1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago