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

https://github.com/vincentneo/coretcx

[WIP] Create and Read TCX files. Purely Swift.
https://github.com/vincentneo/coretcx

fitness-tracker garmin gps location-tracking swift tcx tcx-parser

Last synced: 24 days ago
JSON representation

[WIP] Create and Read TCX files. Purely Swift.

Awesome Lists containing this project

README

        

# CoreTCX

[![CI Status](https://img.shields.io/travis/vincentneo/CoreTCX.svg?style=flat)](https://travis-ci.org/vincentneo/CoreTCX)
[![Swift Version](https://img.shields.io/badge/Swift-5.0-orange.svg)](https://swift.org/blog/swift-5-released/)
[![TCX Version](https://img.shields.io/badge/tcx-2.0-darkblue.svg)](https://support.garmin.com/en-SG/?faq=VgxTchxqKO4ZbL0ucq05K8)
![Current Project Status](https://img.shields.io/badge/status-work%20in%20progress-yellow)
[![License](http://img.shields.io/:license-mit-black.svg)](http://doge.mit-license.org)

## Work In Progress

This project is taking a long time, but I can assure you, that I will finish it up, one day.

If anyone has could supply me some TCX files that you have, I would be very grateful. It will only be used to test the project, and to check if some parts of my code are correctly implemented. I find that its easier to get GPX files than TCX files, personally. To get in touch with me, you can email me at **vincent-neo (at) outlook (dot) com**

## Description

The goal of CoreTCX, is to bring easier workability, when handling TCX files in iOS. This library will be able to parse and create TCX files that are valid according to the [Garmin Training Center XML v2](https://www8.garmin.com/xmlschemas/TrainingCenterDatabasev2.xsd).

## Author

Vincent Neo

## You may want to checkout:
[CoreGPX](https://github.com/vincentneo/CoreGPX), a similar project, but for GPX files instead.

## License

CoreTCX is available under the MIT license. See the LICENSE file for more info.