https://github.com/anthongretter/durei
A Deferred Update Replication (DUR) educational implementation, developed in the Distributed Systems chair
https://github.com/anthongretter/durei
broadcasting cpp ditributed-systems sockets ufsc
Last synced: 4 months ago
JSON representation
A Deferred Update Replication (DUR) educational implementation, developed in the Distributed Systems chair
- Host: GitHub
- URL: https://github.com/anthongretter/durei
- Owner: anthongretter
- License: gpl-3.0
- Created: 2024-11-22T20:48:00.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-12-25T21:07:58.000Z (10 months ago)
- Last Synced: 2025-03-29T00:37:20.424Z (7 months ago)
- Topics: broadcasting, cpp, ditributed-systems, sockets, ufsc
- Language: C++
- Homepage:
- Size: 1.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DURei
##### Anthon Porath Gretter, Bianca Mazzuco Verzola, Túlio Scarabelot BardiniA Deferred Update Replication (DUR) educational implementation (DURei), developed in semester 2024.2 in the Distributed Systems chair (INE5418) under the supervision of Prof. Odorico Machado Mendizabal. The `make all` command should give all the binaries necessary for usage. A simulation of a static defined network, specified in the file `servidores_config.txt`, can be starded by `make infra`. And unit tests, using a client mock, can be run by `make test`.