Skip to content

flamholz/Servostat-interface

 
 

Repository files navigation

Servostat-interface

This is the python software for the klavins lab turbidostot (see http://depts.washington.edu/soslab for details)

Requirements

To install requirements, run: $ sudo pip install numpy pygments pySerial flask

Configuration

For now see the official turbidostat page.

Known issues

All platforms:

  • Not exiting via ctrl-C can leave orphaned threads that may interfere with later instances of the application, espeically on MacOS and *nix.

MacOS (and probably linux):

  • Pumping volumes that take longer than 'period' seconds to process will result in a negative timer value being set, which in turn causes a timer overflow and the program to sleep for nearly 2^32 seconds (many years).

About

Computer interface software for servostat

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.1%
  • JavaScript 5.9%