protocol buffers; C language; examples
-
What is protocol buffer https://developers.google.com/protocol-buffers/docs/overview
-
What is protocol buffer c Dave Benson http://code.google.com/p/protobuf-c/
-
How to install /mnt/share_disk/program-source/protobuf-c-0.14/configure
--prefix=/mnt/share_disk/program-files/proto-buffc/
CXXFLAGS=-I/mnt/share_disk/program-files/proto-buff/include
LDFLAGS=-L/mnt/share_disk/program-files/proto-buff/lib/
PROTOC=/mnt/share_disk/program-files/proto-buff/bin/protoc -
The compare to other serialize tools http://code.google.com/p/thrift-protobuf-compare/wiki/Benchmarking
-
How to exec client and server example 1) ./server --unix=/tmp/a --database=database ./client --unix=/tmp/a 2) ./server --port=3333 --database=database ./client --tcp=127.0.0.1:3333 test