0.2.4 • Published 9 years ago

hughes-bgan-base v0.2.4

Weekly downloads
13
License
MIT
Repository
github
Last release
9 years ago

hughes-bgan-base

NPM

Build Status devDependency Status

Coverage Status Dependency Status

A base socket context and AT command throttler to facilitate communication between Hughes BGAN devices and Node hosts.

usage example
var bgan = require('hughes-bgan-base'),
    _ = new bgan.commander('password');

var base = new bgan.base({
  host: '123.234.234.123',
  port: 11000,
  commands: [
    'at e1',
    'at d +441494712784',
    'at h0',
    _.iclck('ad', '1')
  ],
  stripResponses: true,
  onData:  function(line, raw) {},
  onEnd: function(lines, raw) {}
}).connect();
0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.6

9 years ago

0.1.5

9 years ago

0.1.4

9 years ago

0.1.3

9 years ago

0.1.2

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago