diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts b/scripts new file mode 100644 index 000000000..5afc688b1 --- /dev/null +++ b/scripts @@ -0,0 +1,13 @@ +Downloading with 'libdivecomputer': + + - result: one XML file for all dives in the computer + + [torvalds@i5 examples]$ ./universal -b vyper2 /dev/ttyUSB0 + [torvalds@i5 examples]$ mv output.xml 2011-08-28.xml + +Unpacking Suunto SDE files: + + - result: one XML file per dive: + + mv LinusDivelogs.SDE LinusDivelogs.zip + unzip LinusDivelogs.zip |