gRPC MVN


https://mvnrepository.com/artifact/io.grpc



최초 참조



조대협


http://bcho.tistory.com/1013



https://medium.com/@goinhacker/microservices-with-grpc-d504133d191d




이걸로는 현재버젼 설치가 어려움


마이크로소프트의 오픈소스 프로젝트


vcpkg를 이용해 설치


https://github.com/Microsoft/vcpkg



tools.jar 설치


https://ko.osdn.net/projects/sfnet_pffj/downloads/Tools/tools.jar/


vcpkg 를 이용한 protobuf 설시



https://github.com/protocolbuffers/protobuf/blob/master/src/README.md



protoc 설치후 옵션


https://grpc.io/docs/reference/java/generated-code.html



$ protoc --plugin=protoc-gen-grpc-java \
  --grpc-java_out="$OUTPUT_FILE" --proto_path="$DIR_OF_PROTO_FILE" "$PROTO_FILE"



$ protoc --plugin=protoc-gen-grpc-java \

  --grpc-java_out="$OUTPUT_FILE" --proto_path="$DIR_OF_PROTO_FILE" "$PROTO_FILE"


이후 gRPC-java 설치


https://github.com/grpc/grpc-java/blob/master/COMPILING.md#how-to-build-code-generation-plugin


jar 모음 링크


http://central.maven.org/maven2/io/grpc/


grpc-java 개발문서


https://grpc.io/grpc-java/javadoc/index.html



grpc-java 예제


https://line.github.io/armeria/client-grpc.html


https://line.github.io/armeria/server-grpc.html


'Network' 카테고리의 다른 글

미디어 서버 (MistServer) 설치 테스트  (0) 2022.08.11
OPC UA 정리  (3) 2021.03.18
V2X 통신 정리  (0) 2019.08.28
OPC DA & UA  (0) 2018.12.05
BACnet 프로토콜에 대하여  (2) 2015.02.04
Posted by 휘프노스
,