https://github.com/varunu28/cmpe273-lab2
Lab2 for Cmpe273 Distributed Systems course
https://github.com/varunu28/cmpe273-lab2
grpc grpc-python
Last synced: 4 days ago
JSON representation
Lab2 for Cmpe273 Distributed Systems course
- Host: GitHub
- URL: https://github.com/varunu28/cmpe273-lab2
- Owner: varunu28
- Created: 2018-09-08T16:58:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T22:03:37.000Z (almost 7 years ago)
- Last Synced: 2025-02-21T17:48:15.258Z (4 months ago)
- Topics: grpc, grpc-python
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmpe273-lab2
Lab2 for Cmpe273 Distributed Systems course#### Client build to take 2 optional parameters for which the sum is calculated. In absence of parameters default values(1 & 2) will be used. Refer ```output.txt``` for more information. Complete logging present on the server side
## Installation
```
pip install grpcio
pip install grpcio-tools googleapis-common-protos
```## Command used to generate pb2 files
```
python3 -m grpc_tools.protoc -I . --python_out=. --grpc_python_out=. calculator.proto
```