server#
Bases:
TUIMenu
Enter the server menu.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
print_connected_clients
(service, version, ...)Prints the name of the connected client and its IP address to the console.
print_server_address
(service, version, mode, ...)Prints the host address and port number of the server to the console.
print_web_server_info
(service, version, ...)shutdown_server
(service, version, mode, path)Shuts-down the server and disconnects the connected client.
start_client
(service, version, mode, path)Start the ANSYS Fluent remote visualization client.
start_server
(service, version, mode, path)Starts the server for the ANSYS Fluent remote visualization client.
start_web_server
(service, version, mode, path)stop_web_server
(service, version, mode, path)write_or_reset_server_info
(service, version, ...)Allows you to create a new server_info.txt file (with any name you specify), which resets the password for connecting to this server session.
__init__ method of TUIMenu class.
Bases:
TUIMethod
Prints the name of the connected client and its IP address to the console.
Bases:
TUIMethod
Prints the host address and port number of the server to the console.
Bases:
TUIMethod
.
Bases:
TUIMethod
Shuts-down the server and disconnects the connected client.
Bases:
TUIMethod
Start the ANSYS Fluent remote visualization client.
Bases:
TUIMethod
Starts the server for the ANSYS Fluent remote visualization client.
Bases:
TUIMethod
.
Bases:
TUIMethod
.
Bases:
TUIMethod
Allows you to create a new server_info.txt file (with any name you specify), which resets the password for connecting to this server session. It does not restart the server.