Skip to content

A simple python/c++ communication example using protobuf and UNIX sockets

benoitrosa/Cpp_python_protobuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

A simple python/c++ communication example using protobuf and UNIX sockets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published