-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/brydling/local_supervisor
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# local_supervisor | ||
## About | ||
This is a tool for starting and stopping processes on multiple computers from a single GUI. This repository is for the server application written in Visual C++ and includes project files for Visual Studio Express. The GUI is in a different project called [supervisor](http://github.com/brydling/supervisor). | ||
This is a tool for starting and stopping processes on multiple computers from a single GUI. It was developed for a flight simulator consisting of several processes executing on several Windows computers. | ||
|
||
This repository is for the server application written in Visual C++ and includes project files for Visual Studio Express. The GUI is in a different project called [supervisor](http://github.com/brydling/supervisor). | ||
## Usage | ||
The example configuration file included (processes.cfg) shall be put in the same directory as the local_supervisor .exe-file and is configured to work with the example configuration files for supervisor. Start the two programs on the same computer and test. I think the configuration files are pretty self-explanatory. |