aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 98eb608ee98dec1d5b6d3fd8853b74f30dd5f67c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# ql570 - minimalistic QL570 label printing

This PoC was made in 2011 by reverse engineering the protocol, from usbmon traces
of the official proprietary driver/blob.

This project has been retired.

Marc Juul has pushed this PoC a bit forward at his [ql570](https://github.com/sudomesh/ql570) repo.

The real successor to this PoC is [qlprint](https://github.com/DiUS/qlprint).

## Dependencies

* [libpng](http://libpng.org/pub/png/libpng.html)
* [libusb](https://libusb.info/)