Skip to content
/ xcup Public

Command line utility for publishing paraglider flights on DHV-XC

Notifications You must be signed in to change notification settings

abbbi/xcup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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