Host or connect to a remote gcaps instance
More...
◆ GServerStatus()
gclib.py.GServerStatus |
( |
| self | ) |
|
Provides the local server name and whether it is published to the local network.
Definition at line 221 of file gclib.py.
◆ GSetServer()
gclib.py.GSetServer |
( |
| self, |
|
|
| server_name ) |
Set the new active server.
Definition at line 228 of file gclib.py.
◆ GListServers()
gclib.py.GListServers |
( |
| self | ) |
|
Provide a list of all available gcaps servers on the local network.
Definition at line 236 of file gclib.py.
◆ GPublishServer()
gclib.py.GPublishServer |
( |
| self, |
|
|
| server_name, |
|
|
| publish, |
|
|
| save ) |
Publish local gcaps server to the network.
Definition at line 243 of file gclib.py.
◆ GRemoteConnections()
gclib.py.GRemoteConnections |
( |
| self | ) |
|
Shows all remote addresses that are connected to the local server.
Definition at line 251 of file gclib.py.