Skip to content

Commit 2a4d698

Browse files
committedApr 6, 2016
Some basic description added to readme
1 parent dd09b9f commit 2a4d698

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Gendis - General distributed system ##
22

3-
This program was written as semestral work on "Programming in Unix" course on MFF.
3+
Written as semestral work on "Programming in Unix" course on MFF.
4+
5+
### Description
6+
This program should be some kind of very simple distributed system, which allows server-client architecture of computing stuff. Computing itself is done on servers, clients are providers of jobs.
7+
8+
Jobs are defined through dynamic libraries and have to fulfil `plugin_client.h` and `plugin_server.h` interfaces. That means these libraries have to be available on client and server at the time of computing.
9+
10+
### Compilation
11+
Program is available only on Unix platform and therefore `Makefile` is provided and should be used for compilation.
412

513
Licensed under [MIT license](https://opensource.org/licenses/MIT).

0 commit comments

Comments
 (0)
Please sign in to comment.