Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

wectrl-io/edgespot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wectrl.io SunSpot software

Remote parameters/devices monitoring software for using as a middleware with managament and monitoring IoT systems.

Setup Development environment

  • Make virtual environment
python -m venv venv
  • Activate virtual environment (Unix/MacOS)
source venv/bin/activate
  • Activate virtual environment (Windows)
venv/bin/activate.ps1
  • Upgrade virtual environment
python -m pip install --upgrade pip
  • Install requirements for virtual environment
python -m pip install -r requirements.txt

Installation

Using Docker TODO

Releases

No releases published

Packages

No packages published

Languages