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

# MARKIT Gateway

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

## Get Started

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

Or from PYPI:

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

## Documentation

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