User Tools

Site Tools


doc:gui

Differences

This shows you the differences between two versions of the page.


Previous revision
Last revision
doc:gui [2016/09/06 17:55] – updated svn url. Although using this I couldn't get past an xmlrpclib fault of "Invalid login or password", there may version incompatibility. jtello
Line 1: Line 1:
 +====== RTS2 GUI ======
  
 +There is prototype implementation of GUI, however I do not have time to finish it. It is in [[http://www.pygtk.org|PyGTK]], uses [[http://www.xmlrpc.com|XML-RPC]] to communicate with RTS2. XML-RPC interface is described [[code:xmlrpc|here]]. Code is at SVN [[http://rts-2.svn.sf.net/viewsvn/rts-2/trunk/pyrts2]], to get it and run it execute:
 +
 +<code bash>
 +user@host:~$ svn co https://svn.code.sf.net/p/rts-2/code/trunk/pyrts2
 +user@host:~$ cd pyrts2
 +user@host:~/pyrts2$ ./pyrts2.py
 +</code>
 +
 +You will need python-gtk2 installed:
 +
 +<code bash>
 +user@host:~$ sudo apt-get install python-gtk2
 +</code>
 +
 +And you need to have rts2-xmlrpcd running. Currently, GUI support scheduling and have a tool to display schedule. There is a screen shot:
 +
 +{{:sched.png|}}
doc/gui.txt · Last modified: 2016/09/06 00:00 (external edit)