Changes for page SC3 Visualization Framework Use Case
Last modified by jensb on 2023/04/27 14:17
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -14,16 +14,19 @@ 14 14 ((( 15 15 = Overview = 16 16 17 -* This page serves as a central information hub presenting an overview ofthe 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 detailedsetup guides can be found in theofficialuser guides of NEST Desktop and ViSimplon 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 28 += = 29 + 27 27 (% style="text-align:center" %) 28 28 [[image:image-20230414174907-3.png||alt="NEST Desktop receiving simulation results via Insite while ViSimpl waits"]] 29 29 ... ... @@ -30,42 +30,35 @@ 30 30 (% style="text-align:center" %) 31 31 [[image:image-20230414175125-4.png||alt="ViSimpl visualizing the simulation results next to NEST Desktop"]] 32 32 33 -= Preparation (Quickstart Guide) = 36 +(% class="wikigeneratedid" %) 37 += Preparation = 34 34 35 35 First, download the Docker Compose configuration file for NEST Desktop and Insite. 36 36 37 -(% class="box" %) 38 -((( 39 -##wget https:~/~/raw.githubusercontent.com/nest-desktop/nest-desktop-docker/main/examples/insite/docker-compose.yml## 40 -))) 41 +{{{wget https://raw.githubusercontent.com/nest-desktop/nest-desktop-docker/main/examples/insite/docker-compose.yml 42 +}}} 41 41 42 42 Then, pull the docker images using Docker Compose. 43 43 44 -(% class="box" %) 45 -((( 46 -##docker-compose pull## 47 -))) 46 +{{{docker-compose pull 47 +}}} 48 48 49 49 Afterwards, you can start NEST Desktop (with Insite). 50 50 51 -(% class="box" %) 52 -((( 53 -##docker-compose up## 54 -))) 51 +{{{docker-compose up}}} 55 55 56 56 ---- 57 57 58 58 For ViSimpl, download the (binary) AppImage from the [[page>>url:https://vg-lab.es/visimpl/#downloads]], make it executable and then open it. 59 59 60 -(% class="box" %) 61 -((( 62 -##VERSION=1.8.3 63 -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 64 64 chmod +x visimpl-$VERSION-x86_64.AppImage 65 -./visimpl-$VERSION-x86_64.AppImage ##66 - )))60 +./visimpl-$VERSION-x86_64.AppImage 61 +}}} 67 67 68 -= How to use NEST Desktop with ViSimpl (Quickstart Guide) = 63 +(% class="wikigeneratedid" %) 64 += How to use NEST Desktop with ViSimpl (Overview) = 69 69 70 70 1. In NEST Desktop, make sure that both backends (NEST Simulator and Insite) are running. 71 71 1. Run the simulation of the network with Insite as recording backend.