https://github.com/vorner/linkstat
Checker for PrusaLink printers
https://github.com/vorner/linkstat
Last synced: 9 months ago
JSON representation
Checker for PrusaLink printers
- Host: GitHub
- URL: https://github.com/vorner/linkstat
- Owner: vorner
- License: apache-2.0
- Created: 2021-12-05T20:47:00.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T16:21:37.000Z (over 3 years ago)
- Last Synced: 2025-10-06T16:03:24.652Z (9 months ago)
- Language: Rust
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Tool to watch (possibly multiple) PrusaLink (and maybe Octoprint) printers
It wants a config file (default at `~/.printers.yaml`).
```yaml
printers:
mini:
addr:
# If the printer address can change...
- 10.67.22.65:80
- 10.67.22.122:80
key: ApiKeyFromMenu
```