TK User Interface

Goal

  • Install the Tk user interface and use it

Installation

Clone the project from github :

$ sudo make module=janitoo_tkinter clone

Installation

And launch it :

$ jnt_tkui -c /opt/janitoo/src/janitoo_tkui/src/config/janitoo_tkui.conf

The map

After a while, the network is fully started :

_images/tkui_1.png

You can now use the contextual menu.

The contextual menu

Choose a value :

_images/tkui_menu_1.png

For example, update the heartbeat :

_images/tkui_menu_2.png

Use send to updat ethe value. Refresh will read it from the network.

Some values need special data, ie the swtich one : you must send on or off. You can find the available values in list_items (the last line) :

_images/tkui_menu_3.png

Future

Like other tools in Janitoo, the UI is a work in progress.