Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 837 Bytes

gtk-frontend.rst

File metadata and controls

26 lines (18 loc) · 837 Bytes

Glade/GTK Frontend Example

Main Program

This is an example simulator that is written using the pygtk bindings. Although it currently does not have a frontend for modifying the context values, it does allow one to expose N virtual modbus devices to a network which is useful for testing data center monitoring tools.

Note

The virtual networking code will only work on linux

../../../examples/gui/gtk/simulator.py

Glade Layout File

The following is the glade layout file that is used by this script:

../../../examples/gui/gtk/simulator.glade