Skip to content

Tokenize/evl-daemon-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EvlDaemon Build and Test CodeQL

A cross-platform Python API and daemon for the Envisalink TPI (DSC) module.

Requirements: Python >= 3.11 and uv.

Installation

  1. Clone the repository: git clone https://github.com/Tokenize/evl-daemon-python.git
  2. Install the requirements using poetry: uv sync. If you don't want the development dependencies: uv sync --no-dev.

Usage

  1. Create a config.json file and save it to the directory of your choosing. You can use the included config.json file as a template. Ensure that the EVL IP, port number and password are specified.
  2. Run evldaemon: uv run ./evldaemon.py --config=<config file path>

Configuration

See config.json for configuration for details.

Development

Running tests

To run all unit tests, run the following:

uv run python -m unittest discover test

About

A Python based daemon for Envisalink EVL modules.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages