aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>2019-07-25 20:38:55 +0000
committerAsbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>2019-07-25 20:38:55 +0000
commit9303f587181077a38ae05a8a102f4e72d379ec6c (patch)
tree097504ffa3443f2ca238f1baa751b7179c298804
parentd7a7a46b7f8f2c778fca223b8ce2d36952791bd5 (diff)
downloadql570-9303f587181077a38ae05a8a102f4e72d379ec6c.tar.gz
ql570-9303f587181077a38ae05a8a102f4e72d379ec6c.tar.xz
ql570-9303f587181077a38ae05a8a102f4e72d379ec6c.zip
add README and deprecateHEADmaster
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz>
-rw-r--r--README.md15
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/)