Skip to content

Pendulun/gRPCMiniSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRPCMiniSystem

Compile .proto

make compileProto

Run pairs server with simple activation

make run_serv_pares_1 arg=portToUse

Run client that communicates with pairs servers

make run_cli_pares arg=serverIP:serverPort

Run pairs server that communicates with central server

make run_serv_pares_2 arg=portToUse

Run central server

make run_serv_central arg=portToUse

Run client that communicates with central server

make run_cli_central arg=centralServerIp:centralServerPort

Every rule depends on the Compile .proto rule.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published