From 1b65a6ef94ca392ac26655e895c9b545f1c30585 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 7 Sep 2020 02:19:38 +0200 Subject: [PATCH] README.md update --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bc99093..f0f2724 100644 --- a/README.md +++ b/README.md @@ -50,4 +50,14 @@ Edit config.json to your needs. ### Help - ./uplink --help \ No newline at end of file + ./uplink --help + +## View collected data + +I actually use "[DB Browser for SQLite](https://sqlitebrowser.org/)" for taking a look at the +data uplink is collecting. + +There will be a Gtk+ frontend to uplink at some time but this project is at a very early +stage of development, so I want to write the collector firt. Even support for other SQL +databases is planned in conjunction with the Gtk+ frontend. I use sqlite3 only because I +can move fast-forward. \ No newline at end of file