https://github.com/fernandoareias/raft
RAFT implementation with Pyro4
https://github.com/fernandoareias/raft
pyro4 python python3 raft
Last synced: 3 months ago
JSON representation
RAFT implementation with Pyro4
- Host: GitHub
- URL: https://github.com/fernandoareias/raft
- Owner: fernandoareias
- License: mit
- Created: 2024-04-08T22:54:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-09T12:25:14.000Z (8 months ago)
- Last Synced: 2025-01-20T21:22:46.242Z (4 months ago)
- Topics: pyro4, python, python3, raft
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RAFT using Pyro4
## DNS
```
python3 -m Pyro4.naming
```### Starting process
```
python3 src/processo.py --processo 1
python3 src/processo.py --processo 2
python3 src/processo.py --processo 3
python3 src/processo.py --processo 4
```