1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: boinctui
Section: net
Priority: optional
Maintainer: Sergey Suslov <suleman1971@gmail.com>
Build-Depends: autoconf, debhelper (>= 9), debhelper-compat (= 12),
libncursesw5-dev, libgnutls-openssl-dev, libexpat1-dev
Standards-Version: 4.5.0
Vcs-Git: https://github.com/suleman1971/boinctui.git
Vcs-Browser: https://github.com/suleman1971/boinctui
Homepage: https://github.com/suleman1971/boinctui
Rules-Requires-Root: no
Package: boinctui
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: boinc-client
Description: Fullscreen text mode manager for Boinc client
boinctui is a fullscreen text mode control tool for BOINC client
It can manage local and remote clients (via boinc RPC), and allows
you to switch between clients with a hot key.
boinctui uses curses library and provides the following features:
* Fullscreen curses based text user interface
* Switch between several BOINC clients hosts via hot key
* View task list (run, queue, suspend e.t.c state)
* View message list
* Suspend/Resume/Abort tasks
* Update/Suspend/Resume/Reset/No New Task/Allow New Task for projects
* Toggle activity state GPU and CPU tasks
* Run benchmarks
* Manage BOINC client on remote hosts via boinc_gui protocol
|