https://github.com/spaceteam/sts1_edu_scheduler
https://github.com/spaceteam/sts1_edu_scheduler
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/spaceteam/sts1_edu_scheduler
- Owner: SpaceTeam
- License: mit
- Created: 2022-03-17T21:12:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T17:29:12.000Z (over 1 year ago)
- Last Synced: 2024-09-16T12:22:24.811Z (over 1 year ago)
- Language: Rust
- Size: 342 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: Readme.md
- Contributing: .github/contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# STS1 EDU Scheduler
This software is the main executable run on the EDU. Its task is to receive commands from the COBC and execute them accordingly.
## Installing
Under githubs action page you can always find the binary crosscompiled for the raspi. Extract the provided archive into `/opt/scheduler` and simply execute `./STS1_EDU_Scheduler` manually, or symlink (`ln -s /opt/scheduler/scheduler.service /etc/systemd/system/scheduler.service`) the service file and enable it (`systemctl daemon-reload && systemctl enable scheduler`) to autostart.
## Further information
Compilation/Testing/Setup Help: [Wiki](https://github.com/SpaceTeam/STS1_EDU_Scheduler/wiki)
Design Document: [PDD](https://www.overleaf.com/project/628ce894934b28e99889f531)