Important
Code, documentation and this README have been generated using OpenAPI Generator and the OMLOX OpenAPI Spec provided here.
A Python client for omlox Hubs like the CorivaHub Lite or the FlowCate DeepHub
omlox is an open locating standard. omlox provides specifications, interfaces, and defined behavior to bridge the gap between:
- Applications
- Locating Middleware
- Real Time Locating Systems
- Tags and "Things" (Trackables in omlox terminology)
An omlox Hub is one of the centerpieces of omlox. It is a locating middleware that enables interoperability and flexibility across different locating technologies. Start building your apps based on the omlox Hub API...
-
Clone this repository
-
Create a virtual environment for all dependencies
python3 -m venv .venv source .venv/bin/activate pip3 install --upgrade pip pip3 install -r requirements.txt -
Run
python3 example.py
