Skip to content

PychronLabsLLC/KinesisServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python HTTP server for exposing Thorlabs Kensis API

adapted from https://github.com/rwalle/py_thorlabs_ctrl

Install

  1. clone project
git clone https://github.com/PychronLabsLLC/KinesisServer
  1. change to KinesisServer folder
cd KinesisServer
  1. create a python virtual environment
python -m venv .
  1. Activate your python environment
source ./venv/bin/activate
  1. install dependencies into the enviroment
pip install -r requirements.txt
  1. launch the http server
gunicorn wsgi:app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages