/protobuf-samples

Protocol Buffers C++ Samples

Primary LanguageC++Apache License 2.0Apache-2.0

Protocol Buffers C++ Samples

This repository contains some basic sample applications to start working with Protocol Buffers (protobuf) in C++, using Bazel as build system. It also provides everything needed to run them in a docker container.

Project organization

You'll find the following project organization:

  • workspace: workspace directory.
  • docker: docker related files.

Installation

  1. Clone this repository
git clone https://github.com/jballoffet/protobuf-samples.git
  1. Build docker image and run container, visit docker readme for instructions.

  2. Build and run the sample apps, visit apps readme for instructions.

Maintainers

This repository is mantained by:

Original version

Sample apps are based on: