Metadata-Version: 2.4
Name: moat-api-bosch
Version: 0.1.1
Summary: MoaT API wrappers for Bosch Sensortec chips
Author-email: Matthias Urlichs <matthias@urlichs.de>
License-Expression: MIT
Project-URL: homepage, https://m-o-a-t.org
Project-URL: repository, https://github.com/M-o-a-T/moat
Keywords: MoaT,Bosch,BMV080,sensor
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: cffi
Dynamic: license-file

# MoaT API: Bosch Sensortec

% start synopsis
% start main

This module collects CFFI-based Python wrappers for Bosch Sensortec sensors.

- BMV080 Particulate Matter Sensor

% end synopsis

## Requirements

- BMV080: the shared libraries (`libbmv080.so` / `bmv080.dll`) must be
  obtained from Bosch Sensortec.

## Availability

The Bosch libraries may or may not be available for your OS and architecture.
If they are not, acquire a suitable device (e.g. a Raspberry Pi 4) and use
MoaT-Link to connect to the library remotely.

% end main

## License

This library is licensed under the MIT license. The license of the Bosch
binares unfortunately does not explicitly allow redistribution, thus they
cannot be included here.
