Library and server for visualising data calculated by the image processor.
Find a file
2024-04-26 11:24:45 -04:00
bin Start development of view 2024-03-28 13:25:05 -04:00
public Remove old graph js file 2024-04-26 11:24:45 -04:00
routes Start development of view 2024-03-28 13:25:05 -04:00
views Merge branch 'stable' into devel 2024-04-18 16:13:49 -04:00
.gitignore Start development of view 2024-03-28 13:25:05 -04:00
app.js Basic REST request send/recieve 2024-04-17 17:11:33 -04:00
Dockerfile Add base docker file 2024-03-28 16:57:59 -04:00
graph.js Graph including coeff-restitution plot. Discussed calculation with Kaputa, use average velocity Eqs. 2024-04-26 09:44:28 -04:00
LICENSE Initial commit 2024-02-02 14:00:31 -05:00
package-lock.json Basic REST request send/recieve 2024-04-17 17:11:33 -04:00
package.json Basic REST request send/recieve 2024-04-17 17:11:33 -04:00
README.md Update readme to include basic information 2024-03-28 14:28:00 -04:00

virtual-camera

Library and server for dissemination of images obtained from the world server.

Development and testing

This project requires the installation of npm, and several dependencies.

Once you have installed npm, and pre-emptively resolve EACCES errors, in the terminal run the following in the root of this repository:

npm install -g nodemon
npm install

The first command installs nodemon, an auto-updating web server useful for quick testing. The second command installs the necessary dependencies, as declared in the package.json file.

To test hosting, once nodemon is installed, simply run nodemon in the root of this repository, then visit http://localhost:3000.