Skip to content

abondar24/ProtobufDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Protobuf Demo

Small demo showing usage of Google's Protocol Buffers serialization mechanism in combination with ZeroMQ.

More info about ProtocolBuffer and ZeroMQ.

Build and run

mvn clean install

java -jar target/protobuf.jar

In order to add custom message

protoc -I=<project_dir> --java_out=<project_dir>/<sources_dir> <project_dir>/<proto_file_dir>/file.proto

Releases

No releases published

Packages

 
 
 

Languages