mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 21:20:19 +00:00
857e153070
(and add a reminder of how they came to be) Gaah. XML is *stupid*. It's not easy to parse for humans or for computers, and some of these XML files are just disgusting. But maybe they can be turned into something usable with libxml. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
13 lines
338 B
Text
13 lines
338 B
Text
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
|