JSPM

  • Created
  • Published
  • Downloads 154
  • Score
    100M100P100Q67633F
  • License ISC

Native addon to communicate with linux devices (can also be used for sockets or FIFOs)

Package Exports

  • linux-device
  • linux-device/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (linux-device) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

linux-device

Native addon to communicate with linux devices (can also be used for sockets or FIFOs).

Installation

Install with npm:

$ npm install linux-device

Usage

See the API Docs for more information.

Remote usage

It is possible to use this module to access devices remotely. In order to do this, run the remote-device-server binary on your slave device, and export the DEVICE_DEBUG_SERVER environment variable to point to the remote end, eg EXPORT DEVICE_DEBUG_SERVER=ws://remote-device.local:8081