0.0.9 • Published 10 years ago

batch-ricoh-counter v0.0.9

Weekly downloads
3
License
ISC
Repository
github
Last release
10 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

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago