https://github.com/abbbi/xcup
Command line utility for publishing paraglider flights on DHV-XC
https://github.com/abbbi/xcup
dhv-tool dhv-xc igc igc-files paragliding upload
Last synced: 3 months ago
JSON representation
Command line utility for publishing paraglider flights on DHV-XC
- Host: GitHub
- URL: https://github.com/abbbi/xcup
- Owner: abbbi
- Created: 2022-06-08T07:12:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T20:44:47.000Z (about 1 year ago)
- Last Synced: 2024-10-30T00:37:25.769Z (about 1 year ago)
- Topics: dhv-tool, dhv-xc, igc, igc-files, paragliding, upload
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DHV XC Uploader
Publish your paraglider flights on DHV-XC via command line. Client
implementation for the new DHV-XC (https://www.dhv-xc.de) API as described
here:
https://www.dhv.de/media/seiten/05_wettbewerb/DHVXC/DHV_XC_Flight_Upload_Interface_Specification.pdf
Before using, you must configure an upload password in your DHV-XC User
Settings.
# Example:
```
./xc -u username -p upload_password -f 16Habla1.igc -g "Niviuk Ikuma 2" -P
INFO[0000] Login OK
INFO[0000] Glider: [Niviuk Ikuma 2]
INFO[0000] Publishing flight during upload.
INFO[0000] Upload OK: [The flight has been published under ID 1506695]
```
# Usage:
```
Usage:
xc [OPTIONS]
Application Options:
-u, --user= DHV-XC User name
-p, --pass= DHV-XC Upload Password
-f, --file= IGC file
-P, --publish Publish flight after upload
-g, --glider= Glider name
Help Options:
-h, --help Show this help message
```