@signageos/nec-pd-sdk
v0.2.0
Published
Node.js library interface for communication via RS232 with NEC large-screen displays.
Downloads
4
Readme
NEC PD SDK
Node.js library interface for communication via RS232 with NEC large-screen displays.
This library is a Node.js port of NEC PD Python SDK. At the moment it doesn't implement the entire protocol, only functions that we needed for our project. Contributions are welcome.
Installation
npm install @signageos/nec-pd-sdk
Examples
Some examples can be found in examples directory.
Contributing
To set up your development environment:
- clone this repository
cd
to the main folder- run
npm install
- run
npm run build
- Before you commit anything, run
npm run lint
and make sure it passes without errors