Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded version? #1199

Open
lafar6502 opened this issue Nov 26, 2022 · 3 comments
Open

Embedded version? #1199

lafar6502 opened this issue Nov 26, 2022 · 3 comments

Comments

@lafar6502
Copy link

Hi, first of all, i'd like to thank the Author and all contributors for rrdtool, it's really a little software gem. I've been using it for many tasks and it's a solid, powerful and efficient tool (especially compared to various modern 'bigdata' time series databases that need half a datacenter to just run).
And my feature request is an embedded version, especially for ESP32 family of microcontrollers. Rrdtool would be a perfect tool to collect data and generate graphs directly at the microcontroller (and serve them via http), without needing additional servers or cloud infrastructure. I suppose these processors are powerful enough to handle the task. Realistic?

@oetiker
Copy link
Owner

oetiker commented Nov 26, 2022

Sure, I expect this should be possible. Feel free to submit appropriate PRs.

@cultur98
Copy link

cultur98 commented Jan 13, 2023

Hi there,
I am a big fan of rrd and esp32.
I have been using this with good results.
https://registry.platformio.org/libraries/lbernstone/rrdtool
Although there are limitations with the size.

@oetiker
Copy link
Owner

oetiker commented Jan 14, 2023

note that this library is NOT a port of rrdtool to esp32 ... it only implements a vert simple buffer structure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants