1.3.8 • Published 9 years ago

iopa-common-stream v1.3.8

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
9 years ago

IOPA iopa-common-stream

Build Status IOPA limerun

NPM

About

iopa-common-stream is is a core utility library to create iopa.Body streams

Written in plain javascript for maximum portability to constrained devices

Status

Working prototype

Includes:

IOPA Stream (reference classes)

  • Base framework to write your own IoPA server (e.g., MQTT over TCP)

Installation

npm install iopa-common-stream

Usage

const iopaStream = require('iopa-common-stream');
    
const OutgoingNoPayloadStream = iopaStream.OutgoingNoPayloadStream;
    , IncomingMessageStream = iopaStream.IncomingMessageStream
    , OutgoingStream = iopaStream.OutgoingStream
    , OutgoingStreamTransform = iopaStream.OutgoingStreamTransform
    , OutgoingNoPayloadStream = iopaStream.OutgoingNoPayloadStream
    , EmptyStream = iopaStream.EmptyStream
    , BufferStream = iopaStream.BufferStream;

See iopa-mqtt for a reference implementation of this package

1.3.8

9 years ago

1.3.7

10 years ago

1.3.6

10 years ago

1.3.5

10 years ago

1.3.4

10 years ago

1.3.3

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.2.8

10 years ago

1.2.6

10 years ago

1.2.5

10 years ago

1.2.4

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.0.14

10 years ago

1.0.13

10 years ago

1.0.12

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.0

10 years ago