Mr. Pig’s House of Bacon

September 1, 2006

New App?

Filed under: My Programs — Mr. Pig @ 11:56 pm

Name: Remote System Execution (RSE)
Description: The Remote System Execution (RSE) System will allow users to control any aspect of another computer with simple, low bandwidth, commands.
Basic Coding Info: The Remote System Execution (RSE) System can be broken down into two parts. The client (at first a command-line, and later graphical) program that sends data to the other part, the server. The server (at first a command-line application, and later a windows service) that waits for data and executes the given command. The commands that can be executed by the clients will depend on the users level of access. The install will come with the default level of access “SuperAdmin” which will have access to all the commands. You will be able to define the commands each level can execute as explained below.

“groups.ini” File
———-

[General]
iTotalGroups=1
sGroupName[1]=SuperAdmin
[SuperAdmin]
iTotalCommands=1
sCommand[1]=aCommandThatCanBeExicuted

“users.ini” File
———

[Users]
iTotalUsers=1
admin=pass
[Groups]
admin=SuperAdmin

Leave a Reply