Skip to content

richardqhill/RAFT-p2pchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAFT-p2pchat

Implemented the RAFT Consensus Algorithm for a distributed p2p chat client. Written in C++ with QT framework 4.8
More details on RAFT: raft.github.io

To run on Linux, install QT 4.8:
sudo apt-get install qt4-qmake
sudo apt-get install libqt4-dev

To run program:
qmake-qt4
make
./p2papp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published