An open API service indexing awesome lists of open source software.

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

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
```