This repository contains a simulator for Aurora light groups. The simulator mocks aurora-lights-proxy, a physical ARTnet controller, and different types of fixtures. The goal of this application is to test whether Aurora correctly applies colors/effects to light groups and their fixtures, without the need for physical devices.
- NodeJS 22.
- A locally running copy of aurora-core.
This repository should be cloned next to the core repository, so in the folder
../aurora-core
. This is necessary to generate the required API client files (installation step 2).
- Run
yarn install
. - Run
yarn gen-client
to generate the Typescript files required to communicate with the core. - Run
yarn dev
. - The application should now be running at http://localhost:8082.
This repository should not be deployed in a production environment, because it is for testing purposes only.
Copyright © 2023-2024 Study Association GEWIS - Some rights reserved. You can use our software freely within the limits of our license. However, we worked very hard on this project and invested a lot of time in it so we ask you to leave our copyright marks in place when modifying our software. Of course, you are free to add your own.
Aurora uses the AGPL-3.0 license.