Transmitting data from Python to C++ -



Transmitting data from Python to C++ -

so have 2 processing units, 1 runs on python , other runs of c++. first 1 generate set of info of around 3 - 5 values, either list of ints or string. want value passed c++, best method? have create file in python load in c++? or there way? process repeat every second, wish transmission fast enough.

i'd suggest using python's struct pack values in python viewed 'struct' in c++, send python c++ using zeromq.

python c++

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -