Go to file
zhouganqing 1cc3ec4cc9 changed debian/source/format to native 2022-11-23 16:11:52 +08:00
debian changed debian/source/format to native 2022-11-23 16:11:52 +08:00
man/man1 Import Upstream version 0.6.1.2 2022-11-23 16:11:52 +08:00
pyhoca [PATCH] pyhoca/cli/frontend.py: Fix reference before assignment error in resume_session() method. Thanks to Randy Goldenberg for spotting this. (Fixes: #1445). 2022-11-23 16:11:52 +08:00
COPYING Import Upstream version 0.6.1.2 2022-11-23 16:11:52 +08:00
ChangeLog Import Upstream version 0.6.1.2 2022-11-23 16:11:52 +08:00
Makefile.docupload Import Upstream version 0.6.1.2 2022-11-23 16:11:52 +08:00
Makefile.man2html Import Upstream version 0.6.1.2 2022-11-23 16:11:52 +08:00
README Import Upstream version 0.6.1.2 2022-11-23 16:11:52 +08:00
TODO Import Upstream version 0.6.1.2 2022-11-23 16:11:52 +08:00
pyhoca-cli Import Upstream version 0.6.1.2 2022-11-23 16:11:52 +08:00
setup.py Import Upstream version 0.6.1.2 2022-11-23 16:11:52 +08:00

README

pyhoca-cli - Copyright (C) 2010-2019 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de>

Contributors:
    2010, Jörg Sawatzki <joerg.sawatzki@web.de>
    2010-2016, Dick Kniep <dick.kniep@lindix.nl>

Published under the terms of the GNU Affero General Public License.
See http://www.gnu.org/licenses/agpl.html for a recent copy.


=== What is pyhoca-cli? ===

=== Requirements ===

* the python-x2go module needs to be installed (>= 0.5.0.0)
* the python-argparse module needs to be available
* with python-setproctitle, the process name gets set from python
  to pyhoca-cli
* you will also need a working version of nxproxy/nxproxy.exe somewhere
  on your system (if you have X2Go Client installed, everything should be
  in place)

=== Current features ===

* start a new session on an X2Go server
* resume a suspended session on an X2Go server
* suspend a running session (hit Ctrl+C)
* terminate a running session
* retrieve a list of running sessions
* sound support available
* local folder sharing
* share an already running desktop session with yourself or another user
* use session profiles provide via an X2Go
  Session Broker
* mTelePlayer support with python-x2go (>= 0.5.0.0)

=== How to use it ===

Please refer to the man page:

  man pyhoca-cli

=== Known issues ===

Please refer to the TODO file that has been shipped with pyhoca-cli.


Thanks in advance for your feedback and contributions,

Fleckeby (Germany), 20141020,

  Mike Gabriel <mike.gabriel@das-netzwerkteam.de>