Skip to content

Unofficial Python implementation of the ANT, ANT+, and ANT-FS protocols. Original work by https://github.com/mvillalba/python-ant.

License

Notifications You must be signed in to change notification settings

mch/python-ant

This branch is 266 commits ahead of SamyCookie/python-ant:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

02e0458 · Feb 1, 2022
Jan 26, 2022
Sep 16, 2011
Jan 26, 2022
Sep 29, 2017
Oct 5, 2011
Oct 7, 2011
Oct 7, 2011
Sep 16, 2011
Oct 7, 2011
May 5, 2017
Sep 16, 2011
Dec 26, 2011
Apr 29, 2017

Repository files navigation

ANT

Introduction

Python implementation of the ANT, ANT+, and ANT-FS protocols. For more information about ANT, see http://www.thisisant.com/.

Can be used to communicate with ANT nodes using an ANT stick (USB).

This is a fork of the original project python-ant project, which can be found here: https://github.com/mvillalba/python-ant

License

Released under the MIT/X11 license. See LICENSE for the full text.

Install

% python setup.py install

Develop

See DEVELOP.md for details.

A few quick notes for now:

Run unit tests:

python -m unittest discover

Run pylint:

pylint src/ant

About

Unofficial Python implementation of the ANT, ANT+, and ANT-FS protocols. Original work by https://github.com/mvillalba/python-ant.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%