Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 366 Bytes

File metadata and controls

5 lines (3 loc) · 366 Bytes

Cpp_python_protobuf

This is a simple example of python/c++ communication example using protobuf for serialization and UNIX sockets. The server is written in C++ while the client is written in python.

It has been tested on Ubuntu 16.04. The only (obvious) dependency, aside of UNIX socket functions, is protobuf : https://developers.google.com/protocol-buffers/