Shell-compatible app to visualize data in charts
Go to file
Txus Ordorika 37debe17f3 add some sample data. each row contains humidity, temperature in C, and timestamp. 5s of delay between each measurement 2019-02-28 10:54:27 +01:00
data add some sample data. each row contains humidity, temperature in C, and timestamp. 5s of delay between each measurement 2019-02-28 10:54:27 +01:00
src basic example with ncurses 2019-02-21 00:20:44 +01:00
.gitignore basic example with ncurses 2019-02-21 00:20:44 +01:00
README.md update readme with compilation steps 2019-02-21 00:22:27 +01:00

README.md

Compiling

*Nix

  • Install libncurses5 and libncurses5-dev
  • gcc src/main.c -lncurses