UNPKG

packet_device

Version:

`packet_device` is a Node.js library for secure, packetized communication with microcontrollers (Arduino, ESP32, etc.) running the [Packet Device Arduino library](https://github.com/Pallob-Gain/packet_device).

32 lines (31 loc) 650 B
{ "name": "packet_device", "version": "1.0.6", "main": "./lib/index.js", "type": "commonjs", "directories": { "lib": "lib" }, "scripts": { "test": "node ./main.js" }, "repository": { "type": "git", "url": "git+https://github.com/Pallob-Gain/packet_device.git" }, "keywords": [ "Packet", "Serial" ], "author": "Pallob K. Gain", "license": "ISC", "bugs": { "url": "https://github.com/Pallob-Gain/packet_device/issues" }, "homepage": "https://github.com/Pallob-Gain/packet_device#readme", "description": "", "dependencies": { "roboclaw": "^1.0.29", "serialport": "^12.0.0" } }