Subsurface (software)
Original author(s) | Linus Torvalds |
---|---|
Developer(s) | Dirk Hohndel, Linus Torvalds, and many others |
Initial release | September 22, 2011[1] |
Stable release |
4.5.5
/ April 9, 2016[2] |
Written in | C, C++, Bourne Shell, Perl |
Operating system | Linux, OS X, Windows, Android, iOS, (POSIX) |
License | GNU General Public License v2 |
Website |
subsurface-divelog |
Subsurface is a software for logging and planning scuba dives. It was initially designed and developed by Linus Torvalds and Dirk Hohndel in 2011.[3]
Subsurface is free and open-source software distributed under the terms of the GNU General Public License version 2.[4]
Overview
Subsurface allows a scuba diver or free diver to keep track of their dive data. It allows to read out many different dive computers and represent this data both graphically (depth profile, gas usage) as well as tabularly. Pictures taken during the dive can be added to the log and the location of the dive site is displayed on a map. Decompression information based on the Bühlmann model or the VPM-B model as well as gas usage information can be displayed. The program also includes an interactive dive planner. The logbook can be exported in many file formats and to a Git-based cloud storage. There is a version running on mobile devices that can mainly display the log book while downloading dives from dive computers is currently not supported. [5]
Until version 3.9.2, Subsurface used GTK+ for its graphical user interface and with version 4.0, Subsurface switched to Qt 4.[6] At the LCA2014, Torvalds and Hohndel explained why they choose to re-write the GUI using Qt.[7][8]
Subsurface further depends on GConf, SQLite, ATK and makes use of OpenStreetMap and/or OpenSeaMap.
Subsurface officially runs on Linux, OS X and Microsoft Windows. It is written using the POSIX API and not the Linux API, so it should be portable to any POSIX-compliant operating system. The mobile version using Qt Quick runs on Android and iOS.
As Subsurface binary software deployment for Linux users for the various Linux distributions turned out to be problematic,[9][10] the packaging was changed to a portable, self-contained, distro-agnostic AppImage in 2015.[11]
Supported dive computers
As of release 4.2 in August 2014, Subsurface supports the downloading and processing of dive log data from the following dive computers:[12]
- Apeks
- Quantum X
- Atomics Aquatics
- Cobalt
- Cobalt 2
- Beuchat
- Voyager 2G
- Cressi / Zeagle / Mares:
- Edy, Giotto
- N2iTiON3
- Leonardo
- Nemo, Nemo Excel, Nemo Apneist,...
- Puck, Puck 2, Puck Air, Puck Pro, Nemo Air, Nemo Wide, Nemo Steal, Nemo Titanium,
- Darwin, Darwin Air, M1, M2, Airlab, Matrix
- Icon HD, Icon HD Net Ready, Nemo Wide 2
- Dive Rite
- NiTek Q
- NiTek Trio
- Genesis
- React Pro
- React Pro White
- Hollis
- DG03
- TX1
- Oceanic / Aeris / Sherwood/ Hollis / Genesis / Seemann / Tusa (Pelagic)
- VT Pro, VT4.1, VT4, VT3, Veo 1.0, Veo 1.80, Veo 2.0, Veo 200, Veo 250, Veo 3.0, Versa Pro, Pro Plus 2, Wisdom, Atmos 2, Atmos AI, Atmos AI2, Atmos Elite
- A300, A300 AI, XR1 NX, XR-2
- Veo 250, XP5, Veo 180Nx, React Pro, React Pro White, DG02
- Atom 1.0, Atom 2.0, Atom 3.0, Atom 3.1, VT3, Datamask, Geo, Geo 2.0, Veo 2.0, Veo 3.0, Pro Plus 2.1, Pro Plus 3
- OC1, OCS, OCi
- Compumask, Elite T3, Epic, Manta, F10, IQ-900 (Zen), IQ-950 (Zen Air), IQ-750 (Element II),...
- Amphos, Insight, Insight 2, Wisdom, Wisdom 2, Wisdom 3
- HeinrichsWeikamp
- OSTC, OSTC Mk2, OSTC 2C, OSTC 2N, OSTC3
- Frog
- Reefnet
- Sensus
- Sensus Pro
- Sensus Ultra
- Scubapro
- Meridian
- XTender 5
- Shearwater Research
- Predator, Petrel
- Suunto
- Solution
- Eon, Solution Alpha and Solution Nitrox/Vario
- Vyper, Cobra, Vytec, Vytec DS, D3, Spyder, Gekko, Mosquito, Stinger, Zoop
- Vyper2, Cobra2, Cobra3, Vyper Air and HelO2
- DX, D9, D6, D4, D9tx, D6i and D4i
- Uemis
- Zurich
- Uwatec
- Aladin 2G, Aladin 2G, Aladin Air Twin, Aladin Air Z, Aladin Air Z Nitrox, Aladin Air Z O2, Aladin Prime, Aladin Pro, Aladin Pro Ultra, Aladin Sport Plus, Aladin Tec, Aladin Tec 2G, Galileo Luna, Galileo Sol, Galileo Terra, Galileo Trimix, Smart Com, Smart Pro, Smart Tec, Smart Z
- Memo Mouse
- Smart, Galileo (infraread)
See also
Wikimedia Commons has media related to Subsurface (software). |
References
- ↑ "Subsurface release announcement". Retrieved 2014-05-12.
- ↑ "Announcing Subsurface 4.5.5 | Subsurface".
- ↑ "GitHub Subsurface v1.0 commit log". GitHub.com. Retrieved 2016-06-17.
- ↑ "Subsurface README file". GitHub.com. Retrieved 2016-06-17.
- ↑ "Subsurface User Manual". subsurface-divelog.org. Retrieved 2016-11-09.
- ↑ "Subsurface 4.0 has been released". 2013-12-15.
- ↑ "Gtk to Qt – a strange journey". 2014-01-09. Archived from the original on 2015-03-21.
- ↑ "Gtk to Qt – a strange journey Video" (WebM). YouTube. 2014-01-09.
- ↑ Linus Torvalds (2014-08-29). "Q&A with Linus Torvalds" (video). DebConf 2014 Portland. debian.net. Retrieved 2016-05-14.
6:31 I have seen this first hand with the other project I'm involved with, which is my dive log app. We make binaries for Windows and OSX, we basically don't make binaries for Linux. Why? Because making binaries for Linux desktop applications is a major fucking pain in the ass.
- ↑ This is just very cool. by Linus Torvalds on Google+ Dirk Hohndel: "I, as the app maintainer, don't want my app bundled in a distribution anymore. Way to much pain for absolutely zero gain. Whenever I get a bug report my first question is "oh, which version of which distribution? which version of which library? What set of insane patches were applied to those libraries?". No, Windows and Mac get this right. I control the libraries my app runs against. [...] With an AppImage I can give them just that. Something that runs on their computer."" (2015-11-25)
- ↑ This is just very cool. by Linus Torvalds on Google+ "I finally got around to play with the "AppImage" version of +Subsurface, and it really does seem to "just work"." (2015-11-25)
- ↑ "Supported Dive Computers | Subsurface".