Skip to content
Curtis Malainey edited this page Oct 9, 2017 · 2 revisions

Project Objective

Provide a simple interface for users to interface with the ANT+ ecosystem by handling as much of the non-implementation specific details as possible.

Project Scope

This project provides most of the ANT+ functionality (Datapages, broadcast patterns, channel configuration), but it will not stop the user from breaching the scope or functionality of the ANT+ profile being used. This library also does not implement the complete functionality of any of the ANT+ profiles. The library simply provides a starting point with where the user can complete the rest of the profile. Common missing features include paired device memory, file system handling, and other various implementation details.

Portability

This project aims to be highly portable, by building off the ant-driver interface, any ant-driver implementation can be used to power the ANT+ library. Future plans include porting this library to the mbed ecosystem.