Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hitchhicker/implement-raft-on-jade


https://github.com/hitchhicker/implement-raft-on-jade

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

# Implement-raft-on-Jade
It's a project under the course Multiple-Agent System(IA04). In this project, I implemented the Raft(a consensus algorithme [see Raft homepage](https://raft.github.io)) on a multiple-agent JAVA plateform. The aim is to simulate a distributed key-value based system.
## Agent architecture :
![alt tag](./images/arch_agent2.png)
## UML diagram :
![alt tag](./images/uml.jpg)
Some results are below :
## election process
![alt tag](./images/election.png)
## shownode
![alt tag](./images/shownode.png)
## command "put"
![alt tag](./images/puta.png)
## showlog
![alt tag](./images/showlog.png)