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
- Host: GitHub
- URL: https://github.com/auralius/rt-plotter
- Owner: auralius
- Created: 2014-09-08T04:27:32.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T21:26:27.000Z (about 5 years ago)
- Last Synced: 2025-09-18T09:01:30.695Z (9 months ago)
- Language: C++
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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