openhab-addons/bundles/org.openhab.binding.mercedesme/proto/README.md
Bernd Weymann 1789d545cd [MercedesMe] Switch to Mercedes App SDK (#15628)
* add protocol buffer definitions
* oauth rework
* websocket introduction

Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
Signed-off-by: Ciprian Pascu <contact@ciprianpascu.ro>
2025-01-02 09:48:53 +02:00

483 B

How to protoc

  • Check mvn repository which version to use
  • Download correct protoc compiler from maven central into PROTOC_DIR
  • Call in mercedesme binding directory PROTOC_DIR\protoc -I=proto --java_out=gen proto/*.proto
  • Move generated sources including subdirs from gen to 3rdparty\java
  • Adapt pom.xml with version of step 1