Metadata-Version: 2.1
Name: markit-tcpbroker
Version: 1.7
Summary: IMU message broker
Author: davidliyutong
Author-email: davidliyutong@sjtu.edu.cn
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# IMU Interface

This repo contains code to interact with [rfimu-esp-node](https://github.com/mvig-robotflow/rfimu-esp-node).

## Get Started

```shell
git clone https://github.com/mvig-robotflow/rfimu-interface.git
python setup.py install
```

Or from PYPI:

```shell
python -m pip install markit-tcpbroker
```

## Documentation

For documentation, please refer to [rfimu-interface/docs](https://github.com/mvig-robotflow/rfimu-interface/docs).


