We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git clone git://github.com/hanzz/hamlog.git cmake . -DCMAKE_BUILD_TYPE=Debug make
Then you can start server:
cd server ./hamlog_server server.cfg
Start client, register account and connect it:
cd ui/qt ./hamlog_qt
You can then add/modify/delete records.
That's all so far :), more fun is coming!