/ltlogger

A data logging software with python webserver to save data in a centralized location and present a web interface to show the data in real time

Primary LanguagePython

Installing
==========

after cloning repository run
  git submodule init
  git submodule update
to download webui.

needs these python modules (at least):
  bottle
  gevent
  gevent-websocket
  pyzmq
  pytables

on windows w/ anaconda:
  pip install bottle
(from cmd)

to speed up gevent-websockets install
  wsaccel
  ujson


Running
=======


python ltlog.py -l /srv/share/Fridge/ltlogs/16.02.08.h5 -p 3389