10000 GitHub - chrishunt/zw2fit: Convert zwo workouts to ANT+ FIT
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Convert zwo workouts to ANT+ FIT

License

Notifications You must be signed in to change notification settings

chrishunt/zw2fit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zw2fit

Converts workouts from Zwift .zwo to ANT+ binary .fit.

Installation

From source:

$ git clone git@github.com:chrishunt/zw2fit.git
$ cd zw2fit/
$ bundle install

Usage

$ ./bin/zw2fit --help

Usage: zw2fit [options]
        --zwo ZWO_PATH     Path to workout(s) in ZWO format
        --ftp CURRENT_FTP  Current FTP
    -v, --[no-]verbose     Run verbosely

Convert a single workout:

$ ./bin/zw2fit --zwo workout.zwo --ftp 250

Convert a directory of workouts:

$ ./bin/zw2fit --zwo workouts/ --ftp 250

Testing

$ rake

Requirements

  • Ruby (required for zw2fit)
  • Java (required for ANT+ SDK)

About

Convert zwo workouts to ANT+ FIT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0