aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e6cca4..77988f7 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ Scribiu requires Qt 4.8, including the core, gui, svg and phonon modules.
It also requires libudev, openobex, libusb (<1.0) and QuaZip.
Most of these should be packaged by your distribution.
-Note that this program is not compatible with anything other than the Livescribe Echo.
+This program should work with the Livescribe Pulse as well as the Livescribe Echo.
It does not work with the Livescribe 3.
It may work with the Livescribe Sky if you get it to work with Echo Desktop, but I have never tried.
@@ -37,3 +37,7 @@ Inside there you will find a directory for every synchronized pen, and inside th
These directories contain the raw notebook, stroke, and voice data as received from the pen -- no processing is done.
Therefore, even if Scribiu fails to display a certain notebook, you may be able to use other Livescribe programs in order to view the synchronized data.
+
+We thank the authors of [libsmartpen](https://github.com/srwalter/libsmartpen)
+because of their protocol reverse engineering efforts, specially regarding the STF
+data format, which has saved me a lot of time.