dkoksal / cjdns-caramel

GUI for managing CJDNS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Caramel

A graphical user interface for managing CJDNS using GTK+. Right now it is very work-in-progress. (note: I am not the original author, but since the original repo has been deleted, this one will stay here).

Screenshots

Screenshot of status page
Screenshot of credentials

Dependencies

Caramel requires Python 3 and bindings for gobject-introspection:

sudo apt-get install python3 python3-gi

Usage

Just clone this repository and run:

python3 caramel.py

Configuration

Caramel maintains its own CJDNS configuration file at ~/.config/cjdroute.conf.

During the first run, you will be asked to locate your CJDNS directory. If you have already have a cjdroute.conf, it will be copied over. Otherwise a new cjdroute.conf will be generated for you.

About

GUI for managing CJDNS

License:GNU General Public License v3.0