005 - 实用拜占庭容错系统演示

下载代码

git clone https://github.com/bigpicturelabs/consensusPBFT.git

将文件放在 $GOPATH/src 修改一下文件中引用路径

运行

# 编译

go build main.go

新打开 5 个终端

./main Apple

./main MS

./main Google

./main IBM

curl -H "Content-Type: applicaton/json" -X POST -d '{"clientID":"ahnhwi","operation":"GetMyName","timestamp":859381532}' http://localhost:1111/req

你可能感兴趣的:(005 - 实用拜占庭容错系统演示)