Skip to content

yoonje/python-cplusplus-IPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python C++ IPC

Between Python(Client) process and C++(Server) process inter communication by socket file(.sock).

Usage

  • You should run C++ process before run Python process.
  • C++ server run infinitely, Python Client run once.

My Setting

HOST = localhost
PORT = 5000
SOCKET_PATH = "/home/yoonje/PycharmProjects/python_socket/C++server/server.dat"

About

IPC between Python process and C++ process using socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published