New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

nfc-daemon

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

nfc-daemon

Simple Node.js daemon which reads NFC tags and exposes a WebSocket with the information.

1.0.0
unpublished
Version published
Maintainers
1
Created

node-nfc-daemon

Simple Node.js daemon which reads NFC tags and exposes a WebSocket with the information.

Installation

Via Git

git clone https://github.com/DanielHuisman/node-nfc-daemon.git`
cd node-nfc-daemon
yarn

Via npm

yarn global add nfc-daemon

Usage

Basic usage

NFC Daemon
  Simple Node.js daemon which reads NFC tags and exposes a WebSocket with the information.

Options
  -H, --help             Display usage information.
  -v, --version          Display version information.
  -d, --daemon           Run as daemon (background).
  -h, --host string      The host to bind the WebSocket server to (by default 127.0.0.1).
  -p, --port number      The port to bind the WebSocket server to (by default 5000).
  -t, --timeout number   Timeout in milliseconds between reading NFC tags (by default 5 seconds).
  -V, --verbose          Verbose logging (i.e. print all read NFC tags).

Daemon

Use the --daemon or -d option to run this application in the background as a daemon.

Process managers

Alternatively you can use a process manager, like PM2 or Forever, to start and monitor this application.

FAQs

Package last updated on 08 May 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts