Node command line tool to fetch RICOH printer counter data in batch.
Uses ricoh-counter module for data.
Currently outputs csv data.
npm install -g batch-ricoh-counter
> 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.
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"
]
None for now.
Jacques Lareau, ADF Diesel Inc. jacques.lareau@adfdiesel.com