Skip to content

satellitex/distributed_sync_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed Synchornization System Test ( Use Grpc + protoc-buffer + Streaming Connection )

prepare

cd docker
docker build -t satellitex/distributed-sync-test .
cd ../
docker run -it --name dsync -v $(pwd):/opt/dsync satellitex/distributed-sync-test /bin/bash

build

mkdir buid
cd build
cmake ..
make

run unit test

one side

./bin/root-main

another side

./bin/child-main

After N sec

Ctrl-C

After N sec

./bin/child-main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published