Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ssepulveda committed Jan 5, 2015
1 parent 2c6fbd2 commit d854995
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,15 @@
RTGraph
=======
#RTGraph

A simple and lightweight Python application for plotting data from a serial port, ouputed as CSV.
The application uses mutliprocessing to allow better performance using different process for each task.


##Dependecys
- Python (2.7.x)
- PyQt4
- PySerial
- [PyQtGraph](http://www.pyqtgraph.org/)

##Usage
The project is distributed under MIT License. A DOI is attached to the project for citations.
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.12789.svg)](http://dx.doi.org/10.5281/zenodo.12789)

0 comments on commit d854995

Please sign in to comment.