This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
digitalSTROM Server - dSS |
| 2 |
|
| 3 |
This is a pre-release (aka snapshot of the subversion repos). Expect |
| 4 |
the program to destroy all your data. |
| 5 |
|
| 6 |
Building |
| 7 |
======== |
| 8 |
|
| 9 |
See the INSTALL document for information on how to build the dSS. |
| 10 |
|
| 11 |
Running |
| 12 |
======= |
| 13 |
|
| 14 |
Assuming you are in the build directory after building the dSS you can |
| 15 |
run it using |
| 16 |
|
| 17 |
(cd ..; build/dss) |
| 18 |
|
| 19 |
Using |
| 20 |
===== |
| 21 |
|
| 22 |
After starting the dSS it will open up a webserver at port 8080. So if |
| 23 |
you point your webserver to: |
| 24 |
|
| 25 |
http://localhost:8080/ |
| 26 |
|
| 27 |
you'll be greeted by a enumeration of the devices currently connected. |
| 28 |
|
| 29 |
Everything is served out of dss/data/webroot. There is a JavaScript API |
| 30 |
located in webroot/js/model.js. The code in there should be enough |
| 31 |
"documentation" for an interested developer. |