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.
- Host: GitHub
- URL: https://github.com/vincentneo/coretcx
- Owner: vincentneo
- License: mit
- Created: 2019-08-22T15:50:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-20T14:42:50.000Z (about 3 years ago)
- Last Synced: 2025-03-24T01:35:26.785Z (about 1 month ago)
- Topics: fitness-tracker, garmin, gps, location-tracking, swift, tcx, tcx-parser
- Language: Swift
- Size: 89.8 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoreTCX
[](https://travis-ci.org/vincentneo/CoreTCX)
[](https://swift.org/blog/swift-5-released/)
[](https://support.garmin.com/en-SG/?faq=VgxTchxqKO4ZbL0ucq05K8)

[](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.