An open API service indexing awesome lists of open source software.

https://github.com/auralius/rt-plotter

2D realtime plot of the shared memory content
https://github.com/auralius/rt-plotter

Last synced: 8 months ago
JSON representation

2D realtime plot of the shared memory content

Awesome Lists containing this project

README

          

rt-plotter
==========

2D realtime plot of the shared memory content.
Plotting is done using point-by-point approach.

Dependencies:
- MathGL (http://sourceforge.net/projects/mathgl/)
- FLTK (http://www.fltk.org/)
- libconfig (http://www.hyperrealm.com/libconfig/)
- pthread (http://www.gnu.org/software/hurd/libpthread.html)

Check on the repository: rt-plotter-test (https://github.com/auralius/rt-plotter-test)

Concept:
```
¦-----------------¦ ¦------------¦
¦Your application ¦ ¦ rt-plotter ¦
¦ (writing) ¦ ¦ (reading) |
¦-----------------¦------------¦------------¦
¦ SHARED MEMORY ¦
¦-------------------------------------------¦
```
How to install:
- mkdir build
- cd build
- cmake ..
- make

Contact:
manurunga@yandex.com