https://github.com/anuar2k/elevator_system
https://github.com/anuar2k/elevator_system
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anuar2k/elevator_system
- Owner: anuar2k
- Created: 2021-04-17T14:04:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T22:54:37.000Z (about 5 years ago)
- Last Synced: 2025-04-11T22:51:36.237Z (about 1 year ago)
- Language: C++
- Size: 549 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elevator_system
This repository contains an example implementation of elevator scheduling algorithm, implemented in C.
## Contents
### library [*(more info inside)*](https://github.com/anuar2k/elevator_system/tree/master/library)
Elevator scheduling algorithm implementation in a form of a C library.
### cli_client [*(more info inside)*](https://github.com/anuar2k/elevator_system/tree/master/cli_client)
A CLI interface/visualisation of the algorithm.
Also available as a Docker image (based on Alpine Linux/musl), you can run it with `docker run -it anuar2k/elevator_system`.
### stm32_example
Minimal STM32CubeIDE project targeting `NUCLEO-F103RB` which proves that the library can be compiled and run on an embedded platform.