iopa-udp
v1.3.34
Published
API-First User Datagram Protocol (UDP) stack for Internet of Things (IoT), based on Internet of Protocols Alliance (IOPA) specification
Downloads
47
Readme
iopa-udp
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