Code Monkey home page Code Monkey logo

rtgraph's Introduction

#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.

##Dependencies

  • Python (2.7.x).
  • PySerial.
  • Numpy.
  • PyQt4.
  • PyQtGraph.

###Manual Installing

Ubuntu / Debian based distributions

  • The basic dependencies can be installed with sudo apt-get install python python-pip python-serial numpy python-qt4.
  • Then, install the pyqtgraph library with sudo pip install pyqtgraph.
  • To modify the UI aspect, install sudo apt-get install pyqt4-dev-tools qt4-designer.

Windows

  • Download and install Python 2.7.x, make sure to install include pip (by default) and the add the binary to the path (not enabled by default).
  • Download and install Microsoft Visual C++ Compiler for Python 2.7 needed for compiling numpy.
  • Download and install PyQt4 binary packages for installing PyQt4 on Python 2.7.x for your appropiate architecture.
  • Open a command window and install the missing dependencies, pip install pyserial numpy pyqtgraph.

Mac OS

OS independent

##Usage The project is distributed under MIT License. A DOI is attached to the project for citations. DOI

rtgraph's People

Contributors

ssepulveda avatar

Watchers

Victor Gabriel Leandro Alves avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.