a control panel for managing Lokinet
Find a file
2019-10-20 21:21:37 -06:00
res Add uptime (queried from daemon RPC API) 2019-10-20 21:21:37 -06:00
src Add uptime (queried from daemon RPC API) 2019-10-20 21:21:37 -06:00
.gitignore Clean up directory structure, provide out-of-source[-ish] build instructions 2019-10-04 09:41:57 -06:00
lokicp.pro Abstract "StatFetcher" into generic "ApiPoller" 2019-10-20 14:13:32 -06:00
README.md Update README.md - add screenshot and brief usage/status descriptions 2019-10-06 09:58:10 -06:00

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-dialogs qml-module-qt-labs-platform

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.