0.0.9 • Published 8 years ago

batch-ricoh-counter v0.0.9

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

batch-ricoh-counter

Node command line tool to fetch RICOH printer counter data in batch.

Uses ricoh-counter module for data.

Currently outputs csv data.

Installation

npm install -g batch-ricoh-counter

Usage

> batch-ricoh-counter -c /full/config/path/config.json

Output to file:

> batch-ricoh-counter -c /full/config/path/config.json >> counters.csv

Replace config path by the full config path.

Config

For now, the config file consist of a simple json file with an array of printer host/ip string:

Example config:

[
  "10.0.0.1",
  "printer.host.com"
]

Known issues

None for now.

Author

Jacques Lareau, ADF Diesel Inc. jacques.lareau@adfdiesel.com

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago