a control panel for managing Lokinet
Go to file
Stephen Shelton d684021268 Add instructions for windows dist 2020-03-03 17:09:21 -08:00
dist Add instructions for windows dist 2020-03-03 17:09:21 -08:00
res Adjust reported rate WRT polling interval 2020-02-11 10:18:28 -07:00
src Fix the [windows] build 2020-03-03 13:50:45 -08:00
.gitignore Clean up directory structure, provide out-of-source[-ish] build instructions 2019-10-04 09:41:57 -06:00
README.md Append 'libqt5charts5-dev' to 'apt install' list 2020-02-10 12:43:26 -07:00
lokicp.pro Implement rolling bandwidth samples 2020-02-10 16:40:34 -07:00

README.md

Lokinet Control Panel

Screenshot

This repository contains a cross-platform GUI for controlling and observing stats from a locally-running lokinet. See also loki-network.

Building

To build, you'll need a handful of Qt packages available. On Ubuntu or similar, you can install these with:

sudo apt install qt5-default qtdeclarative5-dev qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-dialogs qml-module-qt-labs-platform qml-module-qtcharts libqt5charts5-dev

Then build and run:

mkdir build
cd build
qmake ../lokicp.pro "CONFIG+=debug"
make
./lokicp

Usage

The app starts running in the background with access available through the system tray. Click on the system tray icon to interact with the app.

Status

This app is under heavy development. While the basic layout of the UI is established, the data is currently hard-coded.