iopa-udp

1.3.34 • Public • Published

IOPA iopa-udp

Build Status IOPA limerun

NPM

About

iopa-udp is an API-First User Datagram Protocol (UDP) stack for Internet of Things (IoT), based on the Internet of Protocols Alliance (IOPA) specification

It servers UDP messages in standard IOPA format and allows existing middleware for Connect, Express and limerun projects to consume/send each mesage.

It is an open-source, standards-based, lighter-weight replacement for other UDP clients and brokers

Written in plain javascript for maximum portability to constrained devices, and consumes the standard node.js require('net') library

Makes UDP connections look to an application like a standard Request Response REST (HTTP-style) message so little or no application changes required to support multiple REST protocols on top of this transport.

Status

Fully working server and client.

Installation

npm install iopa-udp

Install typings for Intellisense (e.g., Visual Studio Code, Sublime TSD plugins, etc.)

npm run typings

Includes:

Server Functions

  • listen
  • close

Client Functions

  • connect
  • context.fetch(url, options, callback)
  • context[server.RawStream].write();

Installation

npm install iopa-udp

Package Sidebar

Install

npm i iopa-udp

Weekly Downloads

1

Version

1.3.34

License

Apache-2.0

Last publish

Collaborators

  • tinialabs1
  • iopa-admin
  • guycreate