This Python package provides an interface for communicating with the YSI ODO RTU sensor via the Modbus RTU protocol.
Development of this package was funded by INRAE (REVERSAAL research unit, Villeurbanne, France).
You can install the YSI ODO RTU Python interface using either git or pip.
To install using git, clone the repository and install the package manually:
git clone https://github.com/Atelier-Du-Maker/YSI-ODO-RTU-Python
cd YSI-ODO-RTU-Python
python3 setup.py installTo install using pip, simply run the following command:
pip install git+https://github.com/Atelier-Du-Maker/YSI-ODO-RTU-PythonAfter installation, you can import the module in your Python projects:
from ODO_sensor_lib import YSIOdoRtuSensorCreate an instance of the sensor with the appropriate configuration, and use the provided methods to interact with the sensor.
Contributions to the project are welcome. Please ensure that any pull requests or issues are made through the GitHub repository.
This project is licensed under the MIT License - see the LICENSE file for details.