Go to file
Sergiu Toma 4f48aef254 Update the route that get the report after the call is done. Also added token to the route. 2019-12-11 15:25:24 +02:00
certs Added custom log name 2019-11-22 09:43:37 +00:00
config Update template.default.toml 2019-12-05 11:00:39 +02:00
node_modules Added custom log name 2019-11-22 09:43:37 +00:00
sounds Added custom log name 2019-11-22 09:43:37 +00:00
src Update the route that get the report after the call is done. Also added token to the route. 2019-12-11 15:25:24 +02:00
.gitignore Update mumble reconnect error 2019-10-28 11:28:05 +02:00
README.md Simulator first commit 2019-09-18 11:11:16 +03:00
createCA.sh Simulator first commit 2019-09-18 11:11:16 +03:00
createCerts.sh Simulator first commit 2019-09-18 11:11:16 +03:00
diagnostic.log Added custom log name 2019-11-22 09:43:37 +00:00
index.js Update simulator 2019-11-22 10:38:03 +00:00
log.log Added custom log name 2019-11-22 09:43:37 +00:00
package-lock.json Added custom log name 2019-11-22 09:43:37 +00:00
package.json LINXD-1029: Add relative path to simulator 2019-11-07 15:11:05 +02:00

README.md

Tested with -ubuntu 16.04.6 -openssl: 1.0.2g -node: 8.16.0

Requirements -curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash - -sudo apt-get install -y nodejs -sudo apt-get install -y build-essential -rm package-lock.json && rm -rf node_modules && rm -rf ~/.node-gyp only if package-lock.json/node_modules or node was installed -sudo apt-get install libasound2-dev -sudo npm i -g node-gyp