Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinvol/donnees-acquisition-data-software
Python Powered Acquisition Data software
https://github.com/martinvol/donnees-acquisition-data-software
data-acquisition iot
Last synced: 15 days ago
JSON representation
Python Powered Acquisition Data software
- Host: GitHub
- URL: https://github.com/martinvol/donnees-acquisition-data-software
- Owner: martinvol
- License: other
- Created: 2012-08-21T05:01:33.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-01T01:33:32.000Z (about 10 years ago)
- Last Synced: 2024-10-10T19:12:31.412Z (28 days ago)
- Topics: data-acquisition, iot
- Language: Python
- Size: 820 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.rest
- License: LICENSE
Awesome Lists containing this project
README
Donnees Acquisition Data software
===========================:Author: Martin volpe
Dronnes is the coolest open source Acquisition Data software written entirely in Python.
Disclaimer: This code is pretty stable but it was originally developed for a specifical task and is not ready (nor recomended) for general usage, here you can find `more information `_.
Features
--------* Live data plotting
* Extensible data sources, serial port is natively supported
* Allow to record data as data logger
* Exportable charts
* E-mail reports
* Built-in web interface
* Linux and Windows support
* Built-in SCADA sofwareDependences
-----------::
linux$: sudo easy_install orbited
linux$: sudo easy_install twisted
linux$: sudo easy_install matplotlib
linux$: sudo easy_install numpy
linux$: sudo easy_install pyserial
linux$: sudo easy_install pygtk
linux$: sudo easy_install pygame #optional, required to use the SCADAHow to Run
----------::
$ cd Donnees
$ python tilapia.py -f #this argument creates a virtual data inputStart the web server:
::
$ orbited --config server/orbited.cfg #start the webserver
Start the SCADA:
::$ cd SCADA
$ python SCADA.py
A nice real-time updated page should be available at http://localhost:8080/demo
Screenshot
----------
.. figure:: http://volteck.net/development/wp-content/uploads/2012/08/Screenshot-from-2012-08-22-234128.png
:target: http://volteck.net/development/wp-content/uploads/2012/08/Screenshot-from-2012-08-22-234128.pngCurrent Version
---------------0.2 Alpha
Author:
-------
`Martin Volpe `_