0.2.0 • Published 4 years ago

@signageos/nec-pd-sdk v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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:

  1. clone this repository
  2. cd to the main folder
  3. run npm install
  4. run npm run build
  5. Before you commit anything, run npm run lint and make sure it passes without errors

License

MIT