--- Description ---
The GUI is currently under development. It features a log view where debugging 
messages are displayed, an interactive topology view, and a console for manually
sending json-formatted messages to NOX.



--- Dependencies ---
Unix:
To run, you need to install the Qt bindings for python:
    sudo apt-get install python-qt4 
    
    (python-qt4-sql
    libqt4-sql-sqlite  ?)
    
or from
http://www.riverbankcomputing.co.uk/software/pyqt/download

Windows:
python 2.7
PyQt > 4.7 (http://www.riverbankcomputing.co.uk/software/pyqt/download)

MacOS:
install SIP and PyQt following instructions here
http://www.riverbankcomputing.co.uk/software/pyqt/download



--- Running ---

Start the GUI first
"python pox-gui.py"

then pox, with the following components:
"python pox.py topology openflow.topology openflow.discovery messenger.messenger messenger.mux messenger.log_service gui_backend.guimessenger"
