From 2923a3dd9724be49ac5ab8bf38ad3486f4851655 Mon Sep 17 00:00:00 2001 From: brydling Date: Sat, 12 Nov 2016 16:33:01 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9bc65..83412f1 100644 --- a/README.md +++ b/README.md @@ -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 computer. + +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. From d8943c66cf7743bfd12fa4de5e4c52591295f3d6 Mon Sep 17 00:00:00 2001 From: brydling Date: Sat, 12 Nov 2016 16:49:48 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83412f1..462d7df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # local_supervisor ## About -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 computer. +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