Industrial application to control and monitor the "MiniCyc" particle accelerator (Cyclotron) designed by AIMA Developpement
Uses AutoCopyright
To run the MiniCyc application, follow these steps:
- Clone this repository to your machine.
- Run the
MiniCyc.bat
file - Use the following credentials to log in to Grafana:
- Username:
admin
- Password:
admin
Make sure to replace admin with the appropriate username and password if you have modified the default settings in your Grafana configuration.
If you would like to contribute to this project, please follow these guidelines:
- Fork the repository
- Create a new branch:
git checkout -b my-feature
- Make your changes and commit them:
git commit -am 'Add some feature'
note that your commit message may start with a gitmoji - Push the branch to your forked repository:
git push origin my-feature
- Submit a pull request