Skip to content

pirower/test1

Repository files navigation

openant

Build Status Coverage Status Code style: black

A python library to download and upload files from ANT-FS compliant devices (Garmin products).

Features

  • ANT
  • ANT-FS (with command pipe, file listings, downloading, uploading, etc)
  • Three libs (ant.base basic ANT library, ant.easy blocking version using ant.base, ant.fs ANT-FS library)

Requirements

  • Python >= 3.6
  • PyUSB >= 1.1.0
  • Root access (for installation only)

Automatic install

  • Install setuptools:

      apt-get install python-setuptools
    

or

    wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python
  • Run the following command:

      sudo python setup.py install
    

This will install everything required on your active python installation.

Manual install

These should only be necessary to install manually, if you don't want to use the Automatic installation script.

  • Install PyUSB.

      pip install pyusb
    

    (Or alternatively from sources available on GitHub)

  • Install udev rules (Only required to avoid running the program as root).

      sudo python setup.py udev_rules
    

Supported devices

ANT USB Sticks

ANT-FS Devices

Any compliant ANT-FS device should in theory work, but those specific devices have been reported as working:

  • Garmin Forerunner 60
  • Garmin Forerunner 405CX
  • Garmin Forerunner 310XT
  • Garmin Forerunner 610
  • Garmin Forerunner 910XT
  • Garmin FR70
  • Garmin Swim

Please let me know if you have any success with devices that are not listed here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages