AnthonyHsu / protobuf-example

A quick demo of using protocol buffers to send messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protocol Buffers Example

This extends the Project 1 template code with a simple server and client that send messages via Protocol Buffers.

To work with Protocol Buffers on your own machine, you'll need to install the protoc compiler. Install via your package manager:

  • protobuf on homebrew
  • protobuf-compiler on RedHat-based distributions

...or download via the Protocol Buffers Homepage

About

A quick demo of using protocol buffers to send messages


Languages

Language:Java 77.0%Language:Shell 12.0%Language:Protocol Buffer 11.0%