Brainhat Monitor GUI
Brainhat has an interface from which you can test interactions and monitor inter-process communications. You can start the GUI with the following command line:
$ ./brainhat -W +repeat
>>
The internal webserver listens on port 4145. If you wish to use a different port, add the "-p" flag and a different port number.
Connect to the GUI at:
http://localhost:4145/gui.html
You should see a page that looks similar to this:
This screen shares a session with the command line; what you update here updates there.
Content for the web server can be found in the /html subdirectory.