Skip to content

LuisFuentes/pyelixys.hal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixys Hardware Software API

pyelixys is a library for communicating with the Sofie Biosciences Elixys hardware. The the hardware is a design based upon the mbed development board. It communicates with the hardware using the websocket protocol. This library abstracts the hardware to python objects.

Developing with pyelixys

First you should install python and virtualenv.

pip install virtualenv

Now setup the pyelixys sandbox environment

virtualenv pyelixys
cd pyelixys

Active the sandbox environment

source bin/activate

Clone the repository

git clone git@github.com:henryeherman/pyelixys.git
cd pyelixys

Install the python dependencies using pip

pip install -r requirements.txt

About

Elixys Python Module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published