This demo was written as part of an answer to the question How to read packed binary data in Go? on Stackoverflow.
- The protocoll buffer C++ Distribution
- Protocol Buffers for Python
- Protocol Buffers for Go
- A make implementation (optional)
After properly installing the requirements, you can run the project by issuing
$ make run
on the commandline in the project directory. Alternatively, you can run
go generate
go build
python writer.py
./ProtoBufDemo