Metadata-Version: 1.0
Name: EweeStats
Version: 0.0dev2
Summary: Program to read, process, present and broadcast datas from sensors
Home-page: https://pypi.python.org/pypi/EweeStats/
Author: Gabriel Hondet
Author-email: gabrielhondet@gmail.com
License: ALv2
Description: EweeStats - README
        ******************
        
        Abstract
        ========
        
        EweeStats is a program designed to collect as much informations as possible from a vehicle on which sensors have been put.
        It reads datas, processes it, diplays it and broadcasts it in a SVG pygal_ graph via http with lighttpd_.
        
        This is a developpement version, it is not intended to be used out of the box !
        
        .. _pygal: http://pygal.org/
        
        .. _lighttpd: http://www.lighttpd.net/
        
        Material required
        =================
        
        This program is designed to work with :
            * a portable computer (Raspberry Pi ideally, has to be embedded in the vehicle)
            * an Arduino (embedded to)
            * (optionnally) an Adafruit CharLCDPlate (you might want to change the code if you consider not using it)
            * a LAN to view the graph
        
        Dependencies
        ============
        
            * pygal
            * pyfirmata
            * pyserial
        
        It will only work with Python 2.7.
        
        Installation
        ============
        
        with pip ::
        
            pip install EweeStats
        
        or from source ::
        
            python setup.py install
        
        Documentation
        =============
        
        http://pythonhosted.org/EweeStats
        
        History
        =======
        
        This program has been developped for the Baccalauréat exam.
        
        CHANGES
        =======
        
        Release 0.0dev1 (23 April 2013)
        -------------------------------
        
        	* developpement version
        	* reads datas, process and broadcasts it
        	* documentation available
        
Platform: GNU/Linux
