
Nyagua's project first relase. We are at work for next version...
Nyagua is a little piece of software that may help you to manage your home aquarium.
It runs on GNU/Linux but can be easily adapted to others O.S.
It has been written in TCL/TK with Visual TCL, that may ensure portability.
It's distributed under GNU GPL v.2 license, for free, as it is, without any warranty implicit and explicit.
Requirements:
- Tcl/Tk (should be already installed in your system)
- SQLite 3.5.6 or higher -> tclsqlite:
SQLite is a C library that implements an SQL database engine. A large subset of SQL92 is supported. A complete database is stored in a single disk file.
- tktable 2.9 or higher:
Tktable provides a table/matrix widget for Tk programs
- tix 8.4 or higher:
Tix, is a Tk Interface eXtension
- gnuplot 4.0 or higher:
Gnuplot is a command-line driven, interactive function plotting program
- netpbm-progs package:
provides image converters betwen pnm and jpg/bmp/png formats
A browser ;-) is required for reports.
Note: Tcl/Tk has been chosen for portability as it runs on many OS, like SQLite do.
Hosted at:
