I have a GPS device that is using protobuf.
As i know, for sending data to a server using protobuf, must be at least a service
specified in .proto
files, and implement that service to get data.
But in the documentation and .proto
files in that document (file1, file2) does not mention any service
. How can i get data from this device, using Java, Spring boot when there is no service in .proto
files?