0.2.4 • Published 10 years ago

hughes-bgan-base v0.2.4

Weekly downloads
13
License
MIT
Repository
github
Last release
10 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

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago