Contargo / automodal-tams

TAMS Sample Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TAMS

Sample implementation of an TAMS (thing action management system) after TASMI Specification.

How to setup

Prerequisites

Development setup

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.

Installation

$ poetry install

Usage

All IPs defaults to localhost / 127.0.0.1.

$ python src/tams/main.py

Roadmap

This project has no roadmap. It is just a reference/example implementation.

About

TAMS Sample Implementation

License:MIT License


Languages

Language:Python 48.1%Language:HTML 27.0%Language:JavaScript 21.4%Language:CSS 2.2%Language:Shell 1.2%