diff options
| author | Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz> | 2019-07-25 20:38:55 +0000 | 
|---|---|---|
| committer | Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz> | 2019-07-25 20:38:55 +0000 | 
| commit | 9303f587181077a38ae05a8a102f4e72d379ec6c (patch) | |
| tree | 097504ffa3443f2ca238f1baa751b7179c298804 | |
| parent | d7a7a46b7f8f2c778fca223b8ce2d36952791bd5 (diff) | |
| download | ql570-master.tar.gz ql570-master.tar.xz ql570-master.zip  | |
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
| -rw-r--r-- | README.md | 15 | 
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..98eb608 --- /dev/null +++ b/README.md @@ -0,0 +1,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/)  | 
