Metadata-Version: 2.4
Name: pysio-hermes-moxy
Version: 0.0.2
Summary: A Moxy oxygenation support module for HERMES
Author: e-Media Research Lab @ KU Leuven
Author-email: Maxim Yudayev <maxim.yudayev@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://maximyudayev.github.io/hermes
Project-URL: Documentation, https://maximyudayev.github.io/hermes
Project-URL: Repository, https://github.com/maximyudayev/hermes-moxy.git
Project-URL: Issues, https://github.com/maximyudayev/hermes/issues
Project-URL: Changelog, https://github.com/maximyudayev/hermes-moxy/blob/main/CHANGELOG.md
Keywords: embedded ai,wearables,sensors,oxygenation,moxy,streaming,realtime processing,physiology
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: System :: Distributed Computing
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pysio-hermes
Requires-Dist: openant
Dynamic: license-file

# HERMES - Moxy

Support package to interface the [Moxy](https://www.moxymonitor.com/) commercial oxygenation sensors in [HERMES](https://github.com/maximyudayev/hermes).

The sensors communicate over [ANT+](https://www.thisisant.com/developer/ant-plus/ant-plus-basics) wireless protocol and require a [generic ANT+ USB dongle](https://www.amazon.com/CooSpo-Adapter-PerfPRO-CycleOps-TrainerRoad/dp/B07CB4328P). The [`openant`](https://github.com/Tigge/openant) package enables cross-platform communication to the sensors.

## Installation
Node available under the same HERMES namespace of `hermes.moxy` as `MoxyProducer`.

### From PyPI
```bash
pip install pysio-hermes-moxy
```

### From source
```bash
git clone https://github.com/maximyudayev/hermes-moxy.git
pip install -e hermes-moxy
```

## Usage
Using the device follows the standard [configuration file specification](https://maximyudayev.github.io/hermes/) process of HERMES nodes.

## Citation
When using any parts of this repository outside of its intended use, please cite the parent project [HERMES](https://github.com/maximyudayev/hermes).
