rahra / decyb

Decoder and Data Viewer for YB Race Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decoder and Data Viewer for YB Race Data

This is decoder and viewer for the YB race data. YB (https://www.ybtracking.com/) is a commonly used software for tracking boat races. They offer online versions written in JS as well as apps for Android and IOS the follow the races.

This repo contains my own viewer for the data written in JS (see directory "html"), as well as a command line version written in C (see directory "cli"). The latter contains a shell script which lets you download and decode all data into JSON files for your own further processing.

This software is written specifically for the Golden Globe Race 2022 (see https://goldengloberace.com/live-tracker/) but it should work with any other race as well. The C version definitely works since it is just a decoder, the JS version would need some adaptions (see code for details).

The JS code contains the full standalone viewer including the complete projection code for the Spilhaus projection.

sample1.jpg

Author

Bernhard R. Fischer bf@abenteuerland.at

About

Decoder and Data Viewer for YB Race Data


Languages

Language:JavaScript 84.4%Language:C 10.8%Language:HTML 3.7%Language:Shell 1.1%