a control panel for managing Lokinet
Go to file
Stephen Shelton 7b461239a7
Update README.md - add screenshot and brief usage/status descriptions
2019-10-06 09:58:10 -06:00
res Add dismiss panel 2019-10-05 18:03:17 -06:00
src Add Loki address to UI and allow copying to clipboard 2019-10-05 10:29:29 -06:00
.gitignore Clean up directory structure, provide out-of-source[-ish] build instructions 2019-10-04 09:41:57 -06:00
README.md Update README.md - add screenshot and brief usage/status descriptions 2019-10-06 09:58:10 -06:00
lokicp.pro Add Loki address to UI and allow copying to clipboard 2019-10-05 10:29:29 -06: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-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.