Skip to content
Discussion options

You must be logged in to vote

The ClientInterface.py program in the root folder of the project will take what the user types and send it to genmon as a command. This uses the library file in ./genmon/genmonlib/myclient.py to handle the TCP socket interface for sending the command.

To use the web interface you can use this example. This example assumes you are using HTTPS with a user name and password. The URL used for the setremote command would be something like this:

http://localhost:8000/cmd/setremote?setremote=off

change "off" to the remote command you want to use. The main options are for the commands are start,stop and starttransfer. Other commands are in the code here:

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by jgyates
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment