Note: if you are using Windows, symlinks may not work as intended out of the box.
Ensure that "developer mode" is enabled in Windows, which gives mklink permissions.
Afterwards, ensure that core.symlinks are enabled, once the repo is cloned.
git clone -c core.symlinks=true https://github.com/Tinggaard/P2npm installLinting
npm run lintWritten in Rust, located in the tsp directory.
Firstly, install Rust, and then install wasm-pack.
cargo install wasm-packCompiling into wasm:
cd tsp
wasm-pack build --target webnode src/server.jsFor comparing the result with a single computer, a brute force approach has been implemented in the single_computer directory.
The inputfile (weights.json) is statically linked, and thus this file must be run from single_computer, directory or the path changed.
cd single_computer
cargo runRunning the latest master build at http://10.92.0.183:3000/
Access via VPN or AAU network. Jenkins runs on port 8080