https://github.com/katyo/printer-waste-counter
Waste ink counter modification tool for jet printers
https://github.com/katyo/printer-waste-counter
Last synced: 10 months ago
JSON representation
Waste ink counter modification tool for jet printers
- Host: GitHub
- URL: https://github.com/katyo/printer-waste-counter
- Owner: katyo
- Created: 2018-03-15T12:50:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-15T13:40:54.000Z (over 8 years ago)
- Last Synced: 2025-04-09T19:37:52.494Z (about 1 year ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 12
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jet printer waste ink counter modification tool
## Supported printers
* Epson XP-435 (XP-432)
## Counter modification tool
```sh
npm run count dev # Get device info
npm run count get # Get counter values in percents
npm run count set # Set counter values in percents
```
## Adding printers support
To help me to add new printer you need capturing SNMP traffic when reading counter values at least.
After capturing using Wireshark you need export it in JSON to analyze.
Also you need to get readed counter values in percentages to determine waste ink counters thresholds.
By example you can parse captures like this:
```sh
npm run parse capture/dev.json
npm run parse capture/get.json
npm run parse capture/set.json
```