Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nfc-daemon

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nfc-daemon

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

  • 1.0.3
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

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.

Keywords

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc