|
|
@@ -56,7 +56,7 @@ Again we need to satisfy the dependencies, e.g. on a Debian system with `apt-get
|
|
56
|
56
|
|
|
57
|
57
|
* `apt-get update && apt-get -y install build-essential libc6-dev libssl-dev`
|
|
58
|
58
|
|
|
59
|
|
-To compile the `websockify` daemon just run `make` in the `src/contrib` directory.
|
|
|
59
|
+To compile the `websockify` daemon use `make` in the `src/contrib` directory.
|
|
60
|
60
|
|
|
61
|
61
|
The web interface itself uses [Plotly.js](https://plot.ly/javascript/) to display the histogram of the channels in realtime by connecting to the websocket endpoint and provides a convenient user interface for exploring the details of the gamma-spectrum.
|
|
62
|
62
|
|