diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-03-21 01:36:24 +0100 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-04-06 21:10:08 +0200 |
| commit | 902c660a10e654ebc96e40cfab7d09d36b7a77ac (patch) | |
| tree | c1319ce83b8fec7a6e8df37d160bc1ae1b981c95 /README.md | |
| parent | 9f7e70904e6c0fa650323ac5e50ebf6003da333c (diff) | |
Adds data server
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -62,6 +62,26 @@ removed, you can reload the saved simulation with the following command: user@host$ ./salis.py load -n world-1 -o ``` +## Data Server + + +*SALIS data server* + +This project includes a web visualizer that plots live simulation data. A generic +set of plots is configured by default for all VM architectures. Each architecture +may expand on these by configuring its own set of plots. Once a simulation has been +created (i.e., exists in `${HOME}/.salis`), you may launch the data server with: +```console +user@host$ ./salis.py serve -n world-1 +``` + +You should then be able to access the server at `http://localhost:8080`. The data +server may run regardless of whether the associated simulation is running or not. + +> NOTE: this server implementation is very minimal and has no built-in security. +> Please do not put this on the internet! Only run the data server within secure +> networks that you own. + ## Requirements - C compiler - Python |
