Controls distribution of Jobs to clients.
I’ve provided a simple maven build script. So running with maven installed should be a simple:
$ mvn verify
$ java -jar target/JobServer-1.0-SNAPSHOT.jar
The communication is done over a not encrypted TCP connection. In command line interface style. The clients are the TCP Severs that the Job Server connects to.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, see http://www.gnu.org/licenses/