Skip to content

tum-esm/thingsboard-edge-gateway

Repository files navigation

Installation

Set up virtual environment and install dependencies:

python3.12 -m venv .venv
source .venv/bin/activate
python -m pip install -r requirements.txt

Add local user to the docker group to run docker commands without sudo:

sudo usermod -a -G docker $USER
newgrp docker

Perform type checks:

bash scripts/run_mypy.sh

TODOS

  • in start_edge(): always reset git to correct commit even if image already exists

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •