Metadata-Version: 1.0
Name: EweeStats
Version: 0.0dev1
Summary: Program for reading, processing and presenting data from sensors
Home-page: https://pypi.python.org/pypi/EweeStats/
Author: Gabriel Hondet
Author-email: gabrielhondet@gmail.com
License: ALv2
Description: EweeStats - README
        ******************
        
        Material required
        =================
        
        This program is designed to work with :
            * a portable computer (Raspberry Pi ideally)
            * an Arduino
            * (optionnally) an Adafruit CharLCDPlate (you might want to change the code if you consider not using it)
            * a LAN to view the graph
        
        Software requirements
        =====================
        
            * pygal
            * pyfirmata
            * pyserial
            * GNU/Linux or UNIX/\*BSD on your portable computer
        
        What it is for
        ==============
        
        It reads datas, processes it and displays it in a nice graph.
        Datas are read from the Arduino then transmitted to the computer,
        processed and eventually diplayed in a nice graph available via
        a network browser.
        Developped for a project for the Baccalauréat exam.
        
Platform: GNU/Linux
