mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
added some bullet points about S2SS to Getting Started guide
This commit is contained in:
parent
191a26d55e
commit
21480c5efe
1 changed files with 19 additions and 1 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
We put some effort in getting you started as smooth as possible.
|
||||
|
||||
For first tests and development you can use the Docker platform to bootstrap your environment.
|
||||
Docker is a software to run containers (a.k.a images in Docker's terminology) on a Linux machine.
|
||||
|
||||
We prepared a image which you can download and run out of the box:
|
||||
|
||||
1. Download the Docker toolbox: https://www.docker.com/docker-toolbox .
|
||||
This toolbox includes a virtual machine as well all the Docker tools you need to the Docker container which is provided by us.
|
||||
More instructions to get with can be found here: http://docs.docker.com/windows/started/
|
||||
|
@ -10,4 +15,17 @@ We put some effort in getting you started as smooth as possible.
|
|||
|
||||
3. Start the latest S2SS container by running:
|
||||
|
||||
$ docker run rwthacs/s2ss
|
||||
$ docker run rwthacs/s2ss
|
||||
|
||||
### To be added
|
||||
|
||||
S2SS ...
|
||||
|
||||
- is written in object-oriented C11
|
||||
- is compiled with Clang / LLVM or GCC
|
||||
- is fully based on open source software
|
||||
- stands for Simulator-to-Simulator-Server
|
||||
- is extensible with new node types
|
||||
- heavily multi-threaded
|
||||
- follows the Unix philosophy
|
||||
- is separated into a library (libs2ss) and a few binaries (server, pipe, test, signal) which link against the lib.
|
Loading…
Add table
Reference in a new issue