add more special commands

This commit is contained in:
Simon Waldherr
2018-11-06 17:18:12 +01:00
parent 798fa421de
commit a89d427a24
5 changed files with 150 additions and 22 deletions

View File

@@ -29,6 +29,19 @@ You can also use some effects, e.g. blur:
zplgfa -file label.png -edit blur | nc 192.168.178.42 9100
```
or send special commands:
```sh
zplgfa -cmd feed -ip 192.168.178.42 -port 9100
```
you can also send multiple commands at once:
```sh
zplgfa -cmd cancel,calib,feed -ip 192.168.178.42 -port 9100
```
The ZPLGFA is actually just a demo application for the ZPLGFA package,
if you need something for productive work, look at the source and build something, depending on your needs