1.3.8 • Published 8 years ago

iopa-common-stream v1.3.8

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
8 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

8 years ago

1.3.7

9 years ago

1.3.6

9 years ago

1.3.5

9 years ago

1.3.4

9 years ago

1.3.3

9 years ago

1.3.2

9 years ago

1.3.1

9 years ago

1.2.8

9 years ago

1.2.6

9 years ago

1.2.5

9 years ago

1.2.4

9 years ago

1.2.3

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.0.14

9 years ago

1.0.13

9 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.0

9 years ago