Sample implementation of an TAMS (thing action management system) after TASMI Specification.
If you only want to use the mqtt-sps-bridge directly, you can skip this section. Although we
can very much recommend poetry in general for your own python projects.
We use poetry to manage our dependencies. To install poetry you can use
(more infos here):
$ curl -sSL https://install.python-poetry.org | python -Our dependencies are documented in the pyproject.toml, the explicit versions with hashes for the libraries you can find in poetry.lock.
$ poetry installAll IPs defaults to localhost / 127.0.0.1.
$ python src/tams/main.pyThis project has no roadmap. It is just a reference/example implementation.