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



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.
Fully working server and client.
npm install iopa-udp
npm run typings
Includes:
* listen
* close
npm install iopa-udp