diff options
-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/) |