This project demonstrates how to handle requests provided in gRPC for modbus TCP/IP data.
device.proto
specifies the grpc interface in the Protocol Buffer language.device_pb2_grpc.py
provides the server stubs.device_pb2.pyi
provices the messages classes used for requests and responses.