Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Niclas committed Jan 18, 2018
2 parents faa2a30 + d8943c6 commit 77c54b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
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.

0 comments on commit 77c54b5

Please sign in to comment.