diff options
author | RALOVICH, Kristof <tade60@freemail.hu> | 2014-03-02 01:42:53 +0100 |
---|---|---|
committer | RALOVICH, Kristof <tade60@freemail.hu> | 2014-03-02 01:42:53 +0100 |
commit | 958b742b35f5bd35482ddb53e088adb13114eb7b (patch) | |
tree | 7ed9d8e531cdb2cdbc9d5537d0deb454ffa16a03 | |
parent | bcfe65eb247fbfbf1ac22dbc9b662e690a31e928 (diff) | |
parent | 8923d2465529973efa3d9a3631d8dd8e90a21c9f (diff) |
Merge branch 'master' of https://code.google.com/p/antpm
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
-rw-r--r-- | README.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..c0c61c6 --- /dev/null +++ b/README.rst @@ -0,0 +1,21 @@ +========= +ANT+minus +========= + +Userspace implementation of a wire protocol similar to the +ANT/ANT+/ANT-FS protocols. The goal is to be able to communicate with +the Forerunner 310XT (or any other ANT/ANT+/ANT-FS capable device) +watch in order to retrieve sports tracks. + +The C++ implementation is currently available under both Linux and +win. Communication with watches other than the 310XT might (610XT and +910XT are likely) work, but are untested. This project currently does +not yet support Forerunner 405, but work is underway for 405 +support. Please report your experience to help improving the software. + +.. image:: https://secure.travis-ci.org/ralovich/antpm.png + :alt: Build Status + :target: http://travis-ci.org/ralovich/antpm + :width: 77px + :height: 19px + |