Skip to content

Commit 3786117

Browse files
ChristophBodensteinChristophBodenstein
authored andcommitted
updated Readme
1 parent 2d3dd02 commit 3786117

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,27 @@ Batch simulation of SCPN with TimeNET and parameter based optimization
1717
* Sphere
1818
* Ackley
1919
* Result plotting with R
20+
* Distributed SCPN simulation
2021

21-
## System Requirements
22+
## System Requirements (Client, standalone)
2223
* Operating Systems: Windows, Linux, OSX (maybe others)
2324
* Java 1.7 or newer
2425
* TimeNET 4.2 or newer (https://www2.tu-ilmenau.de/downloadtimenet)
2526
* R (http://www.r-project.org/) with some libs, mentioned in about-dialog
2627

28+
29+
## TOEDistributionServer
30+
This is only needed for distributed simulation.
31+
32+
It is OS-independed but the start-file is only for windows. Have a look inside. You will see, that we just set the server port and the config for mongoDB.
33+
34+
You can use any other server port, just enter it in you clients.
35+
36+
__Warning__: The networking stuff is really beta. It works, but no authentication, authorization or any safety/security issues are handled.
37+
38+
## Server side Requirements
39+
* node.js
40+
* mongoDB
41+
2742
See ValueTools tool introduction:
2843
http://eudl.eu/pdf/10.4108/icst.valuetools.2014.258193

0 commit comments

Comments
 (0)