Vibrotactile pattern generator for collaborative development. All instruction will send to a webscoket server, which will distribute the instruction to other clients from the same room
- install node version 14.18.2
- see installtation of abandonware/noble for other needed packages in cause of your OS
- for windows you will need a bluetooth-dongle, which use the WinUsb Driver (for flashing Bluetooth Adapter use zadig)
- navigate inside of a terminal to the directory "Collaborative-Tacton\collaborative-tacton-frontend"
- run npm install
- there could be an error, that you have to remove the electron module
- if this error occure --> remove all folder, which contain the name "electron" inside of the node_modules folder
- run npm install
- ensure that you plugged in your bluetooth-dongle, with the correct driver and that it's currently not used
- run npm electron:serve
- install node version 14.18.2
- navigate inside of a terminal to the directory "Collaborative-Tacton\collaborative-tacton-backend"
- run npm install
- run npm serve
- if you want to use your own server, change the used ip address in the frontend under "Collaborative-Tacton\collaborative-tacton-frontend\src\renderer\CommunicationManager\WebSocketManager\index.ts