-
Notifications
You must be signed in to change notification settings - Fork 1
Structure and Terminology
"RemotePlus" is made of multiple components. The following are the components of "RemotePlus":
-
Server - The computer that will be controlled using "RemotePlus"
-
Client - The computer that will connect to the server. There are two default clients: a GUI client that allows you to interact with "RemotePlus" using a graphical interface. The other is a command-line client, the command-line client allows you to enter commands directly to the server without needing to open a server console. RemotePlus GUI Client Command Line Client
-
Extension Library - An extension library is a dll file that adds functionality to "RemotePlus"
-
Command pipeline - The list of commands that have been executed in one command.
-
Request - When the server asks the client for additional data in order process the command. These requests can be a message box, A text box, or a menu. A request implements
IDataRequest
interface. -
Registiration - When a client connects to the server and have been accepted by the server. In order to pass registiration, you must log into the server with an account registired.