https://github.com/lastaapps/ctu-bi-psi
This is my solution for the semestral project in BI-PSI Computer networks subject at FIT CTU in Prague in 2022/2023.
https://github.com/lastaapps/ctu-bi-psi
ctu ctu-fit
Last synced: 8 months ago
JSON representation
This is my solution for the semestral project in BI-PSI Computer networks subject at FIT CTU in Prague in 2022/2023.
- Host: GitHub
- URL: https://github.com/lastaapps/ctu-bi-psi
- Owner: Lastaapps
- Created: 2023-07-02T12:26:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T12:33:38.000Z (almost 3 years ago)
- Last Synced: 2025-10-10T07:45:45.763Z (8 months ago)
- Topics: ctu, ctu-fit
- Language: Rust
- Homepage:
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BI-PSI
This is my solution for the semestral project
in BI-PSI Computer networks subject
at FIT CTU in Prague in 2022/2023.
This was my first code written in Rust, so please be kind to it.
The assignment was to implement simple protocol (server side)
where a robot solves a maze on Mars, we send commands and
receive (new) location. The communication starts with
the client logging in, than path finding continues until [0, 0] is found.
The communication can be interrupted at any time
as the robot needs to recharge from time to time.
The server must be able to handle parallel requests.