Trakkit.org Documentation

Trakkit.org is a rendering interface for sailing tracks (both coastal and offshore).

It allows you to:
- Create, view, and share sailing tracks
- Integrate them into applications or websites
- Share them with a simple internet link
- Enable real-time tracking via automatic emails (e.g. Iridium Go) or automatic upload of NMEA or GPX files

⚠️ Trakkit.org does not collect personal data.
You are responsible for what you share online.


πŸš€ Quick Start

  1. Create a (free) account
  2. Create a boat (only the name is required)
  3. A dataset and a test track are automatically generated
  4. View the test track: https://<boatname>.trakkit.org
  5. Import your data using a .GPX file (DATA > Upload)
  6. Create a track (TRACK > Add Track)
  7. Share it: https://trakkit.org/ttr/<TRACK-ID>

πŸ‘‰ Test data is automatically deleted once you upload your own.


πŸ”§ How It Works


πŸ“š Main Objects

Relationships:
- 1 user ➝ multiple boats
- 1 boat ➝ one user
- 1 boat ➝ multiple tracks
- Several tracks can share the same data


πŸ›₯️ Boat

Default Behavior

When a boat is created:
- A test track and example data are generated
- They are removed when the first real data is uploaded

Fields


πŸ“ˆ Data

Data can come from:
- GPX files
- NMEA 0183 files (OpenCPN, QtVlm, etc.)
- Emails containing GPS positions (Iridium Go, Navionics, etc.)
- Plain text in the format:

LAT LON YYYY-MM-DD HH:MM:SS UTC [AWA:XXX AWS:XX.X COG:XXX SOG:XX.X]

Valid format exemple:

-38.1052 -12.277 20210210 102345  # UTC implicit 
46.238 -0.5687 2021-02-10 10:23:45 UTC 
-38.1052 -12.277 20210210 102345 UTC+2  # If for some reason your nav system isn't in UTC 
46.238 -0.5687 2021-02-10 10:23:45 UTC AWA:120 AWS:23.5 COG:125 SOG:9.2 

Supported formats

.gpx, .nmea, .zip, .gzip, .xz, .7z, .tar, .tgz

How to send data

πŸ“‘ Sending by SFTP

You can send your files to our SFTP server, which is the recommended method for automated data transfers.

Credentials & server address are provided when you request a tag password.

Accepted file formats: - Data files: .gpx, .nmea, .txt - Compressed archives: .tar, .zip, .z, .xz, .7z, .gz

Restrictions (fair use policy): - Maximum upload frequency: 1 file every 5 minutes - Maximum file size: 20 MB per upload

Uploaded files must follow this format:

TAG_YYYYMMDD_HHMMSS.ext

Note: TAG must match the one used for the connection.

➑️ It is strongly recommended to first upload the file with the extension .part
and then rename it to .ok once the transfer is complete.

This ensures the file will not be processed before the upload is fully finished.

Sending by Email


πŸ—‘οΈ Deleting Data


🏷️ Tags

A tag is an alias that identifies a boat.

⚠️ The sFTP password of a tag cannot be retrieved. If lost, create a new tag.


πŸ—ΊοΈ Tracks

A track = a time interval applied to data.

πŸ‘‰ Recommended settings:
- Regatta ➝ 10 s precision
- Coastal ➝ 60 s precision
- Offshore ➝ 300 s precision
- Always set start and end to avoid exposing exact departure/arrival


πŸ‘€ Visualization


πŸ’» Companion

A companion app is a third-party program that pushes data to Trakkit.