반응형 protobuf2 Sensoris schema 서버에 적용하기 #1 Simple한 sensoris 서버를 구축해보려고 한다. 다운로드 Sensoris에서 sensoris spec proto (1.0.0) 를 제공하고 있다. https://sensor-is.org/presentations/ 디렉토리 설명 다운로드하여 zip를 압축 풀고, `sensoris-specification-v1.0.0-public` 에 들어가 본다. doc Interface Architecture.pdf : sensoris에 대한 아키텍처 문서(27p) web 브라우저 실행 가능한 api 스키마 문서 src sensoris proto 파일이 있다. (categories/messages/types) 프로젝트에 추가하는 2가지 방법 jar 생성하여 import pom.xml 나온 것으로 보아 maven.. 2020. 2. 25. Protocol Buffers Java Example 컴파일러 및 Exam 다운로드 (현, v3.11.4) 컴파일러 https://github.com/protocolbuffers/protobuf/releases 에서 protoc-3.11.4-[OS타입].zip 다운로드 Exam https://github.com/protocolbuffers/protobuf/releases 에서 protoc-java-3.11.4.zip 다운로드 examples/addressbook.proto를 사용하기 위해서... .proto 준비 (Exam에서 ~\protobuf-3.11.4\examples\addressbook.proto) // See README.txt for information and build instructions. // // Note: START and END .. 2020. 2. 24. 이전 1 다음 반응형