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
Post a Comment