Last modified by jensb on 2023/04/27 14:17

From version 23.1
edited by jensb
on 2023/04/14 18:10
Change comment: There is no comment for this version
To version 22.1
edited by jensb
on 2023/04/14 18:06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -14,13 +14,14 @@
14 14  (((
15 15  = Overview =
16 16  
17 -* This page serves as a central information hub presenting an overview of the work done in the SC3 Visualization Framework Use Case.
17 +* This page serves as a central information hub presenting the work done in the SC3 Visualization Framework Use Case.
18 18  * In this use case, a connection between NEST Desktop, ViSimpl and Insite was realized.
19 -* The detailed setup guides can be found in the official user guides of NEST Desktop and ViSimpl on ReadTheDocs:
19 +* The setup guides can be found in the user guides of NEST Desktop and ViSimpl:
20 20  ** ViSimpl [[https:~~/~~/visimpl-documentation.readthedocs.io/en/latest/06-NestInsite.html>>url:https://visimpl-documentation.readthedocs.io/en/latest/06-NestInsite.html]]
21 21  ** NEST Desktop [[https:~~/~~/nest-desktop.readthedocs.io/en/latest/user/usage-external/usage-with-visimpl.html>>https://nest-desktop.readthedocs.io/en/latest/user/usage-external/usage-with-visimpl.html]]
22 22  * More documentation regarding the used in-situ recording backend Insite can be found in the Insite user docs: [[https:~~/~~/vrgrouprwth.github.io/insite/>>https://vrgrouprwth.github.io/insite/]]
23 23  
24 +
24 24  (% style="text-align:center" %)
25 25  [[image:image-20230414174434-2.png||alt="NEST Desktop Setting up a network with ViSimpl waiting for the results"]]
26 26  
... ... @@ -32,41 +32,34 @@
32 32  (% style="text-align:center" %)
33 33  [[image:image-20230414175125-4.png||alt="ViSimpl visualizing the simulation results next to NEST Desktop"]]
34 34  
35 -= Preparation (Overview) =
36 +(% class="wikigeneratedid" %)
37 += Preparation =
36 36  
37 37  First, download the Docker Compose configuration file for NEST Desktop and Insite.
38 38  
39 -(% class="box" %)
40 -(((
41 -##wget https:~/~/raw.githubusercontent.com/nest-desktop/nest-desktop-docker/main/examples/insite/docker-compose.yml##
42 -)))
41 +{{{wget https://raw.githubusercontent.com/nest-desktop/nest-desktop-docker/main/examples/insite/docker-compose.yml
42 +}}}
43 43  
44 44  Then, pull the docker images using Docker Compose.
45 45  
46 -(% class="box" %)
47 -(((
48 -##docker-compose pull##
49 -)))
46 +{{{docker-compose pull
47 +}}}
50 50  
51 51  Afterwards, you can start NEST Desktop (with Insite).
52 52  
53 -(% class="box" %)
54 -(((
55 -##docker-compose up##
56 -)))
51 +{{{docker-compose up}}}
57 57  
58 58  ----
59 59  
60 60  For ViSimpl, download the (binary) AppImage from the [[page>>url:https://vg-lab.es/visimpl/#downloads]], make it executable and then open it.
61 61  
62 -(% class="box" %)
63 -(((
64 -##VERSION=1.8.3
65 -wget https:~/~/vg-lab.es/apps/visimpl/latest-release/visimpl-$VERSION-x86_64.AppImage
57 +{{{VERSION=1.8.3
58 +wget https://vg-lab.es/apps/visimpl/latest-release/visimpl-$VERSION-x86_64.AppImage
66 66  chmod +x visimpl-$VERSION-x86_64.AppImage
67 -./visimpl-$VERSION-x86_64.AppImage##
68 -)))
60 +./visimpl-$VERSION-x86_64.AppImage
61 +}}}
69 69  
63 +(% class="wikigeneratedid" %)
70 70  = How to use NEST Desktop with ViSimpl (Overview) =
71 71  
72 72  1. In NEST Desktop, make sure that both backends (NEST Simulator and Insite) are running.